

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.jumbotron {
  position: relative;
  margin: auto;
  padding: 0;
  color: #fff; /*inherit;*/
  background: transparent; /*#b0b0ff;*/
}

body { 
  background-image: url(../images/WTP-488-Rosewood1.jpg);
  background-attachment: fixed;
  background-repeat: repeat,no-repeat;
  background-size: cover;
  text-shadow: none;
  font-family: Palatino Linotype;
}

.container { 
  position: relative;
  color: #fff;
  text-shadow: none;
}
.nav-container { 
  width: 65%;
  float: right;
}
.nav-container a { 
  color: #fff;
}
.navbar-nav > ul { 
}
.navbar-nav > li { 
  margin: .8em .5em auto .1em;
  list-style: none;
}
.navbar-nav > li > a {
  font-size: 1.5em;
  margin: auto .5em auto .1em;
  text-shadow: none;
  text-decoration: none;
}
.navbar-inverse { 
  background: transparent url(../images/brown-fill.png) repeat; /*#00006d;*/
  text-shadow: none;
}

.white-link { 
  color: #fff;
  text-decoration: none;
}
.active-page { 
  color: #40ddff;
}
/*.row { */
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-10, .col-md-12 { 
  background-image: url(../images/brown-fill-1.png); /*,url(../images/pattern_23.gif);*/
  background-attachment: fixed;
  background-repeat: repeat,repeat;
  -webkit-box-shadow: 8px 8px 15px 2px #773801; /* 0 6px 12px rgba(0, 0, 0, .175);*/
  box-shadow: 8px 8px 15px 2px #773801; /*#2c582a;*/
 }
.no-background { 
  background: transparent;
}
.no-border { 
  border: none;
}
.rounded {   
  -webkit-border-radius: 20px;
  moz-border-radius: 20px;
  border-radius: 20px; 
}
.float-right { 
  float: right;
}
.float-left { 
  float: left;
}
.centered { 
  text-align: center;
}
.activities h3 { 
  text-decoration: underline;
}
.divclear { 
clear: both;
}
.bottom-spacing { 
  margin-bottom: 1em;
}
p { 
  font-size: 1.2em;
}
input, textarea { 
  color: #000;
}
#intro { 
  width: 90%;
  background-image: url(../images/brown-fill-1.png);
  background-attachment: fixed;
  background-repeat: repeat;
  -webkit-box-shadow: 8px 8px 15px 2px #773801;
  box-shadow: 8px 8px 15px 2px #773801;
}
#intro p { 
  font-style: italic;
  font-size: 1.2em;
  font-weight: normal;
  margin: 5px 5px 5px 25px;
}
@media (min-width: 900px) {
  #intro {
    position: absolute;
    bottom: 2em;
    left: 5%;
    z-index: 1500;
  }
}
#logo-container { 
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 1500;
  width: 18%;
}
@media (min-width: 1250px) { 
  #logo-container {
    width: 230px;
  }
}
#logo-container img { 
  width: 100%;
}

#certificate { 
  position: absolute;
  top: 1em;
  left: 20%;
  z-index: 1500;
}

#gallery { 
  position: relative;
}
.heading-photo {
  width: 100%;
  border: 4px solid #773801;
  -webkit-box-shadow: 8px 8px 15px 2px #773801;
  box-shadow: 8px 8px 15px 2px #773801; /*#2c582a;*/
  margin-bottom: 1em;
}
.hidden-image { 
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
}
#rooms-gallery { 
  position: relative;
}
.rooms-photo img { 
  width: 100%;
  margin: 15px 0 15px 0;
}











