/* remove carrot from nav */
.dropdown-toggle::after {
  display: none;
}

/* change nav colour */
.navbar-fixed-top.scrolled {
  background-color: rgba(0, 0, 0, 0.9) !important;
  transition: background-color 200ms linear;
}

/* Top Nav Bar */

.atContactHeader{
  color: white
}


.atContactHeader li{
  list-style: none;
  display: inline-block
}

.atContactHeader a{
  color: #fec90a
}
.atContactHeader a:active{
  color: #fec90a
}
.atContactHeader a:visited{
  color: #fec90a
}
.atContactHeader a:hover{
  color: #ffffff
}
.atContactHeader span{
  color: #fec90a;
  padding-left: 10px;
  padding-right: 10px;
}

.atSticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.atTopHeader {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.atContactHeader{
	min-width: 100px;
	height: auto;
}


.navbar-brand img{
	min-width: 120px;
	height: auto;
}

.navbar {
    box-shadow: none !important;
background-color: transparent !important
}

.navbar a{
  color: white !important;
   font-family: Montserrat !important;
  font-weight: 400 ;
  font-size: 18px !important
}

.navbar a:hover{
  color: #fec90a !important;
}

.navbar-nav li:last-child {
    border: 0;
}

/* Drop Down Menu */
.dropdown-menu {
  background-color: #fec90a;
  padding: 0px 5px 0px 5px !important;
  border-radius: 0px;
}

.dropdown-menu a:link,.dropdown-menu a:visited, .dropdown-menu a:hover {
  padding: 10px 10px 10px 10px !important;
  color: black !important;
  border-bottom: solid 1px white;
  font-size: 18px !important;
}

.dropdown-menu a:hover {
   background-color: #202020 !important;
  color: white !important;;
}


@media only screen and (max-width: 1024px) {
.navbar li{
  border-bottom: solid 1px grey;
  }
}







/* Portrait phones and smaller */
@media (max-width: 480px) {
.navbar-nav {
  
	max-height:500px;
	overflow-y: scroll;
  }
}