@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700");

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333333;
    background-color: #f2f2f2;
}

a, a:visited {
    text-decoration: none;
    color: #999999;
    transition: all 0.2s ease-in-out;
}
a:hover {
    color: #333333;
}

h1 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 60px;
}
h2 {
    font-size: 30px;
    font-weight: 300;
}
h3 {
    font-size: 24px;
    font-weight: 500;
}
h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}

p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

ul.list_1 {
    list-style-type: upper-roman;
    font-size: 14px;
    font-weight: 400;
    margin: 5px;
}
ul.list_2 {
    list-style-type: upper-latin;
    font-size: 14px;
    font-weight: 400;
    margin: 5px;
}

li {
    margin: 5px;
}

/* HEADER */
header {
    width: 100%;
    height: 80px;
    letter-spacing: 2px;
}

#logo-header {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    line-height: 80px;
}

#logo {
    width: 75px;
}

/* sections and dividers */
.spacer {
    height: 50px;
}
.table {
    display: table;
    width: 100%;
}
.col1_2 {
    display: table-cell;
    width: 50%;
}

/* MAIN */
#main {
    display: table;
    margin: 0 auto 50px auto;
    padding: 0;
    border: 0;
}
#container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 820px;
    max-width: 820px;
    padding: 90px;
    background-color: #FFFFFF;
}
#main a, #main a:visited {
    color: #333333;
    text-decoration: none;
    
    transition: all 0.2s ease-in-out;
}
#main a:hover {
    color: #999999;
}


/* FOOTER */
footer {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0;
}
footer a, footer a:visited {
    margin: 0 3px 0 3px;
    padding: 0;
    
    color: #999999;
    
    transition: all 0.2s ease-in-out;
}
footer a:hover {
    margin: 0 8px 0 8px;
    padding: 0;
    
    color: #333333;
}
footer p {
    margin: 0 0 20px 0;
    padding: 0;
    
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;
    color: #999999;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}
footer strong {
    margin: 0;
    padding: 0;
    
    color: #666666;
}