/* @override http://hidalgomini.local:8888/ericamillerdesign/mudmateaustralia/css/main.css */

/* ==========================================================================
    Title:      Mudmate Australia - master styles
    Author:     Kalon Edser, http://www.kalonedser.com
    Updated:    11 Aug 2015
   ========================================================================== */

/* @group Core */

html, body {
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.3125em; /* 21 */
	text-align: center;
	color: #FFF;
	background: #1b3c70;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased; /*fix transform glitches*/
	}
	
@media only screen and (min-width: 375px) {
	body { background: #1b3c70 url(../img/bg-gradient.png) 50% 0 no-repeat; }
}


a:link, a:visited {
	color: #05417b;
	text-decoration: none;
	}
a:hover, a:active {
	color: #047dc6;
	text-decoration: none;
	}

/* @end */
/* @group Master Layout */

#container {
	margin: 0 auto;
	padding: 0 4px;
	max-width: 292px;
	min-width: 292px;
	min-height: 1500px;
	height: 100%;
	text-align: center;
	color: #05417b;
	background: #e4eeff url(../img/bg-content.jpg) 50% 0 no-repeat;
	overflow: hidden;
	}

/* @end */
/* @group Logo/Header */

#logo {
	margin: 107px 0 45px 0;
	width: 292px;
	height: 277px;
	text-indent: -999em;
	background: url(../img/logo.png) 50% 50% no-repeat;
	overflow: hidden;
	}

/* @end */
/* @group Content */

article h1 {
	margin: 0;
	color: #047dc6;
	font-size: 1.3125em /*21*/;
	}
	
article h2 {
	margin: 0.9em 0 1.2em 0;
	font-size: 1.09375em /*17.5*/;
	}
	
article p {
	margin: 1.3815789474em 0;
	font-size: 1.1875em /*19*/;
	text-transform: uppercase;
	}

/* @end */
