/* Global Styles */
html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
}

/* Header */

.cover {
    display: table;
    width: 100%;
    height: 95%;
    background:
            linear-gradient(
                    rgba(0, 0, 0, 0.5),
                    rgba(0, 0, 0, 0.5)),
            url(../img/backround.jpg) no-repeat center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}

.header h1 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 6em;
    font-weight: 700;
}

.header h2 {
    color: white;
    font-family: 'Source+Sans+Pro', sans-serif;
    font-size: 3em;
    font-weight: 700;
}

.header h3 {
    color: white;
    font-family: 'Source+Sans+Pro', sans-serif;
    font-size: 2.5em;
    font-weight: 700;
}

.header h3 a:link {
    color: white;
}

.header h3 a:visited {
    color: blue;
}

.header h3 a:hover {
    color: navajowhite;
    text-decoration: none;
}

.header h3 a:active {
    color: rgba(185,185,185,0.8);
}

@media (max-width: 640px) {
    .header h1 {
        font-size: 2em;
    }

    .header h2 {
        font-size: 1.5em;
    }

    .header h3 {
        font-size: 1em;
    }

}

@media (min-width: 0px) and (max-width: 640px) {
    .header ul {
        font-size: .5em;
    }
}

/* Footer */

.footer {
    background: rgba(242,242,242,0.6);
    margin: 0;
    padding-top: 10px;
}

.thumbnail>img {
    display: inline-block;
}

.google-map {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.findus {
    padding-bottom: 10px;
}
