html,
body {
    height: 100%;
    font-family: 'Roboto' !important;
}

* {
    font-family: 'Roboto' !important;
}

a{
    color: #1AB4CD;
}

#emailResponse {
    display: none;
}

#contact a:hover {
    color: #1AB4CD;
}

.navbar {
    background-color: rgba(0, 172, 200, 0.9) !important;
    width: 100%;
    position: absolute;
    z-index: 1000 !important;
}

#menu ul li a {
    font-weight: regular;
    color: black;
}

#menu ul li.active a {
    color: white;
}

#mainheader {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    margin-top: -126px;
}

#maintitle {
    text-align: center;
}

#maintitle h1 {
    font-weight: 300 !important;
    color: #ECEB6B !important;
    font-size: 5vw;
    text-shadow: 2px 2px 0 black;
}

#maintitle h2 {
    font-weight: 100 !important;
    color: white !important;
    font-size: 3vw;
    text-shadow: 2px 2px 0 black;
}

#headerBtn {
    background-color: rgba(0, 172, 200, 1.0) !important;
    border: 1px solid rgba(0, 172, 200, 1.0);
    text-transform: uppercase;
    font-weight: 100;
}

#wwa .title {
    font-family: 'Roboto';
    color: #1AB4CD;
    font-weight: 100;
    font-size: 3vw;
}

#wwa .subtitle {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 2vw;
}

#wwa .text {
    font-family: 'Roboto';
    font-size: 1.5vw;
    font-weight: 300;
}

#tech {
    background-image: url("../images/im02.png");
    background-size: 100%;
    height: 530px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #ECEB6B;
}

#tech h1 {
    color: #787736;
}

#wwd .title {
    font-family: 'Roboto';
    color: #1AB4CD;
    font-weight: 100;
    font-size: 5vw;
    text-align: center;
}

#wwd .text {
    text-align: center;
    font-family: 'Roboto';
    font-size: 1.5vw;
    font-weight: 300;
}

#cite {
    background-image: url("../images/im08.png");
    background-size: 100% 100%;
    height: 350px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cite div {
    text-align: center;
    width: 50%;
}

#cite p {
    color: white;
    font-weight: 300;
}

#cite .text {
    font-size: 2vw;
    text-shadow: 2px 2px 0 black;
}



#cite .author {
    font-size: 1.5vw;
    text-shadow: 2px 2px 0 black;
}

#wv3 .title {
    font-family: 'Roboto';
    color: #1AB4CD;
    font-weight: 100;
    font-size: 3vw;
}

#wv3 .text {
    font-family: 'Roboto';
    font-size: 1.5vw;
    font-weight: 300;
    background-image: url('../images/im10.png');
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 50px;
    padding-top: 8px;
}

#contact {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#contact form {
    text-align: center !important;
}
#incidator {
    width: 70px;
    height: 70px;
    background-image: url("../images/im12.png");
    background-size: 100% 100%;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -35px;
}

#contact form input, #contact form textarea {
    background-color: rgba(0,0,0,0.35);
    font-family: 'Roboto';
    font-weight: 100;
    border-color: rgba(255,255,255,0.35);
    border-radius: 0;
    color: white;
}
#sendBtn {
    background-color: #ECEB6B;
    font-family: 'Roboto';
    text-transform: uppercase;
    padding: 15px 25px;
    color: black;
    border-color: #ECEB6B !important;
}

#contact .info {
    font-family: 'Roboto';
    padding: 0;
    margin:0;
    font-weight: 100;
    color: white;
}

#contact h1 {
    font-weight: 100 !important;
    color: #ECEB6B !important;
    font-size: 5vw;
    text-shadow: 2px 2px 0 black;
    text-align: center;
    padding-top: 10vh;
}

#footer {
    background-color: #292F36;
    text-align: center;
    padding: 20px;
}

#footer span {
    color: #A0A0A0;
    border-right: 1px solid white;
    font-weight: 100;
}

#footer {
    color: white;
    font-weight: 100;
}

.fadein {
    opacity: 0.0;
}

@media only screen and (max-width: 600px) {
    #maintitle h1 {
        font-size: 10vw;
    }

    #maintitle h2 {
        font-size: 8vw;
    }

    #wwa .subtitle {
        font-size: 8vw;
    }

    #wwa .title {
        font-size: 10vw;
        margin-top: 20px;
    }

    #wwd .title {
        font-size: 10vw;
    }

    #wwd .text {
        font-size: 6vw;
    }

    #wwa .text{
        font-size: 6vw;
    }

    #wv3 .text {
        font-size: 6vw;
    }

    #wv3 .title {
        margin-top: 20px;
    }

    #contact {
        height: auto !important;
    }

    #contact h1 {
        font-size: 10vw;
    }

    #cite .author {
        font-size: 3vw;
    }

    #cite .text {
        font-size: 6vw;
    }

    #cite div {
        width: 100% !important;
    }
    
    #wv3 .title {
        font-size: 10vw;
    }
    
}