@import url(../inc/reset.css);
body {
  font-family: "Josefin Slab", serif;
  line-height: 25px;
  background-color: rgba(227, 195, 145, 0.6); }
  body a:hover {
    color: #ff5a5f;
    text-underline: none; }

nav {
  background: #6b9aad;
  height: 50px;
  width: 100%;
  position: fixed;
  z-index: 10; }
  nav li {
    float: left;
    margin: 15px 10px 20px 30px; }
    nav li a {
      text-decoration: none;
      color: white; }
    nav li a:hover {
      text-decoration: none;
      color: #ff5a5f; }
  nav .contact {
    float: right;
    margin: 15px 10px 20px 30px; }

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  /* Stay in place */
  z-index: 99999999;
  /* Sit on top */
  left: 0;
  top: 0;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  background-color: rgba(255, 90, 95, 0.9); }
  .overlay li {
    color: #6b9aad; }

.overlay-content {
  margin-top: 100px;
  z-index: 9;
  display: block; }
  .overlay-content a {
    font-size: 10vw;
    margin: 30px;
    width: 100%;
    height: auto;
    margin-top: 5%;
    float: left;
    -ms-grid-column-align: center;
    justify-self: center;
    margin-left: 15%;
    text-decoration: none;
    color: white; }
  .overlay-content a:hover {
    color: #548cbe; }

.close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px; }
  .close img {
    width: auto;
    height: 150px; }

@media (min-width: 930px) {
  .on {
    display: none; } }

@media (max-width: 928px) {
  nav {
    font-size: 150%;
    height: 50px; }
    nav li > a {
      display: none; }
    nav img {
      display: none; }
  nav .on {
    color: white;
    display: block;
    margin-left: -10px;
    cursor: pointer; } }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: columns;
  -ms-flex-direction: columns;
  flex-direction: columns;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  body nav {
    top: 0; }
  body section article {
    width: 70%;
    float: right; }
    body section article p {
      margin-bottom: 2vh; }
  body h1 {
    font-size: 3vw;
    text-align: center;
    margin-bottom: 10%; }
  body main {
    margin-top: 80px;
    width: 60%; }

@media (max-width: 668px) {
  body main {
    min-width: 400px;
    width: 90%; }
    body main .fb-group {
      width: auto; }
    body main section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      body main section article {
        width: 100%; }
        body main section article p {
          margin-bottom: 2vh; }
    body main h1 {
      margin-top: 30px;
      font-size: 8vw; } }

@media (min-width: 670px) and (max-width: 1244px) {
  main {
    width: 100%; }
    main .fb-group {
      width: auto; }
    main section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      main section article {
        width: 100%; }
        main section article p {
          margin-bottom: 2vh; }
    main h1 {
      margin-top: 60px;
      font-size: 7vw; } }

@media (min-width: 1246px) {
  main h1 {
    margin-top: 60px;
    font-size: 4vw; } }
