@import url("../ProximaNova.css");

html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-weight: 300;
	font-family: 'Proxima Nova';
    text-shadow: 0px 1px 2px #000 !important;
}

body {
	width: 100%; 
	height: 100%; 
	
	background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.45) 25%, rgba(51, 156, 255, 0.0) 100%), url(../img/woman.jpg);
	background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.45) 25%, rgba(51, 156, 255, 0.) 100%), url(../img/woman.jpg);
	background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 0.45) 25%, rgba(51, 156, 255, 0) 100%), url(../img/woman.jpg);
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.45) 25%, rgba(51, 156, 255, 0) 100%), url(../img/woman.jpg);
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: 0% 70%;
	-webkit-transition: background 0.54s ease-out;
    -moz-transition: background 0.54s ease-out;
    transition: background 0.54s ease-out;
	background-position: center 100%;
	background-attachment: fixed;
}

.contLang {
	padding-top: 20px;
}

.languages {
    position: absolute;
    padding-left: 10%;
    margin-left: -20px;
    
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.languages button {
	padding: 0 20px;
}
.languages button:not(:last-child) {
	border-right: 1px solid #ddd;
}

.languages button {
	font-weight: 300;
	font-family: 'Proxima Nova';
	display: block;
	font-size: 14px;
	color: #fff;
    text-shadow: 0px 1px 1px #000 !important;
	font-weight: 300;
	border: none;
	background-color: transparent;
}
.active {
	font-weight: 700 !important;
	font-family: 'Proxima Nova';
}
button:focus { outline: 0; }

h1, h2, h3, p{
	margin:0;
}

h1{
	font-weight: 100;
	font-family: 'Proxima Nova';
	color: #ffffff;
	font-size: 55px;
    line-height: 55px;
	text-shadow: 0px 1px 1px #000 !important;
}


h1 span{
	font-weight: 700;
	color: #ffffff; 
	text-shadow: 0px 1px 2px #000 !important;
}


h2{
	padding-top: 16px;
	font-weight: 300;
	font-family: 'Proxima Nova';
	color: #fff;
	text-shadow: 0px 1px 2px #000 !important;
    font-size: 16px;
}

h3{
	font-weight: 200;
	font-family: 'Proxima Nova';
	font-size: 30px; 
}

.hero{
	padding-left: 10%;
	padding-top: 6%;
	padding-right: 10%;
	max-width: 890px;
}

.content{
	position: relative;
	box-sizing: border-box;
	display: none;
	min-height: calc(100% - 180px);	
}

.card{
	position: relative;
	box-sizing: border-box;
	color:#ffffff;
	margin-top: 80px;
}

.card p { 
	padding-top: 15px;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Proxima Nova';
        
	
}

.cardButton{
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-top: 48px;
}

input[type=button] {
	font-weight: 300;
	font-family: 'Proxima Nova';
	box-sizing: border-box;
	border-radius: 1px;
	padding: 12px;
	color: #222;
	background: transparent;
	border: none;
	background-color: #ffffff;
    /*border: 1px solid rgba(255,255,255,0.7);*/
	margin-right: 30px;
	cursor: pointer;
	font-size: 14px;
	width: 150px;
	transition: all .4s ease-in-out;
}

input[type=button]:last-child{ margin-right: 0;}

input[type=button]:hover{
	font-weight: 300;
	box-sizing: border-box;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: all .4s ease-in-out;
	background-color: #343434;
	color: #ffffff;

}

footer{
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 180px;
	font-size: 12px;
    font-weight: 300;
    color: #999;
	text-align: center;
}

footer img{ height: 28px;}
.logo{ height: 50px;}

.footerImg {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 25px;
}

.application{
	width: 200px;
}

.application div{ width: 100%; }

.application a{ 
	color: #ffffff;
	font-size: 13px;
	text-decoration: none; 
}

.display_block { display: block; }
.display_none { display: none; }


.dropdown {
    position: absolute;
	right:0;
	margin-right: 20px;
    display: none;
}
.dropbtn {
    color: #ffffff;
    font-size: 14px;
	background-color: transparent;
    border: none;
}
.dropbtn::after{
	content:"";
	position: absolute;
	background: url(../img/angle_down.svg) no-repeat;
	width: 15px;
	height: 15px;
	right: -15px;
}
.dropdownContent {
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdownContent button {
    color: #222;
	font-size: 14px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	background-color: #ffffff;
	border: none;
	min-width: 130px;
    text-align: left;
}
.dropdownContent button:hover {background-color: #999; color:#ffffff;}
.dropdown:hover .dropdownContent {display: block;}

button:hover{
	cursor: pointer;
}

@media only screen and (max-width: 1100px) {
	  h1,h2{ padding-left: 20px;}
	  .languages{padding-right: 20px;}
	  .card{
		  padding-left: 20px;
		  margin-top:20px;
	  }
	  .cardButton{ padding-top: 10px;}
  }
  
@media only screen and (max-width: 800px){
	.contLang{ display: none;}
	.hero { padding-left: 3%; padding-top: 3%;}
}

@media only screen and (max-width: 700px){
	h1{
		font-size: 35px;
		line-height: 35px;
		padding-top: 10px;
	} 
	h2{ 
		font-size: 20px;
		line-height: 25px;
	}
	.cardButton{ 
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		flex-direction: column;
		-webkit-flex-direction: column;
		padding-bottom: 20px;
	}
	input[type=button]{ 
		margin-top: 15px;
		margin-right: 0;
	}
	
}

@media only screen and (max-width: 400px){
	h1{
		font-size: 25px;
		line-height: 30px;
		padding-top: 10px;
	} 
	h2{ 
		font-size: 18px;
		line-height: 23px;
	}
	.footerImg{
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.application{ 
		margin-right:0;
		margin-bottom: 20px;
	}
}

