/* BLUE #1B2B45
   BEIGE #E6D3B5 */

@font-face {
    font-family: "CambriaZ";
    src: url(../fonts/cambriaz.ttf) format("truetype");
}
@font-face {
    font-family: "ProximaNovaLight";
    src: url(../fonts/ProximaNova-Light.otf) format("truetype");
}
@font-face {
    font-family: "ProximaNovaLightItalic";
    src: url(../fonts/ProximaNova-LightItalic.otf) format("truetype");
}
@font-face {
    font-family: "ProximaNovaRegular";
    src: url(../fonts/ProximaNova-Regular.otf) format("truetype");
}
@font-face {
    font-family: "ProximaNovaBold";
    src: url(../fonts/ProximaNova-Bold.otf) format("truetype");
}

* {
box-sizing: border-box;
-ms-box-sizing: border-box; 
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
}

body {
	height: auto;
	width: 100%;
	//padding: 0 100px;
	background: #1B2B45;
}

@media only screen and (max-width: 960px) {
	body {
		padding: 0;
	}
}

/* GENERAL */


/* LANGUAGE */
div.language {
    top: 50px;
	right: 50px;
	height: auto;
	width: auto;
    cursor: pointer;
}

div.language-box {
    height: auto;
    width: auto;
    padding: 5px 5px 5px 10px;
    border: 1px solid #1B2B45;
    border-radius: 3px
}

div.language-box span {
    font-family: 'ProximaNovaRegular';
    font-size: 14px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.language-box img {
    height: 20px;
    width: 20px;
    margin: 0 10px;
    border-radius: 50%;
}

@media only screen and (max-width: 960px) {
	div.language-box span {
		font-size: 12px;
	}

	div.language-box img {
	    height: 15px;
	    width: 15px;
        margin: 0 5px;
	}
}


/* LANGUAGE MOBILE */
div.language-mobile {
    height: auto;
    width: auto;
    cursor: pointer;
}

/* LANGUAGE DROPDOWN */
a.language-dropdown {
    height: auto;
    width: 100%;
    text-decoration: none;
}

a.language-dropdown > span {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: black;
    letter-spacing: 1px;
}

a.language-dropdown > img {
    height: 20px;
    width: 27px;
    margin-left: 20px;
    border-radius: 3px;
}

/*------------------------------------------
----------------- FOOTER -------------------
------------------------------------------*/
div.footer {
    margin-top: 50px;
    padding: 0 100px 50px 100px;
}

div.footer img {
    height: 100px;
}

div.footer-menu {
    margin-bottom: 20px;
}

div.footer-menu > a {
    display: block;
    padding: 10px 20px;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #E6D3B5;
    letter-spacing: 1px;
    text-decoration: none;
}

div.footer-tagline {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 20px;
}

div.footer-tagline > span {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: white;
    letter-spacing: 1px;
}

div.footer-arrow {
    height: 50px;
    width: 50px;
    margin-right: 20px;
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    cursor: pointer;
}

@media only screen and (max-width: 960px) {
    div.footer {
        padding: 0 20px 50px 20px;
    }

    div.footer-tagline {
        padding: 0;
    }

    div.footer-tagline > span {
        font-size: 14px;
    }

    div.footer-arrow {
        margin: 0;
    }

    div.footer-mobile-logo {
        height: auto;
        width: 100%;
        margin-bottom: 50px;
        padding-bottom:50px;
        border-bottom: 1px solid white;
    }
}

/*------------------------------------------
----------------- CONTACT ------------------
------------------------------------------*/
a.contact-email {
    color: #1B2B45;
    font-weight: 900;
}

a.contact-email:hover {
    color: #E6D3B5;
    text-decoration: none;
}

div.contact-form {
    display: none;
    height: auto;
    width: 100%;
    padding: 50px 20%;
    background: white;
}

div.contact-title {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}

div.contact-title > span {
    font-family: 'CambriaZ';
    font-size: 50px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.contact-subtitle {
    height: auto;
    width: 100%;
    margin-bottom: 50px;
}

div.contact-subtitle > span {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #1B2B45;
    letter-spacing: 1px;
}

div.contact-form-line {
    margin-bottom: 30px;
}

span.contact-label {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #1B2B45;
    letter-spacing: 1px;
}

input.contact-input {
    height: 40px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #1B2B45;
    border-radius: 3px;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #1B2B45;
    letter-spacing: 1px;
    outline: none;
}

textarea.contact-text {
    display: block;
    height: 100px;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    border: 1px solid #1B2B45;
    border-radius: 3px;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #1B2B45;
    letter-spacing: 1px;
    outline: none;
}

input.contact-input:focus, textarea.contact-text:focus {
    border-color: #E6D3B5;
}

button.contact-submit {
    height: 60px;
    width: 300px;
    background: #E6D3B5;
    border: 0;
    font-family: 'ProximaNovaBold';
    font-size: 20px;
    color: #1B2B45;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
}

div.contact-message {
    display: none;
    height: auto;
    width: 100%;
    margin-top: 30px;
}

div.contact-message > span {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #1B2B45;
    letter-spacing: 1px;
}

@media only screen and (max-width: 960px) {
    div.contact-form {
        padding: 50px 20px;
    }

    div.contact-title > span {
        font-size: 25px;
    }

    div.contact-form-line {
        margin-bottom: 20px;
    }

    span.contact-label {
        font-size: 14px;
    }

    button.contact-submit {
        width: 100%;
        font-size: 16px;
    }

    div.contact-message > span {
        font-size: 14px;
    }
}













