body{

font-family: 'Lato', sans-serif;
margin-bottom:80px;

}


.hidden {
  display: none;
  visibility: hidden;
} 


p h1,h2,h3,h4,h5{

 word-spacing: 0.2em;
}



.col-centered{
float:none;
margin:0 auto;
}






  @media(max-width: @screen-sm) {
  p{
    font-size: 40px;
	
	}
  }
  
 
 



















/*
@media (max-width: @screen-sm) {
    body{font-size: 14px;}
}

*/






/*

			  _   _     __      __
			 | \ | |   /\ \    / /
			 |  \| |  /  \ \  / / 
			 | . ` | / /\ \ \/ /  
			 | |\  |/ ____ \  /   
			 |_| \_/_/    \_\/    
               

	 */  
	 
	 
@media screen and (min-width: 1300px) {
    #first-nav-item{
	margin-left:100px;
    }		
}




/* CENTER COLLAPSED TEXT */
@media screen and (max-width: 767px) {
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
	}

	.navbar .navbar-collapse {
		text-align: center;
	}
}
/*-------------*/



/*------NAVBAR BRAND-------*/

.navbar-brand{
font-family: 'Lato', sans-serif;
font-weight:300;
}



/* DROPDOWN MENU   */

.dropdown-menu > li > a{
line-height:2em;
font-family: 'Lato', sans-serif;
font-weight:300;
}




.navbar-nav > li > .dropdown-menu{
box-shadow:none;
border-width:0px 0px 0px 1px;
}


/*	 
.dropdown-menu {
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    opacity: 0;
    display: block;
	
}

.open .dropdown-menu {
    opacity: 1;
	
}
*/



/*-----------------Customize part 2 ------------- */



.navbar-nav > li > .dropdown-menu { 


}

.navbar-nav > li > a{ 
color:white;

}





/*--------*/







.navbar-nav li{
font-size:20px;
font-weight:300;

}

/*This was for centering
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

*/

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}

#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    background-color: white;
    border-width: 0px;
    border-radius: 4px;	
    
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(119, 119, 119, 1);
    background-color: white;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: #999;
    background-color: rgba(248, 248, 248, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: black;
    
}


#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a{
color:red;
}


#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: white;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: white;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #999;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #777;
}






/*------------------PART   3-----------------*/




#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover{

}

#nav ul li a:hover {
   
   }
 


 #custom-bootstrap-menu .active{
border-bottom:1px solid #aaa;
padding-bottom:7px;
   
   }

   /* underline */

/*
#custom-bootstrap-menu .active:before {
  content : "";
  position: absolute;
  left    : 15%;
  bottom  : 12%;
  width   : 70%;  
  border-bottom:1px solid #aaa;
}


*/










/*
				  _      ____   _____  ____  
				 | |    / __ \ / ____|/ __ \ 
				 | |   | |  | | |  __| |  | |
				 | |   | |  | | | |_ | |  | |
				 | |___| |__| | |__| | |__| |
				 |______\____/ \_____|\____/ 
                             
   */                          




#logo{
display:block;
position:relative;
margin:0 auto;


padding-top:30px;
margin-top:20px;
padding-bottom:40px;
}

















/*-------------------------------HOME-----------------------------------------*/




.home-page p{


font-weight:400;
font-size:1.3em;

}



.home-page h1{

font-weight:400;
font-size:1.8em;
color:#444;
}


.facilities{
font-weight:400;
}





/*
				  ______ ____   ____ _______ ______ _____  
				 |  ____/ __ \ / __ \__   __|  ____|  __ \ 
				 | |__ | |  | | |  | | | |  | |__  | |__) |
				 |  __|| |  | | |  | | | |  |  __| |  _  / 
				 | |   | |__| | |__| | | |  | |____| | \ \ 
				 |_|    \____/ \____/  |_|  |______|_|  \_\
														   
                                           


*/




html, body {
    height: 100%;
}