@font-face {
    font-family: KozGoPro;
    src: url('../fonts/KozGoPro-Regular.otf');
}
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;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body{ 
	font-family:Arial;
	color: #FFF;
	overflow-x: hidden;
}

.main-wrapper{
	max-width: 596px;
	margin: 0 auto 50px auto;
}

.header{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 72px;
}

.header img{
	width: 100%;
}

.content{
	text-align: center;
	padding: 0px;	
	height: auto;
	margin-bottom: 10px;
}
.content-title{
	font-size: 3.5em;
	font-weight: bold;	
	color: #0C090A;
	font-family: KozGoPro;
	line-height: 50px;
	margin-bottom: 68px;
}
.content-img {
	text-align: center;
	height: 108px;
	margin-bottom: 200px;
}
.content-img img {
	margin-bottom: 10px;
}

.content-img .img-ios {
	margin-left: 20px;	
}

@media only screen and (max-width: 596px) {
	.col-xs-6 {
		width: 100% !important;
	}
}













