/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
 
 .view-footer {
   margin-top: 10px;
 }
 
 .region-footer {
  background-color: #5D6169;
  color: white;
  text-decoration: none;
 }
 
 .footer a {
   color: white;
   text-decoration: none;
 }
 
.navbar .logo {
  margin-right: 0;
  padding-left: 0;
  margin-top: 6px;
  margin-bottom: 6px;
}
 
 .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  color: white;
  font-size: .9em;
  list-style: none;
  background-color: transparent;
  border: none;
}
 
 .breadcrumb a {
   color: white;
 }
 
 .breadcrumb > .active {
  color: gold;
}
 
 .page-header {
  margin-top: 0;
  color: white;
  font-weight: 500;
}
 
a {
  color: #d9230f;
  text-decoration: none;
}
 
h3,.h3 {
  margin-top: 0px;
  margin-bottom: 10.5px;
  font-weight: 400;
}
 
 
 /* set fonts like simplex bootstrap theme */
 body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  /* color: white; */
  /* color: #c8c8c8; */
  /* background-color: #020202; */
  /* background-color: #272b30; */
  background-image: url('../landscape_option_2.jpg');
  background-attachment:fixed;
}
 
 
 .navbar {
     /*background-color: #3F3F41;
     background-color: #0B4C5F;
     background-color: #424242;
     background-color: #585858;
     background-color: #3F3F41;
     
     background-color: #1e3d55;*/
     background-color: #5D6169;
     /*background-color: #656a73;*/
     

 }
 
 .navbar-default .navbar-brand {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  /*font-family: 'Fjalla+One', sans-serif;*/
  font-weight: 800;
  font-size: 2.3em;
  line-height: 1.6;
  margin-top: 8px;
  height: auto;
}
 
 
 body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  /*color: white;*/
  /*color: #c8c8c8;*/
  /*background-color: #020202;*/
  /*background-color: #272b30;*/
}
 
 h2, .h2 {
  font-size: 24px;
}
 
 
 @media (max-width: 768px) {
  .carousel-caption {
    display: none;
  }
  .custsearch {
    display: none;
  }
  
  .navbar-default .navbar-brand {
    float: right;
  }
}
 
 
 #myCarousel.carousel-caption {
  z-index: 1000 !important;
}


 
 .carousel-caption h3 a {
   /*font-size: 1.8em;
   font-weight: heavy;
   color: white;*/
   font-family: 'PT Sans Narrow', sans-serif;
   font-size: 1.8em;
   font-weight: 800;
   color: rgba(255,255,255,0.8);
   text-decoration: none;
   margin-top: 20px;
   /*-webkit-text-fill-color: rgba(255,255,255,0.8);
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black; */
 }
 
 
#myCarousel.carousel-caption h3 a:hover{
  text-decoration: none;
  /*color: rgba(87,115,255,1);*/
  color: #FFFE73;
  /*background-color:rgba(2,2,2,0.4);*/
}
 
 /*.navbar-brand {
  font-size: 1.9em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 }*/
 
 .navbar-nav {
   float: right;
 }
 
 .menu {
   font-size: 1.3em;
 }
 
 img {
   max-width: 100%; height: auto;
 }
 
 
 img.img-responsive {
  display: inline;
 }
 
 .custsearch {
   /*width: auto;*/
   max-width: 25%;
   float: right;
   margin-top: 6px;
   margin-right: 6px;
   /*position: absolute;*/
  /* margin-bottom: 0;*/
 }
 
 /*
.block-search {
   width: auto;
   max-width: 16%;
   position: absolute;
   margin-bottom: 0;
}*/

/*#block-search-form {
   width: auto;
   float: right;
   margin-bottom: 0;
}*/