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;
}


/*------*/

body {
	
}

/*----- TYPOGRAPHY -----*/


@font-face {
    font-family:"bruin";
    src:url("../fonts/bruin.woff2") format("woff2"),url("../fonts/bruin.woff") format("woff"),url("../fonts/bruin.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"bruin-italic";
    src:url("../fonts/bruin-italic.woff2") format("woff2"),url("../fonts/bruin-italic.woff") format("woff"),url("../fonts/bruin-italic.otf") format("opentype");
    font-style:normal;font-weight:400;
}
                
        
/*----- TYPOGRAPHY -----*/

p {
	font-family: 		'bruin-italic';
	font-size: 			30px;
	color: 				#000;
	text-align: 		center;
	line-height: 		42px;
}

.normal {
	font-family: 		'bruin'
}

a {
	text-decoration: 	none;
	color: 				#000;
}

a:hover {
	text-decoration: 	underline;
}


/*----- CLASSES & IDS -----*/

header {
	text-align: 		center;
	margin-top: 		60px;
}

.logo {
	width: 				50%;
}

.introduction {
	width: 				50%;
	margin: 			90px auto;
}

.spacer {
	margin-top: 		15px;
}

.spacerx2 {
	margin-top: 		90px;
}

.splash {
	text-align: 		center;
	margin-top: 		150px auto;
}

.splash img {
	width: 				50%;
}

.art {
	margin: 			120px auto;
	text-align: 		center;
	width: 				75%;
}

.art img {
	padding: 			5px;
	width: 				25%;
}

.lb-number {
	font-family: 		'bruin';
	color: 				#000;	
}

footer {
	text-align: 		center;
	margin:				150px auto;
	width: 				60%
}

/*----- RESPONSIVE -----*/

@media (min-width: 		1px) {	
}

@media (min-width: 		1200px) {
}

@media (max-width: 		1024px) {
}

@media (max-width: 		768px) {
}

@media (max-width: 		768px) {
}

@media (max-width: 		540px) {
	p {
	font-size: 			21px;
	line-height: 		30px;
	}
	footer {
	width: 				90%
	}
	.art {
	width: 				100%;
	}
	.art img {
	width: 				40%;
	}
}

@media (max-width: 		400px) {
}




