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

@media (min-width: 500px) {
    .namecontainer img {
        float: left;
        width: 20%;
        margin-left: 10px;
        margin-top: 5px; 
}
    
    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);
    }
    
    .involvecontainer {
        background-image: url("../images/image-32.png"); 
        background-repeat: no-repeat;
        background-size: cover; 
        height: 20vh;
        width: 100vw;
        margin-top: -1055px;
        margin-left: -10px;
        margin-bottom: 0px;
    }
    
    .involvecontainer article {
        font-size: 4rem;
        text-align: center; 
        color: white;
        padding-top: 30px;
    } 
    
    body {
        margin: 0;
        padding: 0;
        height: 100vh;    
    }
    
    .container {
        margin: 20px;
    }
    
    .row {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; 
    }
    
    .card-01 {
        /*background-color: #0A4959;*/
        background-image: linear-gradient(to right, #0A4959, #7eb6c4);
        position: relative;
        flex: 100%;
        max-width: 600px;
        height: 200px;
        margin: 10px;
        border-radius: 5px; 
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }
    
    .card-01 a ul1 {
        display: block;
        color: white;
        text-decoration: none;
        font-size: 1.75rem;
        text-align: center;  
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 20px;
        margin-bottom: -25px;

    }
    
    .card-01 a p {
        display: block;
        color: white;
        text-decoration: none;
        font-size: .7rem;
        font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
        text-align: center;
        content: justify;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 35px;
    }
    
    .card-01 input[type=submit] {
        background-color: #222;
        color: white;
        float: right;
        font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
        font-size: .7rem;
        cursor: pointer;
        height: 30px;
        width: 20%;
        padding: 5px;
        margin-top:  5px;
        position: absolute;
        left: 50%;
        top: 82%;
        transform: translate(-50%, -50%);
        /*margin-right: 180px;*/
    }
    
    input[type=submit]:hover {
        background-color: rgba(104,104,104,1.00);
    }
    
    .card-01 a {
        text-decoration: none;
        decoration: none; 
    }
    
    .card-01 a:hover {
        color: #7eb6c4; 
    }
    
    .card-02 {
        background-image: linear-gradient(#8490b4, #203444);
        position: relative;
        flex: 100%;
        max-width: 600px;
        height: 250px;
        margin: 10px;
        border-radius: 5px; 
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }
    
    .card-02 a ul1 {
        display: block;
        color: white;
        text-decoration: none;
        font-size: 1.75rem;
        text-align: center;  
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 20px;
        margin-bottom: -25px;
    }
    
    .card-02 a p {
        display: block;
        color: white;
        text-decoration: none;
        font-size: .9rem;
        font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
        text-align: center;
        content: justify;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 35px;
    }
    
    .card-02 a ul2 {
        display: block;
        color: white;
        text-decoration: none;
        font-size: 1.75rem;
        text-align: center;  
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 20px;
        margin-bottom: -25px;
    }
    
    .card-02 a {
        text-decoration: none;
        decoration: none; 
    }
    
    .card-02 a:hover {
        color: #7eb6c4; 
    }
    
    .card-02 input[type=submit] {
        background-color: #222;
        color: white;
        float: right;
        font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
        font-size: .7rem;
        cursor: pointer;
        height: 30px;
        width: 20%;
        padding: 5px;
        margin-top:  5px;
        position: absolute;
        left: 50%;
        top: 82%;
        transform: translate(-50%, -50%);
        /*margin-right: 180px;*/
    }
    
    input[type=submit]:hover {
        background-color: rgba(104,104,104,1.00);
    }
    
    .card-03 {
        background-image: linear-gradient(to bottom left, #1b0f02, #7eb6c4);
        position: relative;
        flex: 100%;
        max-width: 600px;
        height: 300px;
        margin: 10px;
        border-radius: 5px; 
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }
    
    .card-03 a ul1 {
        display: block;
        color: white;
        text-decoration: none;
        font-size: 2.5rem;
        text-align: center;  
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 40px;
        margin-bottom: -25px;
    }
    
    .card-03 a p {
        display: block;
        color: white;
        text-decoration: none;
        font-size: 1.1rem;
        font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
        text-align: center;
        content: justify;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 35px;
    }
    
    .card-03 a {
        text-decoration: none;
        decoration: none; 
    }
    
    .card-03 a:hover {
        color: #7eb6c4; 
    }
    
    .card-03 input[type=submit] {
        background-color: #222;
        color: white;
        float: right;
        font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
        font-size: .7rem;
        cursor: pointer;
        height: 30px;
        width: 20%;
        padding: 5px;
        margin-top:  5px;
        position: absolute;
        left: 50%;
        top: 82%;
        transform: translate(-50%, -50%);
        /*margin-right: 180px;*/
    }
    
    .card-03 input[type=submit]:hover {
        background-color: rgba(104,104,104,1.00);
    }
    
}

@media (min-width: 500px) {
    .involvecontainer {
        background-image: url("../images/image-32.png"); 
        background-repeat: no-repeat;
        background-size: cover; 
        height: 20vh;
        width: 100vw;
        margin-top: -1055px;
        margin-left: -10px;
        margin-bottom: 0px;
    }
    
    .involvecontainer article {
        font-size: 4rem;
        text-align: center; 
        color: white;
        padding-top: 30px;
        margin-left: 10px;
    }
}

@media (min-width: 540px) {
    .involvecontainer {
        background-image: url("../images/image-32.png"); 
        background-repeat: no-repeat;
        background-size: cover; 
        height: 20vh;
        width: 100vw;
        margin-top: -1055px;
        margin-left: -10px;
        margin-bottom: 0px;
    }
    
    .involvecontainer article {
        font-size: 4rem;
        text-align: center; 
        color: white;
        padding-top: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 660px) {
    .involvecontainer {
        background-image: url("../images/image-32.png"); 
        background-repeat: no-repeat;
        background-size: cover; 
        height: 20vh;
        width: 100vw;
        margin-top: -1030px;
        margin-left: -10px;
        margin-bottom: 0px;
    }
    
    .involvecontainer article {
        font-size: 4.5rem;
        text-align: center; 
        color: white;
        padding-top: 50px;
    }
    
    .nav-button {
        position: absolute;
        right: 40px;
        top: 35px;
        z-index: 12000;
        cursor: pointer;
        color: black; 
        font-size: 2.5rem;
    }
    
    .card-01 a p {
        display: block;
        color: white;
        text-decoration: none;
        font-size: .75rem;
        font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
        text-align: center;
        content: justify;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 35px;
    }
}

@media (min-width: 790px) {
    .involvecontainer {
        background-image: url("../images/image-32.png"); 
        background-repeat: no-repeat;
        background-size: cover; 
        height: 20vh;
        width: 100vw;
        margin-top: -1030px;
        margin-left: -10px;
        margin-bottom: 0px;
    }
    
    .involvecontainer article {
        font-size: 4.5rem;
        text-align: center; 
        color: white;
        padding-top: 50px;
    }
    
    .nav-button {
        position: absolute;
        right: 40px;
        top: 35px;
        z-index: 12000;
        cursor: pointer;
        color: black; 
        font-size: 2.5rem;
    }
    
    .card-01 a p {
        display: block;
        color: white;
        text-decoration: none;
        font-size: .75rem;
        font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
        text-align: center;
        content: justify;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 35px;
    }
    
    .namecontainer img {
        float: left;
        width: 15%;
        margin-left: 20px;
        margin-top: 5px; 
}
}

@media (min-width: 1065px) {
    .involvecontainer {
        background-image: url("../images/image-32.png"); 
        background-repeat: no-repeat;
        background-size: cover; 
        height: 20vh;
        width: 100vw;
        margin-top: -1030px;
        margin-left: -10px;
        margin-bottom: 0px;
    }
    
    .involvecontainer article {
        font-size: 5rem;
        text-align: center; 
        color: white;
        padding-top: 50px;
    }
    
    .nav-button {
        position: absolute;
        right: 40px;
        top: 35px;
        z-index: 12000;
        cursor: pointer;
        color: black; 
        font-size: 2.5rem;
    }
    
    .card-01 a p {
        display: block;
        color: white;
        text-decoration: none;
        font-size: .75rem;
        font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
        text-align: center;
        content: justify;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 35px;
    }
    
    .namecontainer img {
        float: left;
        width: 12%;
        margin-left: 20px;
        margin-top: 5px; 
}
}

@media (min-width: 1265px) {
    .involvecontainer {
        background-image: url("../images/image-32.png"); 
        background-repeat: no-repeat;
        background-size: cover; 
        height: 28vh;
        width: 100vw;
        margin-top: -660px;
        margin-left: -10px;
        margin-bottom: 0px;
    }
    
    .involvecontainer article {
        font-size: 5rem;
        text-align: center; 
        color: white;
        padding-top: 50px;
    }
    
    .nav-button {
        position: absolute;
        right: 40px;
        top: 35px;
        z-index: 12000;
        cursor: pointer;
        color: black; 
        font-size: 2.5rem;
    }
    
    .card-01 a p {
        display: block;
        color: white;
        text-decoration: none;
        font-size: .75rem;
        font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
        text-align: center;
        content: justify;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 35px;
    }
    
    .namecontainer img {
        float: left;
        width: 10%;
        margin-left: 20px;
        margin-top: 5px; 
}
}

@media (min-width: 1288px) {
    .involvecontainer {
        background-image: url("../images/image-32.png"); 
        background-repeat: no-repeat;
        background-size: cover; 
        height: 20vh;
        width: 100vw;
        margin-top: -1030px;
        margin-left: -10px;
        margin-bottom: 0px;
    }
    
    .involvecontainer article {
        font-size: 5rem;
        text-align: center; 
        color: white;
        padding-top: 50px;
    }
    
    .nav-button {
        position: absolute;
        right: 40px;
        top: 35px;
        z-index: 12000;
        cursor: pointer;
        color: black; 
        font-size: 2.5rem;
    }
    
    .card-01 a p {
        display: block;
        color: white;
        text-decoration: none;
        font-size: .75rem;
        font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
        text-align: center;
        content: justify;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 35px;
    }
    
    .namecontainer img {
        float: left;
        width: 10%;
        margin-left: 20px;
        margin-top: 5px; 
}
}

@media (min-width: 1610px) {
    .involvecontainer {
        background-image: url("../images/image-32.png"); 
        background-repeat: no-repeat;
        background-size: cover; 
        height: 20vh;
        width: 100vw;
        margin-top: -1000px;
        margin-left: -10px;
        margin-bottom: 0px;
    }
    
    .involvecontainer article {
        font-size: 5rem;
        text-align: center; 
        color: white;
        padding-top: 50px;
    }
    
    .nav-button {
        position: absolute;
        right: 40px;
        top: 35px;
        z-index: 12000;
        cursor: pointer;
        color: black; 
        font-size: 2.5rem;
    }
    
    .card-01 a p {
        display: block;
        color: white;
        text-decoration: none;
        font-size: .75rem;
        font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
        text-align: center;
        content: justify;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 35px;
    }
    
    .namecontainer img {
        float: left;
        width: 9%;
        margin-left: 20px;
        margin-top: 5px; 
}
}

@media (min-width: 1920px) {
    .card-01 {
        max-width: 600px;
        flex: 1; 
        height: 300px;
    }
    
    .card-02 {
        max-width: 910px;
        flex: 1; 
        height: 500px;
    }
    
    .card-03 {
        max-width: 1840px;
        flex: 1; 
        height: 500px;
    }
    
    .namecontainer img {
        max-width: 9%;
        margin-left: 30px;
        margin-top: 5px;
}
    
    .involvecontainer {
        margin-top: -990px;
    }
    
    .involvecontainer article {
        font-size: 6rem;
        padding-top: 50px;
    } 
    
    .nav-button {
        right: 70px;
        top: 50px;
        z-index: 12000;
        font-size: 3rem;
    }
    
    .card-01 a ul1 {
        font-size: 2.5rem;
    }
    
    .card-01 a p {
        font-size: 1rem;
    }
    
    .card-01 input[type=submit] {
        font-size: 1rem;
        cursor: pointer;
        height: 40px;
    }
    
    .card-02 a ul1 {;
        font-size: 2.75rem; 
        margin-top: 100px;
    }
    
    .card-02 a p {
        font-size: 1.2rem;
    }
    
    .card-02 a ul2 {
        font-size: 2.75rem;
        margin-top: 100px;

    }
    
    .card-02 input[type=submit] {
        font-size: 1rem;
        cursor: pointer;
        height: 40px;
    }
    
    .card-03 a ul1 {
        font-size: 5rem;
        margin-top: 140px;
    }
    
    .card-03 a p {
        font-size: 1.3rem;
        margin-top: 40px;
    }
    
    .card-03 a {
        text-decoration: none;
        decoration: none; 
    }
    
    .card-03 input[type=submit] {
        font-size: 1.2rem;
        height: 50px;
        width: 10%;
        margin-top: -15px;
    }
    
}

