/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Arial",sans-serif;
    color: #002366;
    background-color: rgb(234,234,234);
}

.title{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-align: center;
}

.compass_icon{
  position: relative;
  margin: 0 auto;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

.welcome {
    margin-right: auto;
    margin-left: auto;
    max-width: 50%;
    text-align: center;
    vertical-align: center;
}

.info-text {
    font-size: 14px;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #76D4E2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #15A3AC;
}


.content-section {
    padding-top: 100px;
}


#map {
    width: 40%;
    height: 400px;
    position: relative;
    margin:0 auto;
    border: 5px solid #002366;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 50px;
    }

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.admin-tools {
    margin: 16px;
}

.footer{
  text-align:center;
  color:#002366;
}
