/* General Styling */
body{
    padding-top: 60px;
    font-family: Roboto, Arial;
    font-size: 16px;
}

.btn{
    border-radius: 3px;
    border: none;
}

.navbar{
    background-color: #FFFFFF;
}

.navbar ul li a{
    color: #424242;
}

.navbar-nav>.active>a{
    color: #066886;
    border-width: 0px 0px medium 0px;
    border-style: solid;
    border-color: #066886;
    font-weight: bold;        
}

h2{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.jumbotron{
    position: relative;
    background: #3b5998 url("./img/hotelBalcony-jumbotron.png") center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    /*padding-top: 15%;
    padding-bottom: 10%;
    margin-bottom: 20px;*/
    text-shadow: 0 2px 2px rgba(0, 0, 0, .9);
    text-align: center;
    color: #fff;
}

.jumbotron h1{
    font-family: 'Lato', sans-serif
}

.jumbotron .btn{
    color: #ffffff;
    font-size: 18px;

    text-shadow: 0 2px 2px rgba(0, 0, 0, .5);

    background-color: #B91B49;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .3);
}

.caption h3{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.centered{
    text-align: center;
    margin: auto;
}

.topPadding15{
    padding-top: 15px;
}

/* End General Styling */


/* X-Small Devices Only*/
  @media (max-width: 768px) { 
    .hidemobile { display: none !important;} /*hide in x-small*/
  }
/*end x-small media query*/


/* Small-Large Devices */
  @media (min-width: 769px) { 
    .showmobile { display: none;} /*hide in large*/
    .hidemobile { display: block;} /*show in large*/
  }
/*end small-large media query*/


/*Top Navbar styles*/
#topNav > .navbar{
    -webkit-box-shadow: 0px 10px 3px -7px rgba(85,85,85,0.5);
    -moz-box-shadow: 0px 10px 3px -7px rgba(85,85,85,0.5);
    box-shadow: 0px 10px 3px -7px rgba(85,85,85,0.5);
    border: none;
}

#topNav .navbar-brand {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (max-width: 415px) { 
    #topNav .navbar-brand img { margin-top: 10px;  height: 37px;  width: auto;}
}

#topNav .navbar-nav li a{
    padding-top: 18px;
    padding-bottom: 19px;
}

#topNav .btnReserve{
    margin-top: 12px;
    height: 35px;
    color: #ffffff;
    font-size: 18px;
    /*font-weight: bold;*/
    background-color: #B91B49;
    /*float: right;*/
}

.navbar-toggle {
    background-color: #fff;
    margin-right: 5px;
    border: none;
}

#topNav .icon-bar{
    background-color: #066886;
    height: 5px;
    width: 30px;
}
/*End Top Navbar styles*/


/*Home styles*/
.lang{
    margin-top: -10px;
    margin-bottom: 10px;
}

.lang a{
    color: #424242;
}

.lang>.navbar-nav>.active>a{
    color: #066886;
    border-width: medium;
    border-style: solid;
    border-color: #066886;
    
}

.amenity{
    text-align: center;
    margin-top: 35px;
}

.amenity i{
    color: #066886;
}

.amenity h3{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.thumbnail img{
    padding-top: 20px;
    
}

#carRentalIcon{
    color: #ABA774;
    text-align: center;
}
/*End Home styles*/


/*Rooms styles*/
.numberCol{
    text-align: right;
}
.anchorPadding{
    margin-top: 20px;
    margin-bottom: 50px;
}

.roomsSpacing{
    padding-top: 15px;
    
}
/*End Rooms styles*/


/*Directions styles*/
/*End Directions styles*/


/*Local Area styles*/
/*End Local Area styles*/


/*Gallery styles*/
.carousel-inner > .item > img{
    margin: auto;
}
/*End Gallery styles*/

/*legacy*/
.btn-default{
    color: #066886;
    border-color: #066886;
    border-width: thin;
    
}

.btn-primary{
    background-color: #066886;
}
/*
.navbar-toggle .collapsed{
    background-color: #fff;
}

.navbar ul li{
    
}

.navbar ul li a{
    color: #424242;
}
*/