/* Enter Your Custom CSS Here */

/* for reducing the slider height */
.header-slider {
    height: 800px !important;
    text-align: left;
    padding-left:0;
    
}

/* top margin above menu */
#mainnav ul
{ margin-top: 25px;
}

/* top menu size */
#mainnav ul li a {
    font-family:'Raleway:800', sans-serif;
    font-size: 14px;
  /*  font-weight: 800; !important;*/
    font-weight: bold;
}




/* disable home page slide parallax */
.slides-container .slide-item {
  background-position: top center !important;  
} 

h1 {
  font-weight: normal; !important; 
  color: #000000;
  font-weight: 400;
}


.h1bold {
font-family:'Raleway:800', sans-serif;
font-weight: 800; !important;
color:#000000   ;
}

h2 {
  font-weight: normal; !important; 
  color: #000000;
}

h3 {
  font-weight: normal; !important; 
  color: #000000;
}

.h3bold {
font-family:'Raleway:800', sans-serif;
font-weight: 800; !important;
color:#f1ae3b ;  
}

.h3number {
font-family:'Raleway:500', sans-serif;
color:#000000 ;  
}

h4 {
  font-weight: normal; !important; 
  color: #000000;
}


/* TO REMOVE the last line */
.site-info.container {
    display: none;
}