/* accent color: #047c64 */
* {
  margin: 0;
  padding: 0;
  font-family: Helvetica;
}

.title {
  display: flex;
  justify-content: center;
}

.subtitle {
  display: flex;
  justify-content: flex-start;
}

/* NAVBAR */
header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-left: 15px;
  padding-bottom: 0;
}

header>.title>a {
  color: #000;
  font-size: 2em;
  text-decoration: none;
}

header>.title>img {
  max-height: 70px;
  padding-right: 20px;
  padding-left: 10px;
  padding-bottom: 20px;
}

header>.title {
  display: flex;
  align-items: center;
}

header>.title>a>img {
  height: 70px;
}

.title>h2{
  padding-bottom: 35px;
}

nav ul {
  display: flex;
  list-style-type: none;
}

nav ul li a {
  text-decoration: none;
  color: #000;
  padding-right: 20px;
  text-transform: uppercase;
  font-family: obvia, sans-serif;
  font-weight: 500;
  font-style: normal;
}

nav ul li a:hover {
  color: #047c64;
}

.burgerMenu{
  display: none;
}
.close{
  display: none;
}

#current {
  color: #047c64;
}

#sales {
  display: none;
}

/* FOOTER */
footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

footer img {
  max-height: 40px;
}

/* TEXT */
/*
.title {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
*/
/* SECTIONS */
h1 {
  font-family: chantal, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.5em;
}

h2 {
  font-family: obvia, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  padding-top: 5px;
}

h3 {
  font-family: chantal, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: black;
}

h4 {
  font-family : obvia, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: black;
}

section {
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.homeDisplay {
  margin-top: 0;
  margin-bottom: 30px;
  width: 95%;
  display: flex;
  justify-content: center;
}

.homePicture {
  width: 60%;
}

.addSpace {
  margin-top: 30px;
}
