/*!
 * Start Bootstrap - Half Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}

.full-width {
    margin: 0;
    width:  100%;
    padding: 0;
}

.row {
    margin: 0 0 0 0;
}
p {
    font-size: 16px;
}
a:visited {
    color: #ffffff;
}
p {
    text-align: justify;
}
#myCarousel {
    margin-top: 50px;
}
/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.carousel {
    height: 50%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 10px;
}

.images {
    margin: 5px;
}

#mts-story-image {
    padding: 10px;
    float: right;
}

@media screen and (max-width: 1182px) {
    #mts-story-image {
        padding: 10px;
        float: left;
   }
}

#about {
    background-color: #15285f;
    width: 100%;
    -o-background-size: cover;
    color: #ffffff;
    padding: 35px 10px 25px 10px;
}
#transportation {
    background-color: #ffffff;
    padding: 35px 10px 25px 10px;
}
#transportation img {
    padding: 10px;
}
.schedule {
    margin: 0px;
    padding: 50px 0px 0px 0px;
    font-size: 18px;
    text-align: center;
    width: 300px;
    height: 330px;
    display: table-cell;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}
#partners {
    background-color: #e76800;
    color: #ffffff;
    padding: 35px 25px 25px 25px;
}
#partners img {
    padding: 30px;
}
#become {
    background-color: #ffffff;
    padding: 35px 25px 25px 25px;
}
#join {
    background-color: #15285f;
    color: #ffffff;
    padding: 35px 25px 25px 25px;
}
#story {
    background-color: #ffffff;
    padding: 35px 25px 25px 25px;
}
#contact {
    background-color: #e76800;
    color: #ffffff;
    padding: 35px 25px 25px 25px;
}
.mts-btn {
    background-color: #e76800;
    margin: 10px;
}

.nav-btn.mts-btn {
    margin:  0px;
}

.center {
    text-align: center;
}