/* 
	CSS Reset 
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body 
{
	line-height:1.5;
}

a img 
{
	border:none;
}

html
{
	overflow-x: hidden;
}

body
{
    width: 100%;
    height: 100%;
    text-align: center;
    color: #f8f8f8;
   /* background: url(/apps-bd.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background: #eee;
	font-size: 12px;
	font-family: "helvetica neue",Helvetica,Arial,Verdana,sans-serif;
	padding: 0;
	margin: 0;
	color: #888;
}

#mydiv .mgflogo {
    padding-left: 6px;
    width: 400px;
    float: left;
    background: rgb(255, 255, 255);
    margin: 0px 10px;
}

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

a:hover
{
	color: #555;
	text-decoration: none;
}

a:active
{
	color: #555;
	text-decoration: none;
}


strong
{
	color: #000;
}

h1
{
	font-size: 40px;
}

h2
{
	font-size: 32px;
	font-weight: normal;
}



h3
{
	font-size: 26px;
	font-weight: normal;
}

h4
{
	font-size: 24px;
	font-weight: normal;
}

h5
{
	font-size: 20px;
	font-weight: normal;
}

h6
{
	font-size: 18px;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6
{
	color: #222;
	font-family: 'Dosis';
	text-transform: uppercase;
	font-weight: 600;
}

.strong
{
	font-weight: bold;
}


.clear
{
	clear: both;
}


#wrapper
{
	    height: 100%;
	    font-size: 22px;
    padding: 10%;
}

.logo_wrapper
{
	margin: 0 1px 0 0;
	display: block;
	float: left;
	padding: 0 25px 0 25px;
}

.logo_wrapper:hover, .logo_wrapper:active
{
	background: transparent;
}

.arrow-down {
	float: left;
    width: 0;
    height: 0;
    margin-left: 30px;
    border-left: 62px solid transparent;
    border-right: 62px solid transparent;
    border-top: 40px solid #000;
}

.logo_wrapper img
{
	    padding: 0px 0px 5px 6px;
    margin-top: 18px;
    background: #fff;
}

#kenburns_desc {text-transform: uppercase;    text-align: left;
    color: #fff;
    font-size: 14px;
    width: 600px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 0.8;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    font-family: 'Dosis';
}

#kenburns_desc a{color: #fff;}
#footer{	margin-top: 30px;	color: #fff;}

#copyright{
	margin: 25px 0 0px 30px;
	float: left;
	width: 60%;
	font-size: 11px;
}

.social_wrapper
{
	width: 100%;
	float: left;
	margin: 50px 0 0 0;
}

#footer .social_wrapper
{
	position: static;
	float: right;
	margin-right: 30px;
}

.social_wrapper ul
{
	list-style: none;
}

.social_wrapper ul li
{
	float: left;
	margin-right: 5px;
}

.social_wrapper ul li img
{
	opacity: 0.9;
	width: 28px;
}

#mydiv {
    margin: 100px auto 0;
    width: 852px;
}
	
#kenburns_title {    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 50px;
    text-transform: uppercase;
    width: 600px;
    position: absolute;
    bottom: 55px;
    left: 20px;
    line-height: 1em;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 5px;
    font-family: Dosis;
    font-weight: 500;
}

.custom-button{ margin:0 50px; background:#2679BA; border:1px solid #2679BA; color:#ffffff; padding:10px; border-radius:2px;font-size: 14px;
font-weight: 400;}

.custom-button:hover{ margin:0 50px; background:#e6e6e6; border:1px solid #e6e6e6; color:#ffffff; padding:10px; border-radius:2px; color:#000000;font-size: 14px;
font-weight: 400;}

a.custom-button{ text-decoration:none;}


/******************************************************************END OF CUSTOM HOME PAGE MIDDLE BUTTON CODE***************************************************/