@import url('https://fonts.googleapis.com/css?family=Roboto');

* {
	margin: 0;
	padding: 0;
	user-select: none;
	font-family: Verdana, Geneva, sans-serif;
}

.container nav.desk{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	
}
.container nav.mob{
	position: fixed;
	top: 1px;
	left: 0;
	background: #252c26;
	width: 100%;
	height: 60px;
	
}

nav.desk ul {
  list-style: none;
  width: 90%;
  height: 60px;
  margin: 0 auto;
}

nav.desk ul li {
  width: 20%;
  float: left;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s ease;
}

nav.desk ul li:hover{
  background: #ec7541;
}

nav.mob ul li:hover{
  background: #8c9f8c;
}



nav ul li a {
  color: #551F00;
  text-decoration: none;
}

.header {
  width: 100%;
  height: 500px;
  background: #ffffff url("bridge.jpg") no-repeat center;
  background-size: cover;
  margin-top: 60px;
  position: relative;
  z-index: -1;
}

.mob,
.hamburger-btn {
  display: none;
}


@media screen and (max-width: 768px) {
 
 
 
 .menu {
    display: none;
  }
 
  nav.desk {
    display: none;
  }



  
  
 
 .hero {
	background-image: url(../images/corbett_images/corbett_banner1.jpg);
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}

  

 
  
  nav.mob,
  .hamburger-btn {
    display: block;
  }
  
  .hamburger-btn {
    position: relative;
  }

  .hamburger-btn .fa-bars,
  .hamburger-btn .fa-times {
    position: fixed;
    right: 25px;
    top: 15px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
  }

  .mob ul{
    margin-top: 60px;
    background: #c1dcc1;
    display: none;
  }

  .mob li {
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    cursor: pointer;
  }
  
  .mob ul.active {
    display: block;
  }
}

.loginTextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 2px;
	padding: 2px;
	position:static;
	font-color: #ffffff:
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	width: 120px;
}


.loginTextBox3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 10px;
	padding: 10px;
	position:static;
	font-color: #ffffff:
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	width: 100px;
}




.loginTextBox2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 13px;
	padding: 13px;
	position:static;
	font-color: #ffffff:
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	width: 150px;
}


