@font-face {
    font-family: 'neuropol';
    src: url('fonts/neuropol.eot');
    src: local('☺'), url('/fonts/neuropol/neuropol.woff') format('woff'), url('/fonts/neuropol/neuropol.ttf') format('truetype'), url('/fonts/neuropol/neuropol.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Carter One';
  font-style: normal;
  font-weight: normal;
  src: local('Carter One'), local('CarterOne'), url(http://fonts.gstatic.com/s/carterone/v8/VjW2qt1pkqVtO22ObxgEBfk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  /*unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;*/
}

.carter{
    font-family: 'Carter One', Arial, Helvetica, sans-serif;
}
.neuropol{
    font-family: 'neuropol', Arial, Helvetica, sans-serif;
}

.hidden-on-load{
    display: none;
}

.divider {
    height: 25px;
}
.panel{
    margin-bottom: 0px;
}

section {
    height: 500px;
    overflow: auto;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}

.bg-2 {
    background-position-x: -680px !important;
    background-size: cover;
    background: url('/img/bg/z_2.png') no-repeat top center fixed;
    color: #fff;
    height: 600px;
}
.bg-2 h2, .bg-3 h2{
    font-family: 'Carter One', Arial, Helvetica, sans-serif;
}

.bg-3 {
    background-size: cover;
    background: url('/img/bg/z_3.jpg') no-repeat 50% center fixed;
    color: #fff;
}
.bg-3-stravaLink{
    border: 2px solid white;
    border-radius: 20px;
    color: white;
    display: inline-block;
    padding: 15px;
}

.panel-heading{
    text-align: center;
}

#footer {
    background-color: #585858;
    height: 35px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 10px;
}

#footer a {
    color: #efefef;
}

.lead{
    font-size: 20px;
    text-shadow: 2px 2px 1px black;
    text-transform: uppercase;
}
.text-muted {
    color: #eee;
}





.fa-chevron-down{
    bottom: 30px;
    font-size: 30px;
    left: 0;
    position: absolute;
    width: 100%;
}
.logo{
    font-family: 'neuropol', Arial, Helvetica, sans-serif;
    font-size: 28px;
    height: 110px;
    line-height: 110px;
}
.bg-1 {
    background-size: cover;
    background: url('/img/bg/z_1.jpg') no-repeat top center fixed;
    color: #fff;
    height: 700px;
    background-position-x: 58% !important;
}
.caption{
    background: rgba(0,0,0,0.5);
    border-radius: 25px;
    height: 40%;
    width: 90%;
    padding: 20px;
    position: absolute;
}
.left, 
.right, 
.center{
    margin: auto;
    min-height: 300px;
    position: relative;
    top: 15%;
}
.left{
    min-height: 375px;
}
.right{
    min-height: 400px;
}


@media (max-width: 768px) {
    .bg-1 {
        background-position-x: 58% !important;
    }
}
@media (min-width: 768px) {
    .fa-chevron-down{
        font-size: 50px;
    }
    .logo{
        font-size: 45px;
        height: 150px;
        line-height: 150px;
    }
    .bg-1 {
        height: 1000px;
    }
    .caption{
        height: 40%;
        min-height: 450px;
        min-width: 500px;
        position: absolute;
        width: 30%;
    }
    .left{
        left: 10%;
        top: 15%;
    }
    .right{
        right: 10%;
        top: 15%;
    }
    .center{
        margin: auto;
        min-height: 300px;
        position: relative;
        top: 15%;
    }
}
