/** 1. TYPOGRAPHY
*******************************************************************/

html,
body
{
    width: 100%;
    margin: 0 !important;
}

body
{
    font-family: 'corbel', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    background: #000;
	background-image:url('../../mail/unleazhed-bg-high.jpg');
    background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-weight: normal;
    line-height: auto;
    color: #fff;
}

h1
{
    font-size: 1.7em;
	font-weight:600;
	letter-spacing:0.5em;
	padding:0 5%;
	text-transform: uppercase;
}

h2
{
    font-size: 35px;
}

h3
{
    font-size: 30px;
}

h4
{
    font-size: 24px;
}

h5
{
    font-size: 18px;
}

h6
{
    font-size: 16px;
}

p
{
    font-size: 1em;
    line-height: auto;
}

a,
a:hover,
a:focus
{
    color: #fff;
    text-decoration: underline;
}

/** 3. CONTENT
*****************************************************************/

#main
{
/*    position: fixed; */
    width: 100%;
	min-height:100%;
}
#logo img {
	max-width:90%;
	margin:2.5% 0 0 0;
}
.container-mid {
	margin:auto;
	text-align:center;
	max-width:900px;
}
#left, #right {
	width:44%;
	float:left;
}
#left {
	margin:0 1% 0 5%;
	text-align:right;
}
#right {
	margin:0 5% 0 1%;
	text-align:left;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/** 8. MEDIA QUERIES
*****************************************************************/

@media screen and (max-width: 1400px), screen and (max-height: 720px)
{}

@media screen and (max-width: 1024px)
{
	body
	{
		font-family: 'corbel', sans-serif;
		font-weight: 300;
		font-style: normal;
		color: #fff;
		background: #000;
		background-image:url('../../mail/unleazhed-bg-low.jpg');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position:center;
		background-size:cover;
	}
	#logo img {
		max-width:90%;
		margin:7.5% 0 0 0;
	}
	#left, #right {
		width:90%;
		float:none;
		margin: 0 5%;
		text-align:center;
	}
}
