h1 {
  font-size: 45px;
  font-weight: 400;
  font-family: 'Courgette', sans-serif;
  color: #999;
}
h2, h3, h4 {
  font-weight: 400;
  font-family: 'Courgette', sans-serif;
  color: #999;
}
p {
  font-weight: 400;
  font-family: 'Oxygen', sans-serif;
}

.wrap {
  display: block;
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
}

header {
  background-image: url(../img/hero.jpg);
  background-position: center;

}
.logo h1, .logo a h1 {
  font-size: 60px;
  font-weight: normal;
  padding: 150px 0;
  margin: 0;
  color: #999;
  text-align: center;
  font-family: 'Courgette', sans-serif;
  text-decoration: none;
}



.topnav, .topnav ul {
    margin: 15px auto;
    padding: 0;
}

.topnav ul li {
    margin: 0 10px;
    text-align: center;
    display: inline-block;
    width: 13.5%;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #fff;
}
.topnav ul li:hover, .topnav ul li.active {
  border-bottom: 2px solid #999;
}

.topnav ul li a {
    text-align: center;
    font-family: 'Courgette', sans-serif;
    color: #999;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 2.5;
    padding: 5px
}

.topnav {max-width: 100%;}


@media (min-width: 1045px) {
    .mobile-menu-button {
        display: none;
    }
}
@media (max-width: 1045px) {
  .logo {
    font-size: 10vw;
    padding-top: 20px;
  }

    .mobile-menu-button {
        text-align: center;
        font-family: 'Courgette', sans-serif;
        font-size: 18px;
        font-weight: 500;
        width: 100%;
        height: 35px;
        display: block;
        float: right;
        color: #999;
        padding-top: 15px;
        border-bottom: 2px solid #fff;
    }
    .mobile-menu-button:hover {
        cursor: pointer;
        border-bottom: 2px solid #999;
    }
    .topnav ul li{
        display: none;
        width: 100%;
    }
   #toggle:checked + ul.nav-container li {
    display: block!important;
    clear: both;
}
}
/* - main - */
.main p {
  line-height: 2em;
  color: #999;
  padding-bottom: 30px;
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
.pageimg {
  max-width: 100%;
  display: block;
  margin: 5px auto;
  margin-bottom: 30px
}
/* - blog-item - */
.blog-item {
  width: 250px;
  padding: 25px;
  display: inline-block;
  vertical-align: top;
}
.newsimg {
  border-radius: 100%;
  width: 100%;
  max-width: 250px;
  height: auto;
}
.blog-item p {
  line-height: 1.6em;
  color: #999;
}

@media (max-width: 685px) {
  .blog-item {
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 475px) {
  .long-blog-copy {
    width: 100%;
  }
  .long-newsimg {
    width: 100%;
  }
}

/* - footer - */
footer {
  border-top: 2px solid #999;
}

footer .wrap p {
  color: #999;
}
/* - blog - */

.long-blog-item {
  padding-bottom: 30px;
}

.long-blog-copy {
  display: inline-block;
  width: 60%;
  padding-left: 8%;
  vertical-align: top;
}
.long-blog-copy p {
  text-align: left;
}

.long-newsimg {
  border-radius: 100%;
}
/* - contact - */
.contact-form {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.contact-image {
  width: 41%;
  padding-left: 8%;
  display: inline-block;
  vertical-align: top;
}
.contact-image img {
  width: 100%;
}
@media (max-width: 600px) {
  .contact-form {
    width: 100%;
  }
  .contact-image {
    display: none;
  }
}
/* - full-blog - */
.full-blog {
  width: 65%;
  display: inline-block;
  vertical-align: top;
}
.full-blog p {
  text-align: left;
}
.sidebar {
  border-left: 2px solid #999;
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

.sidebar .blog-item {
  width: 100%;
  padding: 0;
  padding-left: 7%;
}

.sidebar .blog-item p {
  text-align: left;
}

.full-blog-img {
  border-radius: 100%;
  max-width: 100%;
}

@media (max-width: 500px) {
  .full-blog {
    width: 100%;
  }
  .sidebar, .sidebar .blog-item {
    width: 100%;
    border: 0;
    padding: 0;
  }
}
.blog-copy a, .long-blog-copy a, .blog-item a{
  font-family: 'Oxygen', sans-serif;
  color: #999;
}
