h1 {
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: lighter;
}

h2 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin-top: 0px;
}

h3 {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 1px;
}

p {
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: 1px;
}

a:link {
    color: black;
}

.btn-light:hover {
    background-color: rgb(111,203,220);
}

.btn-light h3 {
    text-transform: uppercase;
    margin: 10px;
    margin-left: 50px;
    margin-right: 50px;
}

.btn-light {
    border: 1px solid grey;
}

.footer .container {
    background-color: rgb(200,216,219);
    height: auto;
    padding: 20px;
    width: 100%;
}

.footer .glyphicon {
    font-size: 25px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.footer .glyphicon-envelope {
    margin-top: 8px;
}

.footer img {
    width: auto;
    padding: 0;
}
