html {background: #707173;}
body {
    font-size: 26px;
    color: #FFF;
    margin: 0;
    font-family: 'Muli', Verdana, Arial, sans-serif;

	font-weight: 700;padding-top: 150px;
	padding-bottom: 100px;
	}

	
div {
    position: relative;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

a,
a:hover,
a:visited,
a:active {
    color: #FFF;
    text-decoration: none;
}

#subject {
    display: none;
}

.clearer {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.hidden {
    display: none;
}

html {
   
}

h1 {font-size: 40px; text-transform: uppercase}
h1 .orange {font-weight: 900; color: #ee7f01}
#logo {
	
 width: 100%;
 text-align: center;
}
#main-content {
    left: 0;
	z-index: 999;
    top: 0;
	text-align: center;
	margin: 0 auto;
	width: 1024px;

}

@media screen and (max-width: 1440px)and (min-width: 1280px) {

}

@media screen and (max-width: 1279px)and (min-width: 960px) {

}

@media screen and (max-width: 1900px) {

}


@media screen and (max-width: 1024px) {

#main-content {width: 100%;}
body {padding-top: 40px; }

}

@media screen and (max-height: 539px), screen and (max-width: 959px) {

}

@media screen and (max-width: 440px) {

}

