
@font-face {
  font-family: 'PatrickHand';
  src: url('Fonts/PatrickHand.eot');
  src: url('Fonts/PatrickHand.eot?#iefix') format('embeddedopentype');
  src: url('Fonts/PatrickHand.ttf') format('truetype');
  src: url('Fonts/PatrickHand.woff') format('woff');

}

*{
  box-sizing: border-box;
}

  html {
    background-image: url('wood1.jpg');
  }

  body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  }

  header {
   padding-left: 7px;
  }

  .VOlogo {
  width: 60%;
  }


  .ham_box {
    position: absolute;
    width: 35px;
    top: 3%;
    right: 3%;
    z-index: 29;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .ham_box div {
    width: 30px;
    height: 2.7px;
    border-radius: 15px;
    background-color: #fff;
    margin-bottom: 6px;
  }

  .ham_box2, .navBar2 {
    display: none;
  }

  .navBar, .navBar2 {
    overflow: hidden;
    position: absolute;
    width: 50vw;
    z-index: 28;
    right: 0%;
    top: 0%;
    transition-duration: 0.22s;
    -webkit-transition-duration: 0.22s;
    -moz-transition-duration: 0.22s;
  }

  nav {
    position: relative;
    z-index: 20;
    top: -0.2%;
    padding-top: 16%;
    padding-bottom: 1px;
    background-color: rgba(86, 59, 48, 0.8);
    margin-bottom: 0px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    transition-duration: 0.22s;
    -webkit-transition-duration: 0.22s;
    -moz-transition-duration: 0.22s;
  }


  nav div p {
   color: #fff;
   font-family: "PatrickHand";
   font-size: 1.2rem;
   margin-top: 30px;
   margin-bottom: 30px;
   margin-left: 30%;
   text-align: right;
   width: 60%;
  }

  nav div p a {
    text-decoration: none;
    color: #fff;
  }


  nav div p a:hover, nav div p a:active {
    color: #ff0000;
  }

  .flag {
    width: 15px;
  }



  main {
  margin-top: 20px;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  }

  h1 {
  color: #fff;
  font-family: "PatrickHand";
  font-size: 2.5rem;
  font-weight: bold;
  width: 80%;
  margin: auto;
  }

 a {
   text-decoration: none;
   color: inherit;
 }

  .firstpic, .secpic {
  width: 85%;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, .8);
  }

  .firstdeskpics, .firstdeskpic {
   display: none;
  }

  .exptext {
  padding-bottom: 20px;
  }

  .exptext p {
  font-family: "PatrickHand";
  color: #fff;
  text-align: center;
  width: 85%;
  margin: auto;
  font-size: 1.2rem;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8),
              0px 0px 25px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.4);

  }


  h2 {
    font-family: "PatrickHand";
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    width: 40%;
    margin-top: 0px;
    margin-bottom: 3px;
    text-align: right;
    margin-left: 54%;
  }


  .line {
    background-color: #ff0000;
    height: 2px;
    width: 25%;
    border-radius: 10%;
    margin-left: 69%;
  }


  picture {
    display: block;
  }

  .subhead {
   text-align: center;
   padding-top: 30px;
   padding-bottom: 30px;
   margin-top: 0px;
   box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8),
               0px 0px 25px rgba(0, 0, 0, 0.8);
   background-color: rgba(0, 0, 0, 0.4);
  }


  ul {
   padding-left: 0px;
  }

  li {
    color: #fff;
    text-align: right;
    font-family: "PatrickHand";
    font-size: 1.2rem;
    margin-right: 4%;
    margin-top: 8px;
    list-style-type: none;
  }

  ul img {
    width: 13px;
    display: inline-block;
  }

  ul li a:hover, ul li a:active {
    color: #ff0000;
  }



  footer {
     color: #fff;
     font-size: 0.8rem;
     font-family: "PatrickHand";
     text-align: center;
     height: 100px;
     margin-bottom: 0px;
     margin-top: 0px;
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
  }

  footer p {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8),
                0px 0px 25px rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.2);
    padding: 2%;
  }



