@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; 
}

@media (min-width: 500px) {
    
.namecontainer img {
        float: left;
        width: 20%;
        margin-left: 10px;
        margin-top: -10px; 
}
    
    html/*, body*/ {
        margin: 0px;
        padding: 0px;
    }
    
    .nav-button {
        position: absolute;
        right: 40px;
        top: 30px;
        z-index: 12000;
        cursor: pointer;
        color: black; 
        font-size: 2rem;
    }
    
    .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);
    }
    
    .contactcontainer {
        background-image: url("../images/image-31.png");
        /*background-color: #0A4959;*/ 
        background-repeat: no-repeat;
        background-size: cover; 
        height: 20vh;
        width: 100vw;
        margin-top: -1055px;
        margin-left: -10px;
        margin-bottom: 0px;
    }
    
    .contactcontainer article {
        font-size: 4rem;
        text-align: center; 
        color: white;
        padding-top: 65px;
    } 
    
    .wrapper {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .contact-us {
        width: 100%;
        max-width: 500px;
        height: auto;
        background: rgba(10,73,89, 1.00);
        padding: 40px 50px;
        border-radius: 5px;
        margin-left: -50px;
        margin-top: 80px;
    }
    
    .title {
        font-size: 1.85rem;
        line-height: 5rem;
        padding-left: 25px;
        color: white;
        font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
    }
    
   .input-fields {
        padding: 0 50px;
    }
    
    .input-fields .items {
        width: 100%;
        padding-bottom: 15px;
        color: white;
        font-size: 1.2rem;
    }
    
    .input-fields .items .label {
        display: block;
    }
    
    input[type=text], select, textarea {
        /*background-color: transparent;*/
        color: #222;
        width: 100%;;
        border: 0;
        border: 1px solid #c4c1c1; 
        margin-top: 10px;
        resize: vertical;
        font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
        font-size: 1rem;
        border-radius: 5px;
        padding: 10px; 
    }
    
    input[type=submit] {
        background-color: #222;
        color: white;
        float: right;
        font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
        cursor: pointer;
        height: 40px;
        width: 60%;
        padding: 5px;
        margin-top:  -20px;
        margin-right: -20px;
    }
    
    input[type=submit]:hover {
        background-color: rgba(104,104,104,1.00);
    }
    
}

@media (min-width: 861px) {
    .namecontainer img {
        float: left;
        width: 15%;
        margin-left: 10px;
        margin-top: 5px; 
}
    .nav-button {
        position: absolute;
        right: 40px;
        top: 50px;
        z-index: 12000;
        cursor: pointer;
        color: black; 
        font-size: 2rem;
    }
    
    .contactcontainer {
        background-repeat: no-repeat;
        background-size: cover; 
        height: 20vh;
        width: 100vw;
        margin-top: -1075px;
        margin-left: -10px;
        margin-bottom: 0px;
    }
    
    .contactcontainer article {
        font-size: 4rem;
        text-align: center; 
        color: white;
        padding-top: 65px;
    }
    
}

@media (min-width: 1190px) {
    .namecontainer img {
        float: left;
        width: 12%;
        margin-left: 10px;
        margin-top: 5px; 
}
    .nav-button {
        position: absolute;
        right: 40px;
        top: 50px;
        z-index: 12000;
        cursor: pointer;
        color: black; 
        font-size: 2.5rem;
    }
    
    .contactcontainer {
        background-repeat: no-repeat;
        background-size: cover; 
        height: 20vh;
        width: 100vw;
        margin-top: -1120px;
        margin-left: -10px;
        margin-bottom: 0px;
    }
    
    .contactcontainer article {
        font-size: 5rem;
        text-align: center; 
        color: white;
        padding-top: 65px;
    }
    
}

@media (min-width: 1420px) {
    .namecontainer img {
        float: left;
        width: 10%;
        margin-left: 10px;
        margin-top: 5px; 
}
    .nav-button {
        position: absolute;
        right: 40px;
        top: 50px;
        z-index: 12000;
        cursor: pointer;
        color: black; 
        font-size: 2.5rem;
    }
    
    .contactcontainer {
        background-repeat: no-repeat;
        background-size: cover; 
        height: 20vh;
        width: 100vw;
        margin-top: -1190px;
        margin-left: -10px;
        margin-bottom: 0px;
    }
    
    .contactcontainer article {
        font-size: 5rem;
        text-align: center; 
        color: white;
        padding-top: 65px;
    }
    
}

@media (min-width: 1690px) {
    .namecontainer img {
        float: left;
        width: 9%;
        margin-left: 10px;
        margin-top: 5px; 
}
    .nav-button {
        position: absolute;
        right: 40px;
        top: 50px;
        z-index: 12000;
        cursor: pointer;
        color: black; 
        font-size: 2.5rem;
    }
    
    .contactcontainer {
        background-repeat: no-repeat;
        background-size: cover; 
        height: 20vh;
        width: 100vw;
        margin-top: -1230px;
        margin-left: -10px;
        margin-bottom: 0px;
    }
    
    .contactcontainer article {
        font-size: 5rem;
        text-align: center; 
        color: white;
        padding-top: 65px;
    }
    
}

@media (min-width: 1920px) {
    .namecontainer img {
        width: 9%;
        margin-left: 30px;
        margin-top: 5px; 
}
    .contactcontainer {
       background-image: url("../images/image-31.png");
        /*background-color: #0A4959;*/ 
        background-repeat: no-repeat;
        background-size: cover; 
        height: 22vh;
        width: 100vw;
        margin-top: -990px;
        margin-left: -10px;
        margin-bottom: 40px; 
    }

    .contactcontainer 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: 3rem;
    }
    
    .contact-us {
        width: 100%;
        max-width: 500px;
        height: auto;
        background: rgba(10,73,89, 1.00);
        padding: 40px 50px;
        border-radius: 5px;
        margin-left: -50px;
        margin-top: 350px;
    }
}