/*mobile responsive navbar styles*/
@media(min-width:768px) {
    .navbar-default {
        padding: 20px 25px;
        border: 0;
        background-color: #8C230F;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 2em;
    }
}

body {
    font-size: 16px;
    background-color: #ffffff;
    height: 100%;
}

#logo {
    height: 250%;
    width: auto;
    margin-top: -30%;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-md-5ths img {
  max-height: 215px;
  width: 100%;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.navbar-inverse {
  background-color: #8C230F;
}

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

a {
  color: #8C230F;
}

.navbar-inverse .navbar-nav>li>a:hover {
  color: #8C230F;
  background: #fff;
}

.nav-items {
  font-size: 17px;
}

#explore_search_home {
  font-size: 32px;
  color: #8C230F; 
}

.navbar {
  border-radius: 0px;
}

html {
  height: 100%;
}

.footer {
  bottom: 0;
  width: 100%;
  height: 40px;
}
