body {
	font: 1em/1.4 'cooper_hewittlight', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin:0;
	padding: 0;
	color: #333;
}

/* Typography - Start */
input, textarea, button {
	font: 1em/1.7 'cooper_hewittlight', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h1, h2, h3 {
    margin: 25px 0 10px 0;
	font-family: 'cooper_hewittbook', Georgia, serif;
	font-weight: normal;
	line-height: 1.1em;
	color: #2e97af;
}

h1, h2 {
	font-size: 2.4em;
    margin: 0 0 30px 0;
	letter-spacing: -1px;
}

h3 {
	font-size: 1.4em;
}

a {
	color: #2e97af;
	text-decoration: none;
}

p {
    margin: 0 30px 30px 30px;
	text-align: center;
}

.logo-name {
	font-family: 'cooper_hewittbook', Georgia, serif;
	font-size: 2.4em;
	line-height: 1.1em;
	font-weight: normal;
	letter-spacing: -1px;
}
/* Typography - End */

.maincontainer {
	width: 100%;
	margin: 0 auto;
	padding: 0 60px;
    box-sizing: border-box;
}

.section-img {
	max-width: 100%;
	display: block;
	margin: 60px auto 120px auto;
	box-sizing: border-box;
}

.box {
border-radius: 5px;
/*box-shadow:inset 0 1px 0 rgba(255,255,255,.6), 0 22px 70px 4px rgba(0,0,0,0.56), 0 0 0 1px rgba(0, 0, 0, 0.3);*/
box-shadow:inset 0 1px 0 rgba(255,255,255,.6), 0 22px 70px 4px rgba(0,0,0,0.56), 0 0 0 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1180px) {

}

/* Webfonts - Start */
@font-face {
    font-family: 'cooper_hewittlight';
    src: url('../webfonts/cooperhewitt-light-webfont.eot');
    src: url('../webfonts/cooperhewitt-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/cooperhewitt-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cooper_hewittbook';
    src: url('../webfonts/cooperhewitt-book-webfont.eot');
    src: url('../webfonts/cooperhewitt-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/cooperhewitt-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Webfonts - End */