/* Compliments Tabstyles1.css */

@import url(http://fonts.googleapis.com/css?family=Bevan);




.tabs-wrapper label.tabLabel {
  color: #DBDBD3;
  background: #525252;
}

.tabs-wrapper label.tabLabel:hover {
  background: #667876;
  /*@include transform (translate(0,-0.2em));*/
}

.mainImage img{
  border:solid 2px #777777;
}

h1 {
    color: #fff;
    font-family: 'Bevan', cursive;
    border-bottom: 2px dotted;
    padding-bottom: 6px;
    margin-bottom: 20px;
    margin-top: 94px;
    text-shadow: 1px 6px 6px rgba(0, 0, 0, 0.9);
    border-color:#fff;
    font-size:2.5em;
}

.images img{
  border-color:#ddd !important;
}

#tab1:checked + label.tabLabel, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label {
  background: #1D2833;
  color: #fff;
}

.tab-body {
  background-image: url("../images/background.jpg");
  background-color: #fff;
}

.tab-body-wrapper {
  border:solid 2px #1D2833;
  background: #f2f2f2;
  border-top: #1D2833 5px solid;
 
}


/* ++++++++++++++++++++++++

Carousel

++++++++++++++++++++++++++++++*/

.chevron::before {
  border-color:#1D2833 !important;
}

.swiper-pagination-bullet-active {
    background: none repeat scroll 0% 0% #1D2833 !important;
}

  .swiper-container img{
  border:solid 1px #777 !important;

}

/* ++++++++++++++++++++++++

Media Query

++++++++++++++++++++++++++++++*/
