.navbar-brand {
    position: absolute;
    top: -70px;
}

#headimg {
    max-height: 170px;
}

#headtable {
    float: right;
    margin-top: 20px;
}

#headtable td {
    padding-left: 20px;
}

.navbar a {
    font-family: 'Montserrat', sans-serif;
    font-size: medium;
    margin-bottom: 0px;
    border-radius: 0px;
    color: #2e2e2e !important;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none;
    color: black;
    text-align: center;
}

.navbar-toggle a:hover {
    color: #2e2e2e;
}

ul.nav a:hover, nav button:hover {
    font-weight: bold;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    font-weight: bold;
    background: url('../img/pan5.png') no-repeat center center;
    background-size: cover;
}

.container {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #555551;
}

#homemotto {
    text-align: center;
    font-size: 20px;
}

.container hr {
    border-color: grey;
}

.bannerContent {
    position: absolute;
    left: 0;
    top: 0;
}

.carousel .item {
    width: 100%; /*slider width*/
    height: 250px;
}

.item1 {
    background: url('../img/pan1.png') no-repeat center center;
    background-size: cover;
}

.item2 {
    background: url('../img/pan2.jpg') no-repeat center center;
    background-size: cover;
}

.item3 {
    background: url('../img/pan3.png') no-repeat center center;
    background-size: cover;
}

.item4 {
    background: url('../img/pan4.png') no-repeat center center;
    background-size: cover;
}

.item5 {
    background: url('../img/bg.jpg') no-repeat center center;
    background-size: cover;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}

.blueBar {
    background-color: #011826;
    border: none;
    width: auto;
}

.popularBox {
    margin-top: 20px;
    margin-bottom: 60px;
}

.popularBox .jumbotron {
    background-color: #7AB9BF;
    color: white;
    text-align: center;
}

.popularItem {
    max-height: 300px;
    width: 100%;
}

.footBox {
    padding: 40px;
    background-color: # #2E8B57;
    color: #7095E4;
}

.darkBlue {
    background-color: # #2E8B57;
}

.greenIcon {
    color: #2E8B57;
}

.blueProp {
    font-family: 'Montserrat', sans-serif;
    color: #2e2e2e;
    font-size: medium;
}

.footIcons {
    text-align: right;
}

.footIcons a {
    color: #7095E4 !important;
}

.footIcons a:hover {
    color: white !important;
    text-decoration: none;
}

.footer-background {
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}