@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');
}

@font-face {
    font-family: 'MC';
    src: url('fonts/MC.eot');
    src: url('fonts/MC.eot?#iefix') format('embedded-opentype'), url('fonts/MC.woff') format('woff'), url('fonts/MC.ttf') format('truetype'), url('fonts/MC.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

img {
    padding: 4px;
}

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

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

p {
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: 200;
}

a {
    color: #AB8E63;
}


a:visited {
    color: #AB8E63;
}

a:hover {
    color: #AB8E63;
}

#content {
    position: relative;
}

.navbar {
    background-color: #000000;
}

.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 #606060;
    padding-bottom: 12px;
}

section h1 small {
    font-size: 0.65em;
    line-height: 2.25;
    vertical-align: middle;
    color: #ccc;
}

section h2 {
    font-size: 2em;
    line-height: .5em;
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: 20px;
}

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

section h3 {
    font-size: 1.25em;
    line-height: 1.0em;
    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: 30px;
}

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: 320px) {}
/* 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) {}