/*-----------EVERYTHING-----------*/
*{
    margin: 0;
    padding: 0;
}

body{
    overflow-x: hidden;
}

.main-page{
    background-color: #212121;
}

h1{
    font-size: 40px;
    font-family: robotoLight;
}





/*-----------FONTS-----------*/

@font-face {
	font-family: robotoThin;
	src: url(../fonts/Roboto-Thin.ttf);
}

@font-face {
	font-family: robotoLight;
	src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
	font-family: robotoRegular;
	src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
	font-family: robotoMedium;
	src: url(../fonts/Roboto-Medium.ttf);
}



/*-----------HEADER-----------*/
header{
    background-color: #0c2340;
    height: 90px;
    width: 100%;
}


nav{
    color: #ffffff;
    font-size: 14px;
    font-family: robotoLight;
    text-align: center;
    max-width: 1200px;
    height: 90px;
    margin: auto;
}

nav img{
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 50px;
    height: 52px;
    float: left;
}

.links{
    text-align: left;
    padding-left: 80px;
    padding-top: 25px;
}

.links a{
    text-decoration: none;
    color: #ffffff;
}

.links a:hover{
    text-decoration: underline;
}

.language{
    font-size: 25px;
    float: right;
    padding-right: 50px;
    margin-top: -10px;
}




/*-----------REPORT-----------*/
.report div{
    position: fixed;
    right: 0px;
    top: 250px;
    width: 120px;
    height: 65px;
    background: #1e5396;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 8px 0px 0px 8px;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 3;
}

.report div:hover{
    background: #2a64ae;
    width: 130px;
}

.report p{
    font-family: robotoRegular;
    color: #ffffff;
    font-size: 20px;
}



/*-----------DESCRIPTION-----------*/
.image{
    background-image: url(../images/background.jpg);
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 550px;
    width: 100%;
    margin: 0 auto;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    float: top;
    display: block;
}

.message{
    color: #ffffff;
    font-family: robotoRegular, "Helvetica Neue", "Trebuchet MS", sans-serif;
    padding-left: 110px;
    position: relative;
    margin: 0 auto;
    width: 700px;
    padding-right: 500px;
    padding-top: 300px;
    font-size: 45px;
    text-shadow: 2px 2px 8px #000000;
}

.bar{
    opacity:.3;
    height: 150px;
    width: 100%;
    display: block;
    position: absolute;
    margin: center;
    top: 490px;
    float: center;
    background:#000000;
    font-family: robotoRegular, "Helvetica Neue", "Trebuchet MS", sans-serif;
    display: block;
    z-index: 1;
}

.text-ontop{
    color: #ffffff;
    font-family: robotoRegular, "Helvetica Neue", "Trebuchet MS", sans-serif;
    padding-left: 110px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 700px;
    padding-right: 500px;
    margin-top: 70px;
    line-height: 30px;
    font-size: 15px;
    text-align: justify;
}




/*-----------WHO WE ARE / WHAT WE DO-----------*/
.about{
	width: 100%;
    height: 450px;
	margin: auto;
}

.what{
    width: 50%;
    height: 500px;
    float: left;
    position: relative;
    background: #ffffff;
}

.what-info{
	color: #313131;
	font-family: robotoLight, Helvetica, "Helvetica Neue", "Trebuchet MS", sans-serif;
    width: 500px;
    float: right;
    padding-right: 75px;
    padding-top: 50px;
    max-width: 80%;
}

.what h1{
    color: #1e5396;
    text-align: left;
}

.what p{
	font-size: 20px;
    text-align: justify;
}




/*-----------MISSION-----------*/
.mission{
    background: #113159;
    height: 500px;
    float: right;
    width: 50%;
}

.mission-info{
    color: #ffffff;
    font-family: robotoThin, Helvetica, "Helvetica Neue", "Trebuchet MS", sans-serif;
    float: left;
    width: 500px;
    padding-top: 50px;
    background: #113159;
    text-align: justify;
    font-weight: 100;
    max-width: 80%;
    padding-left: 75px;
}

.mission h1{
    color: #f3f3f3;
    background-color: #113159;
}

.mission p{
    font-size: 20px;
}

.mission a{
    color: #6093c8;
}




/*-----------DOWNNLOAD PGP KEY-----------*/
.pgpkey{
    background-color: #f3f3f3;
    color: #113159;
    height: 400px;
    width: 100%;
    float: center;
    display: block;
    font-size: 30px;
    font-family: robotoRegular;
    line-height: 45px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
}

