/*FONTS*/

@charset "UTF-8";
@font-face {
    font-family: 'Brokman';
    font-weight: normal;
    font-style: normal;
    src: url('webfonts/2713A9_0_0.eot');
    src: url('webfonts/2713A9_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2713A9_0_0.woff') format('woff'), url('webfonts/2713A9_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Brokman';
    font-weight: bold;
    font-style: normal;
    src: url('webfonts/2713A9_1_0.eot');
    src: url('webfonts/2713A9_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/2713A9_1_0.woff') format('woff'), url('webfonts/2713A9_1_0.ttf') format('truetype');
}

img {
    padding: 0px;
}

body {
    font-family: "Brokman", arial, sans-serif;
    line-height: 1.5em;
    margin: 0;
    background-color: #f2f2f2;
    background-attachment: fixed;
    color: #202020;
    padding-top: 50px;
}

/*
.bg-mc {
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
*/


/*TEXT-STYLE*/

p {
    font-size: 0.75em;
    line-height: 1.2;
    font-weight: 200;
    color: #202020;
}

a {
    color: #404040;
}


a:visited {
    color: #000000;
}

a:hover {
    color: #000000;
}

#content {
    position: relative;
}

.navbar {
    background-color: #ff0000;
}

.navbar-brand {
    padding: 13px 15px;
}

.logo {
    height: 24px;
}

#container {
    padding-right: 0px;
    padding-left: 0px;
}
#map{
    width: 100%;
    height: 100vh;
}

section h1 {
    font-size: 2em;
    margin-top: 30px;
    border-bottom: 1px solid #d1d1d1;
}

section h2 {
    font-size: 1em;
    line-height: 1em;
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #101010;
}

section h2 small {
    font-size: 0.7em;
    line-height: 1.25;
    vertical-align: middle;
    color: #101010;
}

section h3 {
    font-size: 1em;
    line-height: .5em;
    vertical-align: middle;
    
/*
    margin-top: 20px;
    margin-bottom: 20px;
*/
}

.download {
    margin: 20px 0;
}

video {
    background: #000;
}

footer {
    text-align: center;
    background-color: #000;
    margin-top: 0px;
    color:#dddddd;
    padding: 10px;
    font-size: 0.75em;;
}

footer p {
    padding: 10px;
}
/* Clearfix */

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */

@media only screen and (min-width: 800px) {
    
            section h1 {
            font-size: 1.5em;
            margin-top: 12px;
            border-bottom: 1px solid #d1d1d1;
            }
            
            section h2  {
            font-size: 1em;
            line-height: 1.0;
            color: #101010;
            vertical-align: middle;
            
            }
            p {
                font-size: 1.1em;
                line-height: 1.2;
                font-weight: 200;
                color: #202020;
            }

    }
/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {

}
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}
/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}
/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}