body {
  padding-top: 0px!important;
}


.page-masthead .row-feature {
    width: 100%;
    padding: 0;
	margin: 0;
	background-color: #ffffff;

   /*your custom code goes here*/
}





   /*gets rid of the white space between the main menu and sideshow*/

div.slideshow.hidden-xs {
	padding: 0px;

}

   /*fast font change of h2 heading*/

h1 {
	font-size: 200%;
}


   /*fast font change of h1 heading*/

h2 {
	font-size: 195%;
}


 /*background colour of main menu bar */
 


 #t3-mainnav {
 
 background-color: #ffffff;

 
 }
 
 
.navbar-default .navbar-nav > li > a {
 color:#f27f0a!important 

}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #f27f0a!important 

}




.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle .fa-bars {

color: #000000!important 

}






/* Below is the code to adjust the size and spacing of the top menu bar /*

/*.navbar-default .navbar-nav > li {
margin-left: 10px;
font-size: 13px;

}
*/