@media all and (min-width: 450px) {

 .ham_box {
   top: 4%;
 }

 br:first-child {
   display: none;
 }

  h1 {
  text-align: center;
  margin-top: 10.936px;
  margin-bottom: 10.936px;
  width: 70%;
  font-size: 2.7rem;
  }

  .firstpic {
  width: 55%;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  display: block;
  margin-left: 7%;
  margin-right: 20px;
  }

  .exptext p {
  text-align: left;
  margin-left: 7%;
  margin-top: 19.2px;
  margin-bottom: 19.2px;
  }

  .exp_sec {
    padding-top: 10px;
  }


  .line {
    width: 20%;
    margin-left: 30%;
  }

   h2 {
    margin-left: 30%;
    text-align: left;
  }

  .secpic {
    width: 55%;
    display: block;
    margin-left: 40%;
    transform: rotate(-10deg);
  }

 .s_two {
   width: 55%;
   display: block;
   margin-left: 7%;
   transform: rotate(10deg);
 }


 .subhead {
   padding-top: 0px;
   padding-bottom: 0px;
   width: 55%;
   margin: 60px auto;
 }

  ul {
   padding-right: 4%;
  }


  li {
    text-align: center;
    width: 90%;
    margin: auto;
  }


  ul img {
    display: none;
  }


  footer {
     height: 150px;
  }

}



@media all and (min-width: 650px) {

.VOlogo {
  width: 45%;
}


.ham_box, .navBar {
  display: none;
}

.ham_box2 {
  display: block;
  background-color: #ff0000;
  position: fixed;
  height: 110px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 30px;
  top: 10%;
  right: 0%;
  z-index: 29;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition-duration: 0.22s;
}


.ham_box2 span {
color: #fff;
font-family: "PatrickHand";
font-size: 1.1rem;
display: block;
transform: rotate(-90deg);
}

.navBar2 {
  display: block;
  width: 45vw;
  position: fixed;
  right: 0%;
  top: 10%;
  border-bottom-left-radius: 15px;
  z-index: -10;
}

nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 5%;
  background-color: rgba(0, 0, 0, 0.6);
}


nav a, nav a div {
  width: 100%;
  text-align: center;
}

nav a div {
  padding-top: 20px;
  padding-bottom: 20px;
}

nav a div p {
  margin: auto;
  text-align: center;
  box-shadow: 0px 0px 0px;
  background-color: transparent;
}

nav a div:hover, nav a div:active {
  background-color: rgba(255, 0, 0, 1);
}

nav a div:active p {
  color: #000;
}


h1 {
  font-size: 3rem;
}

section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 75%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 3%;
  grid-gap: 10px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8),
              0px 0px 25px rgba(0, 0, 0, 0.8);
  background-image: url('wood1.jpg');
}


.exptext {
grid-column-start: 1;
grid-row-start: 1;
margin-top: 0px;
}

.exptext p {
width: 100%;
text-align: center;
margin: auto;
color: #fff;
}

.exp_sec {
  grid-row-start: 2;
  grid-column-start: 2;
  padding-top: 0px;
}

.firstdeskpics, .firstdeskpic {
  display: block;
}

 .firstdeskpic {
  width: 100%;
  }

 picture, .article {
   display: flex;
   justify-content: center;
   align-items: center;
 }


.exptext, .subhead {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}


.exptext p {
  box-shadow: 0px 0px 0px;
  background-color: transparent;
}


 .subhead {
   flex-direction: column;
   width: 100%;
   height: 100%;
   margin-top: 0px;
   margin-bottom: 0px;
 }

  h2 {
   margin-left: 0%;
   margin-right: 39%;
   width: 100%;
   text-align: right;
   color: #fff;
 }

 .line {
   width: 30%;
 }

 ul {
   padding-right: 0px;
 }

 li {
   width: 100%;
   color: #fff;
 }

picture {
  background-color: transparent;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8),
              0px 0px 30px rgba(0, 0, 0, 0.3);
}

  picture:nth-of-type(-1n+10) {
    display: none;
  }

  picture:nth-of-type(11) {
    grid-row-start: 1;
    grid-column-start: 2;
  }

  picture:nth-of-type(12) {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  picture:nth-of-type(13) {
    grid-row-start: 3;
    grid-column-start: 2;
  }

  picture:nth-of-type(14) {
    grid-row-start: 4;
    grid-column-start: 1;
  }

  picture:nth-of-type(15) {
    grid-row-start: 5;
    grid-column-start: 2;
  }

  picture:nth-of-type(16) {
    grid-row-start: 6;
    grid-column-start: 1;
  }

  picture:nth-of-type(17) {
    grid-row-start: 7;
    grid-column-start: 2;
  }

  picture:nth-of-type(18) {
    grid-row-start: 8;
    grid-column-start: 1;
  }


  .firstpic, .secpic {
    display: none;
  }


}



@media all and (min-width: 857px) {

.VOlogo {
  width: 40%;
}

h1 {
  width: 60%;
  font-size: 3.5rem;
}


}



@media all and (min-width: 1000px) {

.VOlogo {
  width: 35%;
}

h1 {
  font-size: 4rem;
}

}
