body {
    font-family: 'Lato', sans-serif;
}

.body-padding {
    padding-top: 120px;
}


.bg-dark {
    background-color: #000 !important;
}

/* Add a gray background color and some padding to the footer */
footer {
    background-color: #f2f2f2;
    font-family: 'Lato', sans-serif;
    color:#000;
    margin-top: 20px;
    padding: 25px;
}

footer a {
    color:#000;
}

/* Hide the carousel text when the screen is less than 600 pixels wide */
/*@media (max-width: 600px) {*/
    /*!*.carousel-caption {*!*/
        /*!*display: none;*!*/
    /*!*}*!*/
/*}*/

/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    min-height: 80px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.3em;
}

.navbar-brand {
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
}

.navbar-toggle {
    /* (80px - button height 34px) / 2 = 23px */
    margin-top: 23px;
    padding: 9px 10px !important;
}

.nav a {
    /*
    font-family: 'Open Sans', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Roboto', sans-serif;
    */
    font-family: 'Oswald', sans-serif;
    font-size: 1.3em;
}

.navbar-inverse .navbar-nav>li>a
{
    color: #bfbfbf;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        /* (80px - line-height of 27px) / 2 = 26.5px */
        padding-top: 26.5px;
        padding-bottom: 26.5px;
        line-height: 27px;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}


.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-item {
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-item-full {
    height: 100vh;
}

.carousel-100 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); /* make all photos black and white */
}

.carousel-80 {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%); /* make all photos black and white */
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
}

.main-text
{
    margin-left:40%;
    position: absolute;
    top: 140px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    /*display:inline*/
}

.sharethis-inline-share-buttons {
    padding-top: 20px;
}

.btn-pedal {
    /*color: #000;*/
    background-color: #fff;
    border-color: #cccccc;
}

.btn-pedal:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
}

.about {
    -webkit-filter: grayscale(85%);
    filter: grayscale(85%); /* make all photos black and white */
}

/* unvisited link */
a:link {
    color: #212529;
}

/* visited link */
a:visited {
    color: #212529;

}
/* mouse over link */
a:hover {
    color: #212529;
}

/* selected link */
a:active {
    color: #212529;
}




