﻿body {
    background-color: #fff;
    border-top: solid 0px #fff;
    color: #333;
    font-size: .85em;
    font-family: Roboto;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    src: local("Roboto"), local("Roboto-Regular"), url(Fonts/roboto/Roboto-Regular.ttf) format("truetype");
}

.line {
    background-color: #BFBFBF;
    width: 500px;
    overflow: hidden;
    height: 1px;    
}

.button {
    background-color: #2671cb;
    color: white;
    border: 0;
    padding: 5px 10px;
    border-radius: 3px;
}

.cover {
    max-height: 60px;
    
}


a {
    color: blue;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2.5em;
    font-weight:350
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

a {
    color: #006BA6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1020px;
}

#body {
    background-color: #fff;
    clear: both;
    padding-bottom: 35px;
}

header .content-wrapper {
    padding-top: 20px; 
}
    
footer {
    clear: both;
    background-color: #fff;
    font-size: .8em;
    height: 100px;
}
