nav {
  overflow: auto;
  width: 100%;
  height: auto;
  font-family: Verdana;
}

nav .linklogo{
  float: left;
  padding: 10px;
  margin: 10px;
  width: 12%;
  height: auto;
}

nav .navlogo {
  width: 80%;
  height: auto;
}
  
nav .navlinks {
  float: right;
  padding: 20px;
  font-weight: bold;
  font-size: 1.2vw;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
}

nav .active {
  color: #F87846;
}

nav .navlinks:hover {
  color: #F87846;
  text-decoration: none;
}

.navbot {
  padding: 10px;
  text-align: center;
  border-bottom: 2px solid #F87846; 
  background-color: #3a4c64;
  position: inherit;
}

.navbot a
{
  padding-left: 17px;
  padding-right: 17px;
  margin-left: 50px;
  margin-right: 50px;
  font-style: none;
  font-size: 1vw;
  text-decoration: none;
  color: #FFFFFF;
}

.navbot .active {
  position: inherit;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #14167240;
  transform: skew(-25deg);
  display:inline-block;
  padding: 1em 4em;
  margin: -10px;
}
.skew-fix {
  display:inline-block;
  transform: skew(20deg);
}


.navbot .navmenu:hover {
  color: #FFFF;
  text-decoration: none;
}

footer {
  overflow: auto;
  margin-top: 0px;
  padding: 1%;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  height: auto;
  color: #FFFFFF;
  background-color: #243b5a;
}

footer .divleft {
  float: left;
  display: block;
  width: 80%;
  height: auto;
}

footer .divleft h3 {
  float: left;
  width: 100%;
  height: auto;
  font-size: 12px;
}

footer .divleft img {
  float: left;
  padding-right: 20px;
  padding-top: 13px;
  width: 5%;
  height: auto;
}

footer .divleft .address {
  float: left;
  margin-top: 3px;
  margin-right: 14%;
  width: 40%;
  height: auto;
  font-size: 13px;
  text-align: justify;
}

footer .divleft .center {
  float: left;
  padding-left: 2%;
  width: 7%;
  height: auto;
  border-left: 2px solid #FFFFFF;
}

footer .divleft .emailtxt {
  float: left;
  padding-right: 2%;
  padding-top: 19px;
  font-size: 10px;
}

footer .divright {
  float: right;
  display: block;
  padding-left: 2%;
  width: 12%;
  text-align: right; 
  border-left: 2px solid #FFFFFF;
}

footer .divright img {
  padding: 5%;
  width: 65%;
}

/* scroll bar tracker */
::-webkit-scrollbar {
  width: 10px;
  background-color: #001f3f;
}

/* scroll bar bar */
::-webkit-scrollbar-thumb {
  background: #313e67; 
  border-radius: 5px;
}

/* scroll bar hover */
::-webkit-scrollbar-thumb:hover {
  background: #f87846; 
}
