/* Reset */
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;}
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;}

/* Reset end */

@font-face { 
	font-family: 'Stead Bold';
	src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face { 
	font-family: 'Stead Regular';
	src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face { 
	font-family: 'Stead Light';
	src: url('../fonts/SourceSansPro-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


body, html {
    height: 100%;
	font-family: 'Stead Regular';
    text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
    font-style: normal;
    -webkit-text-size-adjust: 100%;    
}

.container {
    max-width: 100%;
    height: 100%;
    padding-right: 150px;
    padding-left: 150px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.container-fluid {
    width: 100%;
    height: 100%;
}

.container-inner {
    max-width: 1480px;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	font-weight: 100;
	letter-spacing: 1px;
}

a {
	text-decoration: none;
}

h1 {
	font-family: 'Stead Bold';
	font-size: 50px;
	line-height: 1;
	font-weight: 100;
	color: #fff;
	letter-spacing: 2px;
}

.background {
	background-image: url("../img/stead-bg.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 800px;
}

.logo {
    display: block;
    padding: 50px 0 0;
    width: 250px;
    height: auto;
}

.title {
	padding-top: 100px;
}

.content-block {
    display: block;
    margin-top: 50px;
}

.contactTitle {
	font-size: 16px;
}

.content-block strong {
    font-family: 'Stead Regular';
    font-weight: 400;
    letter-spacing: 1px;
}

.content-block p {
	display: block;
	font-family: 'Stead Light';
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.content-block a {
	color: #fff;
}

.content-block a:hover {
	text-decoration: underline;
}

.footer {
	position: absolute;
	bottom: 5%;
	text-align: right;
}

.copyright {
    font-size: 15px;
    font-family: 'Stead Light';
    font-weight: 100;
    opacity: 0.8;
    text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2); 
}

@media all and (max-width: 1024px) {
	
	.container {
	    padding-right: 50px;
	    padding-left: 50px;
	}
	
	.footer {
		bottom: 7%;
	}
	
}

@media all and (min-width: 1000px) {
	.title h1 br {
		display: none;
	}
}

@media all and (max-width: 1000px) {
	
	.container {
	    padding-right: 50px;
	    padding-left: 50px;
	}
	
	.background {
		background-image: url("../img/mobile-bg.jpg");
		background-position: bottom right;
	}	
	
	.footer {
		text-align: left;
	}
	
}

@media all and (max-height: 600px) {
	
	.footer {
		text-align: left;
	}
}

@media all and (max-width 600px) {
	
	.footer {
		position: relative;
	}
	
}

@media all and (max-width: 480px) {

	.footer {
		bottom: 2%;
	}
	
}

@media all and (max-width: 415px) {
	
	.title {
	    padding-top: 40px;
	}	
	
	.title h1 {
		font-size: 30px;
	}
	
}

@media all and (max-width: 400px) {
	
	.container {
	    padding-right: 30px;
	    padding-left: 30px;
	}
	
}
