	
body {
      font: 16px Montserrat, sans-serif;
      color: #ffffff;	
	  padding-top: 50px;
  }

  
#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
}
#custom-bootstrap-menu.navbar-default {
    background-color: rgba(0, 0, 122, 1); 
/*    background-color: red; */
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 122, 1);
/*	padding-left: 50px;
	padding-right: 50px; 
	padding:auto; */
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 153, 1);
}
#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: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 153, 1);
}
#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: #000099;	
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #00007a;;
}
 	

/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
    padding: 0;
}

.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}

.navbar .nav li {
    display: table-cell;
    width: 20%;
    float: none;
}

.navbar .nav li a {
    font-weight: bold;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .75);
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.navbar .nav li:first-child a {
    border-left: 0;
    border-radius: 3px 0 0 3px;
}

.navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 3px 3px 0;
}

 .navbar-brand {
  padding: 0px;
  display: none;
}
.navbar-brand>img {
  height: 150%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  width: auto;
}


	.text300 {font-size: 300%; line-height: normal;}
	.text200 {font-size: 200%; line-height: normal;}
	.text175 {font-size: 175%; line-height: normal;}
	.text150 {font-size: 150%; line-height: normal;}
	.text125 {font-size: 125%; line-height: normal;}
	.text110 {font-size: 110%; line-height: normal;}
	.text100 {font-size: 100%; line-height: normal;}
	.text90  {font-size: 90%; line-height: normal;}
	.text75  {font-size: 75%; line-height: normal;}
	
	.textbold{font-weight: bold;}


		/* Custom, iPhone Retina 
	@media only screen and (min-width : 250px){
  body{font-size: 12px;}
	}
 */
	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px){
   body{font-size: 14px;}
	}
 
	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px){
   body{font-size: 16px;}
	}
 
	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px){
   body{font-size: 18px;}
	}
 
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px){
   body{font-size: 20px;}
	}
	
	.section-top { 
      color: #ffffff;
  }
	.home1 { 
      margin-top:80px;
	  color: #ffffff;
	  text-align: center;
  }	
	.home2 { 
      margin-top: 5%;
	  padding-bottom:2%;
	  color: #ffffff;
	  text-align: center;
  }	
  	.services1 { 
      margin-top:30px;
	  color: #ffffff;
	  text-align: center;
	  padding-bottom: 30px;
  }	
	.services2 { 
	padding-bottom:20px;
	  color: #ffffff;
	  text-align: left;
  }
  	.how1 { 
      margin-top:50px;
	  color: #ffffff;
	  text-align: center;
	  padding-bottom: 40px;
  }	
	.how2 { 
	padding-bottom:20px;
	  color: #ffffff;
	  text-align: center;
	  font-style: italic;
	 text-decoration:italic;
  }
    .how3 { 
	  color: #ffffff;
	  text-align: center;
	  padding-bottom: 40px;
  }	
  .contact { 
      padding-top: 20px;
	  border: 2px solid black;
	  border-radius: 5px;
	  
  }

  .blog-header { 
      color: black;
	  padding-bottom:20px;
  }
  .blog-entry-title { 
      color: blue;
	  padding-bottom:5px;
  }
  .blog-entry-date { 
      color: black;
	  padding-bottom:5px;	  
	    }
  .blog-entry-body { 
      color: black;
	  padding-bottom:30px;	  
	    }



  .margin-top-5 {margin-top: 5px;}
	
  .section-footer { 
      padding-top: 5px;
	  background-color: #323030; 
      color: #ffffff;
  }