@charset "utf-8";

@font-face {
    font-family: 'lemon-milk';
    src: url("../images/lemonmilk-regular-webfont.woff2") format('woff2'),
         url("../images/lemonmilk-regular-webfont.woff");
    font-weight: normal;
    font-style: normal; 
}

@font-face {
    font-family: 'lemon-milk-bold';
    src: url("../images/lemonmilk-bold-webfont.woff2") format('woff2'),
         url("../images/lemonmilk-bold-webfont.woff");
    font-weight: normal;
    font-style: normal; 
}

 .lemon-milk {
        font-family: 'lemon-milk', sans-serif;
    }

    .lemon-milk-bold {
        font-family: 'lemon-milk-bold', sans-serif;
    }

.namecontainer img {
        float: left;
        width: 9%;
        margin-left: 30px;
        margin-top: 5px; 
}
    
html/*, body*/ {
        margin: 0px;
        padding: 0px;
    }
    
    .nav-button {
        position: absolute;
        right: 70px;
        top: 50px;
        z-index: 12000;
        cursor: pointer;
        color: black; 
        font-size: 3rem;
    }
    
    .nav-button:hover {
        color: rgba(104,101,101,1.00);
    }
    
    #nav-trigger {
        display: none; 
    }
    
    nav {
        height: 100vh;
        padding: 100px 0px;
        background-color:#7eb6c4;
        opacity: 0;
        transform: translateX(-100vw);
        transition: 500ms;
        z-index: 10000;
        position: relative;
    }
    
    nav ul {
        margin: 0px;
        padding: 0px; 
        list-style-type: none;
        list-style-image: none;
    }
    
    nav ul li {
        display: block;
    }
    
    nav ul li a {
        display: block;
        width: 100vw;
        color: black;
        text-decoration: none;
        text-align: center;
        line-height: 2rem; 
        font-size: 2rem;
        font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
        padding: 30px 0px;
        text-transform: capitalize;
    }
    
    nav ul li a:hover {
        background-color: #0a4959;
        color: white; 
    }
    
    input{type="checkbox"}:checked ~ nav {
        opacity: 1;
        transform: translateX(0vw);
    }

    .gallerycontainer {
        background-color: #0A4959; 
        background-size: cover; 
        height: 22vh;
        width: 100vw;
        margin-top: -800px;
        margin-left: -10px;
        margin-bottom: 0px; 
    }

    .gallerycontainer article {
        font-size: 6rem;
        text-align: center;
        color: white;
        padding-top: 70px;
    }
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 40px 20px 0 20px;
}

.container .box{
 display: flex;
 flex-direction: row;
 justify-content: space-between;
}

.container .box .dream{
  display: flex;
  flex-direction: column;
  width: 32.5%;
}

.container .box .dream img{
  width: 100%;
  padding-bottom: 15px;
  border-radius: 5px;
}

.container .btn{
  margin: 40px 0 70px 0;
  background: #222;
  padding: 15px 40px ;
  border-radius: 5px;
}

.container .btn a{
 color: #fff;
 font-size: 1.2em;
 text-decoration: none;
 font-weight: bolder;
 letter-spacing: 3px;
}

@media only screen and (max-width: 1460px){
   .namecontainer img {
        float: left;
        width: 10%;
        margin-left: 30px;
        margin-top: 5px; 
} 
    
}

@media only screen and (max-width: 1145px){
   .namecontainer img {
        float: left;
        width: 15%;
        margin-left: 30px;
        margin-top: 5px; 
} 
    .gallerycontainer {
        background-color: #0A4959; 
        background-size: cover; 
        height: 22vh;
        width: 100vw;
        margin-top: -780px;
        margin-left: -10px;
        margin-bottom: 0px; 
    }

    .gallerycontainer article {
        font-size: 6rem;
        text-align: center;
        color: white;
        padding-top: 70px;
    }
    
}

@media only screen and (max-width: 930px){
   .namecontainer img {
        float: left;
        width: 20%;
        margin-left: 30px;
        margin-top: -5px; 
} 
    .gallerycontainer {
        background-color: #0A4959; 
        background-size: cover; 
        height: 22vh;
        width: 100vw;
        margin-top: -780px;
        margin-left: -10px;
        margin-bottom: 0px; 
    }

    .gallerycontainer article {
        font-size: 6rem;
        text-align: center;
        color: white;
        padding-top: 70px;
    }
    
    .nav-button {
        position: absolute;
        right: 70px;
        top: 50px;
        z-index: 12000;
        cursor: pointer;
        color: black; 
        font-size: 2.5rem;
    }
    
}

@media only screen and (max-width: 769px){
    .container .box{
    flex-direction: column;
  }

.container .box .dream{
  width: 100%;
}
    
}

@media only screen and (max-width: 760px){
   .namecontainer img {
        float: left;
        width: 20%;
        margin-left: 30px;
        margin-top: 5px; 
} 
    .gallerycontainer {
        background-color: #0A4959; 
        background-size: cover; 
        height: 22vh;
        width: 100vw;
        margin-top: -780px;
        margin-left: -10px;
        margin-bottom: 0px; 
    }

    .gallerycontainer article {
        font-size: 5.5rem;
        text-align: center;
        color: white;
        padding-top: 70px;
    }
    
    .nav-button {
        position: absolute;
        right: 70px;
        top: 50px;
        z-index: 12000;
        cursor: pointer;
        color: black; 
        font-size: 2.5rem;
    }
    
}

@media only screen and (max-width: 620px){
   .namecontainer img {
        float: left;
        width: 25%;
        margin-left: 30px;
        margin-top: 5px; 
} 
    .gallerycontainer {
        background-color: #0A4959; 
        background-size: cover; 
        height: 22vh;
        width: 100vw;
        margin-top: -780px;
        margin-left: -10px;
        margin-bottom: 0px; 
    }

    .gallerycontainer article {
        font-size: 5rem;
        text-align: center;
        color: white;
        padding-top: 70px;
    }
    
    .nav-button {
        position: absolute;
        right: 70px;
        top: 50px;
        z-index: 12000;
        cursor: pointer;
        color: black; 
        font-size: 2.5rem;
    }
    
}

@media only screen and (max-width: 643px){
.container .heading{
  width: 100%;
}
.container .heading h3{
  font-size: 1em;

}
    
}

@media only screen and (max-width: 525px){
   .namecontainer img {
        float: left;
        width: 30%;
        margin-left: 30px;
        margin-top: 5px; 
} 
    .gallerycontainer {
        background-color: #0A4959; 
        background-size: cover; 
        height: 22vh;
        width: 100vw;
        margin-top: -780px;
        margin-left: -10px;
        margin-bottom: 0px; 
    }

    .gallerycontainer article {
        font-size: 4.5rem;
        text-align: center;
        color: white;
        padding-top: 70px;
    }
    
    .nav-button {
        position: absolute;
        right: 70px;
        top: 50px;
        z-index: 12000;
        cursor: pointer;
        color: black; 
        font-size: 2.5rem;
    }
    
}

@media only screen and (max-width: 500px) {
    
    .namecontainer img {
        width: 20%;
        margin-left: 10px;
        margin-top: 0px; 
}
    
    .nav-button {
        right: 40px;
        top: 35px; 
        font-size: 2rem;
    }
    
    .gallerycontainer {
        height: 20vh;
        margin-top: -860px;
        margin-left: -10px;
    }
    .gallerycontainer article {
        font-size: 4rem;
    }  
}


