body{
  font-family: "Avenir", sans-serif;
}

#birchall-nav-new{
    height:66px !important;
    background-color: #f0f0f0;
    /*font-weight: bold;*/
}

.loginPageLink a{
    text-decoration: none;
    color:#8fba32;
    font-weight: bold;
}

.loginPageLink a:hover{
    text-decoration: underline;
    cursor: pointer;
}


.bkg-birchall-blue{
	color:white;
	background-color: #00265f;
	font-weight:bold;
}

.bkg-birchall-blue:hover{
	opacity: 0.75;
  color: white;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}


.bkg-birchall-coral{
	color:white;
	background-color: #ff4f4f;
	font-weight:bold;
}

.bkg-birchall-coral:hover{
  color:white;
  -webkit-filter: brightness(90%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}


.bkg-birchall-green{
	color:white;
	background-color: #8fba32;
	font-weight:bold;
}

.bkg-birchall-green:hover{

  color:white;
  -webkit-filter: brightness(90%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
transition: all 1s ease;
}

.login-btn{
  color:white;
  background-color: #ff4f4f;
  font-weight:normal;
  height:40px;
  font-size:16px;
}

.login-btn:hover{
  color:white;
  -webkit-filter: brightness(90%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.page-link{
  color: #00265f;
  border: 2px solid #00265f;
  margin:2px;
  font-weight: bold;
}

.page-link:hover{
  border:2px solid #00265f;
  color: white;
  background: #00265f;
}

.active_page{
  border:2px solid #ff4f4f;
  background-color: #ff4f4f;
  color: white;
}

.active_page:hover{
  border:2px solid #ff4f4f;
  color: white;
  background: #ff4f4f;
  cursor: default;
}


.dropdown-toggle {

  border-style: solid;
  border-top: none;
  border-right: none;
  border-left: none;
  color: white;
}


.dropdown-toggle:hover {
  color: white;
  opacity:0.75;

}




.nav-logout{
	border: 2px solid red;
	border-radius: 5px;
	padding: 7px;
	color:red;
	background-color: white;
	font-weight: bold;
	text-decoration: none;
}

.nav-logout:hover{
	background-color: red;
	color:white;
}

.main-nav {
top: 0;
 /* display: flex;
  /*height: 5vh;*/
  text-decoration: none;
  justify-content: space-between;
  /*align-items: center;*/

  color: #daf8e3;
  /*background: #005582;*/
  background-color: rgb(240, 240, 240);
}

.navbar{
	height: 65px;
}

.nav-link{
	display: -webkit-flex;
    display: flex;
 	align-items: center;
 	justify-content: center;
	margin-top:-9px;
	color:black !important;
	text-decoration: none;
	list-style-type: none;
	font-weight:500;
	font-size:16px;
	height:50px;
    vertical-align: center;
	}

.nav-item-spacer{
	border-left:1px solid rgb(212, 212, 212);
	display: -webkit-flex;
  	display: flex;
 	align-items: center;
	margin-top:0px;
    height:30px;
}


.nav-link:hover{
	/*background-color: white;*/
	/*color: black;*/
    text-decoration: underline;
    cursor: pointer;
}

.logo {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.25rem;
  padding: 0 rem;
}

.nav-links {
  display: flex;
  width: 80%;
  /*justify-content: space-around;*/
  list-style-type: none;

}
.burger {
  display: none;
  padding: 0.5rem;
  cursor: pointer;
  margin-top:-10px;


}
.line {
  height: 2px;
  width: 35px;
  margin: 0.5rem 0;
  /*background: #daf8e3;*/
  background: black;
  transition: transform 0.75s ease, opacity 0.75s ease, background 0.80s ease;


}

@media screen and (max-width: 800px) {
  .nav-links {
    width: 60%;
  }

}

.main-nav.show .line1 {
  transform: translate(-10px) rotate(45deg) translate(15px);
  background: red;
}
.main-nav.show .line2 {
  opacity: 0;
  background: red;
}
.main-nav.show .line3 {
  transform: translate(-10px) rotate(-45deg) translate(15px);
  background: red;
}
.main-nav.show .nav-links {
  transform: translateX(0%);
}
@media screen and (max-width: 800px) {
  .nav-links {
    width: 100%;
  }

}
@media screen and (max-width: 600px) {
  .burger {
    display: block;
  }

  .nav-links {
  	padding-top:50px;
  	z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    height: 50vh;
    width: 50%;
    flex-direction: column;
    /*align-items: center;*/
    /*justify-content: space-around;*/
    /*background: #005582;*/
    transform: translateX(100%);
    transition: transform 1s ease;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  	background-color: rgb(240, 240, 240);
  	margin-left: 0px;
  	margin-right:0px;
}

  .nav-item-spacer{
  	display: none;
  	margin-left: 0px;
  	margin-right:0px;

  }

  .nav-link{
  	border:0px;
  	padding:5px;
  	/*height:100px;*/
    border-bottom: 1px solid grey;
    text-align: center;
  	margin-top:30px;
  	vertical-align: center;
  }

  .nav-link:hover{
  	/*background-color: white;*/
	color: black;
    text-decoration: underline;
    cursor: pointer;
	}

