/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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




/********* My AFG Broker App ********/


body{
	background: #fff;
	color: #383838;
	font-family: 'Source Code Pro', Courier, monospace;
	font-size: 15px;
	line-height: 1.5;
}

p{
	margin-bottom: 1.5em;
}

.wrapper{
	width: 100%;
	height: 600px;
	clear: both;
}

.left,
.right{
	width: 50%;
	float: left;
	display: table;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}

h1,
h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

h1{
	font-size: 40px;
	color: #fff;
	line-height: 46px;
	margin-bottom: 30px;
	text-shadow:  1px 1px 1px rgba(0, 0, 0, 0.4);
	max-width: 360px;
}

h2{
	font-size: 24px;
	color: #33c8b5;
	margin-bottom: 20px;
}

.circle{
	width: 45px;
	height: 45px;
	background: #33c8b5;
	color: #fff;
	border-radius: 100px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

i.fa{
	margin-top:12px;
}

.padding{
	padding: 0 25%;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #6c6c6c;
	border: none;
}

a img{
	border: none;
}


/********* First DIV ********/

.header.wrapper{
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat; 
	background-position: left top;
	background-attachment: fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header.jpg', sizingMethod='scale')";
	height: 1000px;
	position:relative;
}

.header .right img{
	display: block;
	margin: 13% auto;
	width: 100%;
	max-width: 471px;
	height: auto;
}



/********* Second DIV ********/

.second{
	background-image:url(../images/myafgbrokerapp01.jpg);
	background-repeat: no-repeat; 
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/myafgbrokerapp01.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/myafgbrokerapp01.jpg', sizingMethod='scale')";
}



/********* Third DIV ********/


.third{
	background-image:url(../images/myafgbrokerapp02.jpg);
	background-repeat: no-repeat; 
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/myafgbrokerapp02.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/myafgbrokerapp02.jpg', sizingMethod='scale')";
}


/********* Fourth DIV ********/


.fourth{
	background-image:url(../images/myafgbrokerapp03.jpg);
	background-repeat: no-repeat; 
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/myafgbrokerapp03.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/myafgbrokerapp03.jpg', sizingMethod='scale')";
}


/********* Footer ********/

.footer{
	text-align: center;
	padding: 80px 40px 40px;
	font-size: 12px;
	width: 100%;;
	box-sizing: border-box;
	clear: both;
	display: block;
}

.small{
	font-size: 10px;
}

.footer img{
	margin-bottom: 60px;
}







/********* Responsive ********/



@media (max-width: 1021px){
	

	.header .left,
	.header .right{
		width: 100%;
		display: block;
		height: auto;
	}
	
	.padding{
		padding:0 15%;
	}
	
	.header .padding{
		padding: 0 10%;
		display: block;
		vertical-align: initial;
		text-align: center;
	}
	
	h1{
		margin: 60px auto 30px;
	}
	
	.header .right img{
		margin: 60px auto;
	}

	.header.wrapper{
		height: auto;
		overflow: hidden;
	}
	
	
}


@media (max-width: 680px){
	
	.second,
	.third,
	.fourth{
		display: none;
	}	
	
	.left,
	.right{
		width: 100%;
	}
	
	.wrapper{
		padding: 80px 0;
		height: auto;
	}
	
	.header .right img{
		width: 85%;
	}
	
	body{
		font-size: 17px;
	}
	
	h1{
		font-size: 44px;
	}
	
	h2{
		font-size: 27px;
		line-height: 35px;
	}
	
}