body {
    font-family: 'Open Sans', sans-serif;
    /*padding-top: 80px;*/
}

.food-menu {
    margin-bottom: 5px;
    padding: 10px 10px;
    text-align: left;
}

 .food-menu-header {
    text-align: center;
    font-weight: bold;
}

.navbar {
    margin-bottom: 0px;
    padding: 30px 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-inverse .navbar-nav>li>a {
    color: #bbb;
}

.cbp-af-header-shrink {
     padding-top: 5px;
     padding-bottom: 5px;
     opacity: 0.9;
}

.img-responsive {
    display: inline;
    margin: 0px auto;
    /*border: 3px solid darkblue;*/
    /*box-shadow: rgba(0,0,0,0.5) 10px 10px 60px;*/
}

.fill-screen {
    background-size: cover;
    background-position: center;
}

.title-row {
    position: relative;
    min-height: 300px;
}

.title-image {
    position: absolute;
    padding: 20px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.innerText {
    color: #e60000;
}

.down-button {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.down-button i {
    color: white;
}

.fixed-attachment {
    background-attachment: fixed;
}

@media (max-width: 400px) {
    .navbar-header {
        position: relative;
    }
    .navbar img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;  
        width: 70%;
    }

   .fixed-attachment {
        background-attachment: scroll;
    }
}

@media (max-width: 1024px) {
    .fixed-attachment {
        background-attachment: scroll;
    }
}

@media (max-width: 767px) {

    .range-list h4{
        display: inline;
        font-size: : 18px;
    }

    .range-list a {
        display: block;
    }

    .range-list img {
        width: 33%;
        height: 33%;
        margin-right: 10px;
        margin-bottom: 30px;
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .container-sm-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
    }
    .row-sm-height {
        display: table-row;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
    }
}

@media (min-width: 992px) {
    .container-md-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
    }
    .row-md-height {
        display: table-row;
    }
    .col-md-height {
        display: table-cell;
        float: none;
    }
}

.contact-us {
    margin: 50px;
    text-align: center;
}

footer {
    background-color: #333;
    color: #ddd;
    padding: 20px;
    text-align: center;
}

.row{
        text-align: center;
        padding: 5px;
}

aside {
    background-color: #f7f7f7;
    text-align: center;
    padding-top: 40px;
}

.range-list {
    padding-bottom: 40px;
    padding-top: 40px;
}
.range-list h4 {
    margin-bottom: 40px;
    color: darkorange;
    font-weight: bold;
}

.range-list img {
    width: 100%;
    height: 100%;
    max-width: 140px;
    max-height: 60px;
}

.range-title {
    color: darkblue;
}

.sports-icon-list {
    background-color: #333;
    padding-bottom: 40px;
}

.sports-icon-list a {
    color: white;
}

.sports-icon-list a h6 {
    margin-top: 2px;
    margin-bottom: 14px;
}

.sports-icon-list img {
    width: 70px;
    height: 70px;
}

article {
    padding: 40px;
}

article img {
    width: 100%;
    height: 100%;
    text-align: center;
    box-shadow: 6px 6px 8px #777;
    margin-bottom: 20px;
}

article p {
    font-size: 16px;
}

.sports-list-top div {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.sports-list-top a{
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
}

/*
http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height
*/

.container-xs-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
}
.row-xs-height {
    display: table-row;
}
.col-xs-height {
    display: table-cell;
    float: none;
}

#carousel {
    margin: 40px 0px;
}

#carousel img {
    width: 100%;
    height: auto;
}