/*!
 * Start Bootstrap - Half Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
    background-color:rgb(255,255,255); 
    color:#000000 ; 
    /* text-shadow: 0 1px 3px rgba(0,0,0,.9);
    */
    font-size: 18px;
    text-align: justify;
    padding-top: 0px;    
}



@media (max-width: 979px) {
  body { padding-top: 40px;}
}
         
    
blockquote {
  background: #447ED0;
  border-radius: 25px;
  margin: 1.5em 0 1.5em;
  padding: 1.5em 2em 1em 2.5em;
  position:relative;
  border-left: 2px solid #eee;
}

blockquote:before
{
  color: #ccc;
  content: "\201C";
  font-size: 5em;
  position:absolute;
  left:5px;
  top: 0.5em;
  line-height: 0.1em;
}

blockquote:after
 {
   color: #ccc;
  content: "\201D";
  font-size: 5em;
  position:absolute;
  right:3px;
  bottom: 0em;
  line-height: 0.1em;
}    
        

.carousel-static {
  position: absolute;
  top: 80px;
  left: 31%;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: -28%;
  text-align: center;
  list-style: none;
}

a {
  color:  #011693;
  text-decoration: normal;
}  
  
  
a:hover,
a:focus {
  color:  #1E90FF;
  text-decoration: underline;
}  
  


h1 {
    /* text-shadow:  2px 2px 3px rgba(0,0,0,1);
    */
    font-size: 36px;
    color:#000080 ; 
    /* text-align: left;
    */
}


b {
    color: #337ab7;
    text-decoration: underline;

}



em {
    /* font-style: italic;
    */
    font-style: normal;
    font-size: 16px;
    color:#87CEEB;
    
}


bld {
   font-size: 20px;
}


/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.carousel {
    height: 40%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 20px 0;
    font-size: 14px;
    
}



.icon-list li {
  padding: 0 0 5px 20px;
  display: block;
  position: relative;
}
.icon-list li:before {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 0px;
  top:3px;
  font-size:80%
}
.chevron-right li:before {
 content: '\e080';
}

.checkmark li:before {
 content: '\e067';
}

.arrow-right li:before {
 content: '\e092';
}


.gallerythumbs img {
  float:left;
  margin-right: 8px;
  margin-bottom: 8px; 
  display: inline;
  text-align: left;
  width:  160px;
  height: 100px;
  border-radius: 4px;
  border: 2px solid #0000A0;
  
}