.pgpkey-container{
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    padding-top: 70px;
}

.pgpkey-info{
    text-align: justify;
    float: left;
    overflow: hidden;
    display: inline;
    position: relative;
    width: 60%;
    padding-left: 25%;
    padding-right: 5%;
}

.pgpbutton{
    background-color: #6093c8;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 180px;
    height: 55px;
    font-family: robotoLight;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.pgpbutton:hover {
    background-color: #113159;
    color: white;
}

.pgpkey img{
    float: left;
    height: 270px;
    z-index: 1;
    position:absolute;
}

.pgpkey p{
    width: 520px;
}




/*-----------CONTACTS-----------*/
.contacts{
    width: 100%;
    height: 400px;
    margin: auto;
}

.contacts-box{
    background-color: #113159;
    color: #ffffff;
    width: 50%;
    height: 400px;
    float: left;
    padding-top: 50px;
    margin: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.contacts-info{
    float: right;
    margin: 0 auto;
    font-family: robotoThin, Helvetica, "Helvetica Neue", "Trebuchet MS", sans-serif;
    width: 500px;
    padding-right: 75px;
    max-width: 80%;
}

.contacts-info span{
    font-family: robotoMedium;
    font-size: 18px;
}

.contacts p{
    font-family: robotoLight;
}

.map{
    background-color: #ffffff;
    height: 400px;
    float: left;
    width: 50%;
}

.map iframe{
    width: 100%;
    height: 400px;
}




/*-----------FOOTER-----------*/
footer{
    font-family: robotoLight;
    background-color: #212121;
    color: #ffffff;
    height: 70px;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 55px;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.footer-container{
    width: 100%;
    margin: auto;
}

.footer-info{
    min-width: 100px;
    max-width: 1200px;
    margin: 0 auto;
}

footer p{
    display: inline;
    float: none;
    font-size: 14px;
}

footer span{
    float: right;
    margin-right: 40px;
}

footer img{
    height: 30px;
}

footer a{
    color: #ffffff;
}




/*-----------FORMS PAGE-----------*/
.form-section{
    background: #ffffff;
    padding: 100px;
    font-family: robotoLight;
    margin: 0 auto;
    width: 800px;
    padding-right: 500px;
}

input{
    padding: 5px 5px 5px 13px;
    width: 500px;
    height: 25px;
    margin: 10px 0 40px 0;
    background: #ffffff;
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 1px;
}

select{
    width: 260px;
    margin: 10px 0 40px 0;
    background: #ffffff;
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 35px;
}

textarea {
    width: 500px;
    height: 200px;
    resize: none;
    padding: 5px 5px 5px 13px;
    margin: 10px 0 40px 0;
    background: #ffffff;
    border: 1px solid #cccccc;
}

input.submit-button{
    width: 200px;
    height: 50px;
    font-family: robotoLight;
    cursor: pointer;
    background-color: #1e5396;
    color: #ffffff;
    border: none;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

input.submit-button:hover{
    background-color: #1b4881;
}




/* ----------- RESPONSIBLE PAGE ----------- */

@media all and (max-width: 1000px) { /* ---- Tablet ---- */

    footer span{
        display: none;
    }

    .footer-info{
        padding-left: 10px;
        padding-right: 10px;
    }

    footer p{
        display: inline;
        float: none;
        font-size: 14px;

    }
}

@media all and (max-width: 864px) { /* ---- Tablet ---- */

    .message{
        margin-left: 20px;
        width: 80%;
        float: left;
        padding-left: 5%;
        padding-right: 10%;
    }

    .text-ontop{
        margin-top: 75px;
        margin-left: 20px;
        width: 80%;
        float: left;
        padding-left: 5%;
        padding-right: 10%;
    }

    .what{
        margin: 0px;
        float: left;
        width: 100%;
        min-height: 450px;
    }

    .what-info{
        margin-left: 20px;
        width: 60%;
        float: left;
        padding-left: 15%;
        padding-right: 15%;
    }

    .what h1{
        font-size: 35px;
    }

    .what p{
        font-size: 20px;
    }

    .mission{
        margin: 0;
        float: left;
        width: 100%;
        min-height: 450px;
    }

    .mission-info{
        margin-left: 20px;
        width: 60%;
        float: left;
        padding-left: 15%;
        padding-right: 100px;
    }

    .mission h1{
        font-size: 35px;
    }

    .mission p{
        font-size: 20px;
    }

    .pgpkey{
        height: 400px;
        width: 100%;
        float: left;
        margin: 0;
        line-height: 40px;
    }

    .pgpkey-container{
        width: 100%;
        margin: 0;
        padding-top: 70px;
        z-index: 1;
        float: left;
        height: 400px;
    }

    .pgpkey-info{
        float: left;
        z-index: 2;
        position: relative;
        width: 90%;
        padding-left: 17%;
        padding-right: 10px;
    }

    .pgpkey p{
        font-size: 19px;
        width: 70%;
        padding-right: 20%;
    }

    .contacts-box{
        width: 100%;
        min-height: 450px;
        float: left;
        display: block;
        margin: 0;
    }

    .contacts-info{
        width: 100%;
        float: left;
        padding-left: 15%;
        padding-right: 15%;
    }

    .contacts h1{
        font-size: 35px;
    }


    .contacts p{
        font-family: robotoLight;
    }

    .map{
        width: 100%;
        float: left;
        position: relative;
    }

    .map iframe{
        width: 100%;
        height: 400px;
        float: left;
    }

   footer{
        padding-top: 30px;
        position: relative;
        clear: both;
        right: 0;
        left: 0;
        bottom: 0;
    }

    footer p{
        display: inline;
        font-size: 15px;
    }

    footer span{
        float: center;
    }




    /************* FORM *************/
        .form-section{
            float: left;
            width: 74%;
            padding-right: 25%;
            text-align: justify;
            padding-left: 15%;
        }

        input{
            width: 90%;

        }

        select{
            width: 60%;
        }

        textarea{
            width: 90%;
        }
}



@media all and (max-width: 740px) { /* ---- Tablet to Phone ---- */

    .links{
        font-size: 1.7vw;
    }


}


@media all and (max-width: 700px) { /* ---- Phone ---- */

    .links .sections{
       display: none;
    }

}



@media all and (max-width: 650px) { /* ---- Phone ---- */


    .language{
        display: inline;
    }

    .message{
        font-size: 41px;
    }

    .text-ontop{
        margin-top: 80px;
        margin-left: 20px;
        font-size: 13px;
        width: 80%;
        line-height: 190%;
        float: left;
        padding-left: 5%;
        padding-right: 10%;
    }

    .what h1{
        font-size: 35px;
    }

    .what p{
        font-size: 17px;
    }

    .mission h1{
        font-size: 35px;
    }

    .mission p{
        font-size: 17px;
    }

    .pgpkey p{
        font-size: 17px;
    }

    .map iframe{
        position: absolute;
    }

    .report div{
        position: fixed;
        z-index: 5;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        float: bottom;
        border-radius: 0;
        bottom: 0px;
        transition-property: 0s;
    }

    .report div:hover{
        width: 100%;
    }

    .report p{
        font-family: robotoRegular;
        color: #ffffff;
        font-size: 20px;
        text-align: center;
        padding-top: 10px;
        padding-right: 8%;
    }

    .main-page footer{
        height: 160px;
    }

    .footer-container{
        width: 100%;
        margin: auto;
    }

    footer p{
        font-size: 13px;
    }

    footer span{
        float: center;
    }


}


@media all and (max-width: 480px) { /* ---- Medium Phone ---- */

    footer p{
        font-size: 12px;
    }

}



@media all and (max-width: 450px) { /* ---- Medium Phone ---- */

    .text-ontop{
        font-size: 11px;
    }

    .language{
        display: none;
    }

    .message{
        font-size: 35px;
        padding-right: 100px;
    }

    .text-ontop{
        font-size: 10px;
    }

    .what-info p{
        font-size: 14px;
    }

    .mission-info p{
        font-size: 14px;
    }

    .pgpkey-info p{
        font-size: 16px;
    }

    .contacts-info p{
        font-size: 14px;
    }

    .contacts-info span{
        font-family: robotoMedium;
        font-size: 16px;
    }

    footer p{
        font-size: 11px;
    }

}



@media all and (max-width: 396px) { /* ---- Medium Phone ---- */

    footer{
        padding-top: 18px;
    }
}


@media all and (max-width: 300px) { /* ---- Small Phone ---- */


    .message{
        font-size: 25px;
    }

    .text-ontop{
        font-size: 10px;
    }

    .what-info p{
        font-size: 13px;
    }

    .mission-info p{
        font-size: 13px;
    }

    .pgpkey-info p{
        font-size: 14px;
    }

    .contacts-info p{
        font-size: 13px;
    }

    footer p{
        font-size: 10px;
    }

}




@media all and (max-width: 290px) { /* ---- Smaller Phone ---- */

    footer p{
        font-size: 9px;
    }

}
