/* Content part. */

MAIN {
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
}

DIV.homeLogo {
	width: 100%;
	display:-webkit-flex;
	display:flex;
	--webkit-flex-flow:column;
	-flex-flow:column;
	-webkit-align-self:flex-start;
	align-self:flex-start;
	padding-top:2.5em;
}

DIV.contentLogo {
	width: 100%;
	height: 720px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url("../img/background-large.jpg");
}
DIV.contentLogo > H1 {
	box-sizing:border-box;
	font-size: 2.5em;
	text-align: center;
	margin: -1em auto 0 auto;
	padding:0 1em;
	color:#9090A0;
	font-weight: 400;
	text-shadow: 0 0 15px rgba(9, 21, 66, .7);
	height:150px;	
}

DIV.destBox {
	margin: 180px auto 0 auto;
	padding: 0.7em;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow:column;
	flex-flow:column;
	-webkit-align-items:center;
	align-items:center;
	width:80%;
	min-width: 700px;
	max-width: 700px;
}

DIV.destBox > H2 {
	text-align:center;
	margin: 0 0 0.5em 0;
}

DIV.destBox > DIV.phoneNumber {
	margin: 0 0 0.5em 0;
}

DIV.destBox INPUT[type="tel"] {
	font-size: 1.5em;
	font-family:'Roboto mono',monospace;
	min-width:16em;
}

DIV.contentLogo > P {
	box-sizing:border-box;
	font-size: 2em;
	text-align: center;
	padding:0 1em;
	margin: 20px auto 0 auto;
	text-shadow: 0 0 15px rgba(9, 21, 66, .7);
	height:150px;
	max-width:1280px;
}


@media screen and (max-width: 640px) {
	HTML {
		font-size:10px;
		min-width:320px;
	}
	
	HEADER > .headerTail > DIV.middle > SPAN  {
		font-size:0.7em;
		margin:0 0.3em;
	}
	
	DIV.homeLogo {
		padding-top:0.5em;
	}
	
	DIV.contentLogo > H1 {
		height:100px;
		font-size:1.5em;
		margin-top:0;
	}
	DIV.contentLogo > P {
		display:none;
	}
	
	DIV.destBox {
		margin-top:30px;
		min-width: 290px;
		max-width: 370px;
	}
	DIV.destBox H2 {
		font-size:1.3em;
	}
	
	DIV.contentLogo {
		height: 320px;
		background-image: url("../img/background-medium.jpg");
	}
}
@media screen and (min-width:641px) and (max-width: 1023px) {
	HEADER > .headerTail > DIV.middle  {
		font-size:1em;
	}
	
	DIV.homeLogo {
		padding-top:1.8em;
	}
	
	DIV.contentLogo {
		height: 500px;
		background-image: url("../img/background-large.jpg");
	}
	DIV.contentLogo > H1 {
		margin-top:-1em;
		height:100px;
		font-size: 1.8em;
	}
	DIV.contentLogo > P {
		margin-top:10px;
		height:100px;
		font-size: 1.3em;
	}
	DIV.destBox {
		margin-top:135px;
		min-width: 620px;
		max-width: 670px;
	}
	DIV.destBox H2 {
		font-size:1.4em;
	}
}
