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;
}
@font-face{
	font-family: SourceSansPro-Light;
	src: url(../fonts/SourceSansPro-Light.ttf);
}
body{background: #f9f9f9; font-family: SourceSansPro-Light}
*{box-sizing:border-box}
.container-fluid{ display: block; width: 100%; position: relative; }
.container{ width: 100%; max-width: 1140px; margin-left: auto; margin-right: auto;}
.home img{margin: 20px auto; display: block; max-width: 400px; width: 100%;}
.home h1{color: #BFBFBF; text-align: center}
footer.container-fluid {position: absolute; bottom: 30px;}
footer p,footer p a{text-align:center; color: #BFBFBF; padding: 20px 0; text-decoration: none}
footer p a:hover{text-decoration: underline}

@media(max-width:991px){
	.bg-img{ padding: 50px 0;}
	.home img{ ;  }
}

@media(max-width:767px){
.home img{ margin-bottom: 0 }
	.home h1{font-size: 18px}
}

@media(max-width:600px){
.home img{ ; }
}

@media(max-width:400px){
	.bg-img {
    padding: 25px 0;
}
	footer p{font-size: 12px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;}
}
@media(max-height:500px){
	.bg-img{ margin: 0 auto;}
	footer.container-fluid { bottom: 0px;}

}
@media(max-height:300px){
	.bg-img{ padding-top: 0}
	footer.container-fluid { bottom: 0px;}

}