/* NAVBAR */
@media only screen and (max-width : 768px) {
	#navbar-home {
		display: none;
	}

  .menu-section {
    display: block;
  }
}

#navbar-home {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 68px;
	position: fixed;
	top: 5px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}

.navbar-brand {
	height: 68px;
	padding: 16px 15px;
}

.navbar-brand img {
  height: 34px;
}

.menu-tabs {
	float: right;
  /* position: absolute;
  right: 0; */
	height: 68px;
	padding: 24px 20px;
}

.menu-tabs a {
	color: white;
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	padding-right: 30px;
	letter-spacing: 1px;
}



/* NAVBAR MOBILE */
@media only screen and (min-width : 769px) {
	.menu-section {
		display: none;
	}
}

.menu-section {
  height: 48px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.menu-brand {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  height: 48px;
  width: 48px;
  padding: 9px;
}

.menu-brand img {
  height: 30px;
  width: 30px;
}

.menu-toggle {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  padding: 5px 10px;
}
.menu-toggle.on .one {
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.on .two {
  opacity: 0;
}
.menu-toggle.on .three {
  -moz-transform: rotate(-45deg) translate(8px, -10px);
  -ms-transform: rotate(-45deg) translate(8px, -10px);
  -webkit-transform: rotate(-45deg) translate(8px, -10px);
  transform: rotate(-45deg) translate(7px, -7px);
}

.one,
.two,
.three {
  width: 100%;
  height: 2px;
  background: white;
  margin: 6px auto;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.one {
  margin-top: 11px !important;
}

nav ul {
  margin: 0;
  padding: 0;
  font-family: Open Sans;
  list-style: none;
  margin: 5em auto;
  text-align: center;
  font-family: 'lato', sans-serif;
}
nav ul.hidden {
  display: none;
}
nav ul a {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
  color: white;
  font-size: 1.3em;
  line-height: 2.3;
  width: 100%;
  display: block;
}
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.menu-section.on {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
}

@media only screen and (min-width : 320px) and (max-width : 375px) and (min-height : 500px) { 
  nav ul a {
    font-size: 1.2em;
    background-color: transparent;
  }
}

@media only screen and (min-width : 414px) and (max-width : 736px) { 
  nav ul a {
    font-size: 1.9em;
  }
}

@media only screen and (min-width : 768px) and (max-width : 768px) { 
  nav ul {
    margin: 9em auto;
  }
  
  nav ul a {
    font-size: 2.5em;
  }

}

.btn-nav-fill {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 10px 20px !important;
}

nav > ul > li {
  padding: 2vh 0;
}

nav > ul > li > a {
  width: 70%;
  border-radius: 30px;
  margin: 0 auto;
  padding: 2px 0;
}

nav > ul > li a.btn-white {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

nav > ul > li a.btn-black {
  background-color: transparent;
  border: 1px solid #fff;
}

nav > ul > li a.btn-blue {
  background-color: #4DB9FF;
}

.hide {
  display: none;
}
@media only screen and (min-height : 1366px) and (max-height : 1366px){
.menu-tabs a {
    padding-right: 25px;
  }
}
@media only screen and (min-width : 905px) and (max-width : 1080px){
.menu-tabs a {
    font-size: 1vw !important;
  }
}
@media only screen and (min-width : 749px) and (max-width : 905px){
.menu-tabs a {
    font-size: 0.9vw !important;
    padding-right: 15px;
  }
}