body {
	width: 100%;
	background-color: #fff;
	font-family: 'Merriweather', serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #3C3C3B;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

a {
    color: #D41317;
	text-decoration: none;
}

h1, h2, p {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

.button {
	display: inline-block;
    color: #3C3C3B;
    font-size: 1em;
    font-weight: 700;
	border: 2px solid #3C3C3B;
	padding: 0.5em 1.5em;
}
.button:hover {
    color: #D41317;
    border-color: #D41317;
}

#wrapper {
	width: 100%;
	padding-top: 170px;
}

#navbar {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
#navbar .section {
    background-color: #fff;
    padding: 48px 0;
	overflow: hidden;
}
#nav {
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
}
#nav li {
	list-style-type: none;
	margin-left: 32px;
	float: left;
}
#nav a {
	display: block;
    color: #3C3C3B;
    font-weight: 700;
	padding: 16px 0;
    border-bottom: 2px solid #fff;
}
#nav a:hover,
#nav .active {
	border-color: #D41317;
}

#logo {
	width: 250px;
	float: left;
}
#logo img {
    width: 100%;
    height: auto;
}

#content {
	width: 100%;
}
.section-wrapper {
	width: 100%;
	padding: 48px 0;
}
.section {
	width: 1200px;
	margin: 0 auto;
}
.section h1 {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.section p {
    margin-bottom: 2em;
}
.section-header,
.section-content {
	text-align: center;
}
.section-header h2 {
	font-size: 2em;
	font-weight: 900;
}
.light {
	font-weight: 300;
}

#administration .section {
    width: 500px;
    min-height: 482px;
    background: #fff url(../img/bg_01.png) no-repeat top left;
    text-align: right;
    padding-left: 700px;
}

#purchase .section {
    width: 500px;
    min-height: 482px;
    background: #fff url(../img/bg_02.png) no-repeat top right;
    text-align: left;
    padding-right: 700px;
}

#contact {
	background-color: #D41317;
    color: #fff;
}
#contact .button {
    color: #fff;
    border-color: #fff;
    font-size: 2em;
}
#contact .button:hover {
    color: #D41317;
    background-color: #fff;
}
#contact .company-info {
    margin-top: 2em;
}
#contact .company-info p {
    margin-bottom: 0.5em;
}

#footer-wrapper {
	width: 100%;
	background-color: #fff;
}
#footer {
	width: 1200px;
    text-align: right;
    margin: 0 auto;
	padding: 48px;
	overflow: hidden;
}
#copyright {
	font-size: 0.875em;
}
#copyright strong {
	font-size: 1.125em;
    font-weight: 700;
}