/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#777777;
    font-size:12px;
    letter-spacing: 2px;
}
h1 {
    color: #cccccc;
    font-size: 18px;
}

img{
    margin:0px 0px;
}
body{
    background-color: #ffffff;
}
.container {
    width: 1080;
}
.btn {
    background: url(btn.png) no-repeat;
    width: 300px;
    min-height: 36px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-top: 20px;
}
a:link {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    color: #4BB9F1 !important;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

.header{
    width:100%;
    min-height:60px;
    background-color: #4F4F4F;
    padding:15px;
}
.logo img{
    width:368px; 
    height:50px;
}
.download{
    float: right;
}
.content{
    margin:10px 0px;
    overflow:visible;
}

.logo-mockup img{
    margin-top:20px;
    width:100%;
}
.notes{
    letter-spacing: 1px;
    padding:20px;
}
.row{
    margin:0 !important;
}

@media (min-width: 1200px){
.container {
    width: 1080px !important;
}
}
@media(max-width:767px) {
.container {
    width: 100%;
}
img{
    max-width:100% !important;
    height:auto !important;
}
.download{
    float:none;
}

}
