@import url('https://fonts.googleapis.com/css?family=Roboto:100i,400|Russo+One');

/*----- css 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;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

 body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #a30606;
	font-weight: 300;
	background-size: cover;
}

h1{ font-family: 'Russo One', sans-serif; font-size: 45px; color: #a30606; text-transform: capitalize; margin: 10px 0px; }

h3 {font-size: 24px;}

.container {
	width: 100%;
	max-width: 80%;
	margin: 0 auto;
	position: relative;
}

.logo {
	position: absolute;
	left: 0;
	top: 200px;
	z-index: 10;
}


.info {
	position: absolute;
	top: 350px;
	left: 0;
	padding-top: 100px;
	text-align: center;
	width: 380px;
	z-index: 10;
}

.wire {
	position: fixed;
	bottom: 200px;
	right: 10%;
}

.footer-icons {
	background: #000;
	text-align: center;
	padding: 50px 0;
	position: fixed;
	width: 100%;
	bottom: 0;
}

.footer-icons .icon {
	display: inline-block;
	width: 12%;
	vertical-align: top;
}

.footer-icons p {
	color: #FFF;
	margin: 10px auto;
}

@media only screen and (max-width: 870px) {
	.logo {
		top: 50px;
	}
	.info {
		top: 200px;
	}
	.wire {
		width: 35%;
		bottom: 340px;
	}
	.wire img {
		width: 100%;
		height: auto;
	}
	.footer-icons {
		position: absolute;
	}
	.footer-icons .icon {
		width: 24%;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 640px) {
	.logo {
		width: 100%;
		text-align: center;
		position: relative;
		top: 25px;
	}
	.logo img {
		width: 60%;
		height: auto;
	}
	.info {
		width: 100%;
		position: relative;
		top: 0;
		padding: 50px 0;
	}
	.info h1 {
		font-size: 36px;
	}
	.wire {
	    width: 50%;
	    bottom: 0;
	    position: relative;
	    right: -40%;
	}
	.footer-icons {
		position: relative;
	}
	.footer-icons .icon {
		width: 49%;
		margin-bottom: 20px;
	}
}