﻿@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #282828;
    font-family: 'montserratregular', 'Open Sans', sans-serif;
    font-weight: normal;
    color: white;
    box-sizing: content-box;
}

#text a {
    color: white;
}

#container {
    width: 1210px;
    margin: 235px auto 0;
}

section {
    width: 100%;
    margin: 0 auto;
}

#container img {
    display: inline-block;
    width: 144px;
    height: auto;
    margin-right: 43px;
    vertical-align: top;
}

#text {
    display: inline-block;
    vertical-align: top;
    width: 1000px;
}

#text h1 {
    margin: 0;
    font-size: 46px;
    line-height: 1em;
    font-weight: normal;
    color: white;
}

#text h2 {
    margin: 0;
    font-size: 33px;
    padding-bottom: 20px;
    line-height: 46px;
    font-weight: normal;
    color: white;
}

#text p {
    margin: 0;
    display: block;
    font-size: 17px;
    font-weight: normal;
    color: white;
}
