@font-face {
  font-family: 'Aleo';
  src: url('../fonts/aleo-light-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/aleo-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/aleo-light-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/aleo-light-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/aleo-light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/aleo-light-webfont.svg#Aleo') format('svg'); /* Legacy iOS */
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body{
	height: 100%;
	padding: 0;
}

body{
	background-image: url(/images/leischko-bg-1.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Aleo', Courier, sans-serif;
	font-weight: normal;
	letter-spacing: 3px;
	color: #fff;
	line-height: 130%;
}


a{color: #fff;}

.mobile{display: none;}
.preload{
	visibility: hidden;
	height: 1px;
	width: 1px;
	z-index: -10;
}

.typo{
	width: 270px;
	margin: 0 auto;
	padding-top: 17%;
	text-align: center;
}

.typo p{
	font-size: 19px;
	text-transform: uppercase;
	padding: 20px 0;
}

.typo p span{
	font-size: 60%;
}

footer{
	width: 80%;
    position: absolute;
    bottom: 1%;
    text-align: center;
    padding: 10px 10%;
    font-size: 12px;
}

footer a{
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
}

footer a{
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
}


footer .tel{
	border: none;
}

footer .links{
	padding: 20px 0;
	a{
		margin: 0 10px;
	}
}


/* mobile */
@media screen and (max-width: 1000px){
	footer p{
		max-width: 500px;
		margin: 0 auto;
	}
}
/* 360 */

/* mobile */
@media screen and (max-width: 767px){
	.desktop{display: none;}
	.mobile{display: block;}

	.typo{
		padding-top: 30%;

	}
	.typo p{
		padding: 15px 0;
		font-size: 16px;
	}
	.typo img{
		max-width: 80%;
	}

	footer{
		bottom: 2%;
		width: 94%;
		padding: 3%;
	}	
	p.mobile{
		width: 85%;
		max-width: 330px;
		display: flex;
		a{
			position: relative;
			width: 50%;
			text-indent: -200vw;
			&::after{
				display: block;
				content:'';
				width: 100%;
				height: 55px;
				background: url(/images/mail.png) no-repeat center center;
				background-size: contain;
			}
			&.tl{
				&::after{
					background: url(/images/call.png) no-repeat center center;
					background-size: contain;
				}
			}
		}
	}
	footer a{
		text-decoration: none;
		padding: 20px;
		border: none;
	}
	footer img{
		width: 40px;
	}
	footer .links{
		width: 90%;
		margin: 0 auto;
		border-top: 1px dashed rgba(255,255,255,.25);
		padding-top: 30px;
		margin-top: 20px;
		a{
			display: inline-block;
			margin-bottom: 0;
		}
	}

}
/* 360 */
@media screen and (max-width: 360px){
	.typo{
		padding-top: 45%;

	}
}

/* 360 */
@media screen and (max-width: 360px) and (min-height: 500px){
	.typo{
		padding-top: 50%;

	}
}

/* large screen */
@media screen and (min-width: 1600px){
	body{
		background-position: center 60%;
	}
	.typo{
		padding-top: 19%;
	}
}

/* wide but low */
@media screen and (min-width: 768px) and (max-height: 650px){
	body{
		background-position: center 60%;
	}
	.typo{
		padding-top: 12%;
	}
}

/* wide but low */
@media screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: landscape){

	.typo{
		padding-top: 9%;
	}
}

/* tablet */
@media screen and (max-device-width: 768px) and (min-device-height: 1024px){
	body{
		background-position: center 50%;
	}
	.typo{
		padding-top: 50%;
	}
}

/* tablet wide */
@media screen and (max-width: 1024px) and (min-height: 768px) and (orientation: landscape) {
	.typo{
		padding-top: 25%;
	}
}

/* small wide */
@media screen and (max-height: 415px){
	body{
		background-position: center 50%;
		background-size: auto;
	}
	.typo{
		padding-top: 5%;
	}
	.typo p{
		padding: 3px 0;
	}
}

/* LEGAL STUFF */

body.legal{
	background-position: center bottom;
    background-attachment: fixed;

	article{
		width: 800px;
		max-width: 90%;
		margin: 0 auto;
		padding: 240px 0 280px 0;
		font-size: 13px;
		letter-spacing: 1px;
		
		h1{
			font-size: 2em;
		}
		h2{
			font-size: 1.6em;
			margin: 3em 0 1em 0;
   	 		line-height: 135%;
		}

		h1, h3{
			margin: 1em 0 1em 0;
    		line-height: 135%;
		}

		p{
			padding-left: 25px;
			margin: 1em 0 2em 0;
		}
	}

	.back{
		display: block;
		width: 100%;
		padding: 1em 2em;
		margin: 6em 0 0 0;
		text-align: center;
		border: 2px solid #fff;
		text-decoration: none;
		transition: all 250ms ease;
		&:hover{
			background: #fff;
			color: #333;
			text-indent: -4em;
		}
	}
}









