body{
	background:#333333;
	margin:0px;
	font: 400 16px/22px 'Open Sans', Verdana, Helvetica, sans-serif;
	color:#979797;
}
h1{font: 400 50px/60px 'Bree Serif', Georgia, serif; color:#979797;}
h2{font: 400 26px/22px 'Bree Serif', Georgia, serif; color:#979797;}
h3{font: 400 20px/16px 'Bree Serif', Georgia, serif; color:#979797;}
ul{margin:0px; padding:0px;}
a:hover {color:#979797;}
a img{border:0px;}
a {color:#979797;}

#container{
	width:1300px;
	margin:0px auto 0px auto;
	background:#1e1d1d;
	overflow:auto;
	padding-bottom:0px;
}

/****************************************************/
/* HEADER */
/****************************************************/

#header {
    width: 1214px;
    height: 115px;
    background-color: #222222;
    padding: 0px 43px;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

#header #logo {
    padding-top: 0px;
    display: inline-block;
}

#header #main-menu {
    padding-top: 45px;
    float: right;
}

#header #main-menu li {
    display: inline;
    list-style: none;
    margin-left: 27px;
    font: 400 24px/20px 'Bree Serif', Georgia, serif;
}

#header a {text-decoration:none; color:#979797;}

/****************************************************/
/* ABOUT */
/****************************************************/

#about{margin:0px 43px; padding-top:115px;}
#about h1{float:left;}
#about .content{overflow:auto;}

/****************************************************/
/* SECTIONS */
/****************************************************/

.section{margin:0px 43px; padding-top:10px;}

.section .col {
    width: calc(33% - 43px);
    height: 750px;
    float: left;
    margin: 0px 10px;
    margin-bottom: 10px;
    border: 5px solid #222222;
    box-sizing: border-box;
}
.section .col:nth-child(3n+1) {
    clear: left;
}
.section .content{overflow:auto;}

/****************************************************/
/* MISC */
/****************************************************/
.top-divider, .bottom-divider{
	width:100%;
	height:9px;
	background:url(images/divider.png) repeat-x;
	clear:both;
}
.top-divider{margin-bottom:0px;}
.bottom-divider{margin-top:0px;}
