
.navLinks {
  list-style-type: none;
  // position: sticky;
  width:100%;
  margin-left: auto;
  margin-right: auto;
  top:0;
  margin: 0px;
  padding: 0px;
  overflow: auto;
  background-color: #6f00fe;
  color: white;
  position: fixed;
  display: table;
  table-layout: fixed; 
  margin: 0 auto;
  overflow: auto;
  text-align: center; 
  float: center;
  align-items: center;
  justify-content: center;
}

.navLinks li {
  float: center;
  // margin-left: 50px;
  // margin-right: -35px;
  display: inline-block;
  // border-right: 1px solid #555;
  // border-left: 1px solid #555;
  // border-top: 1px solid #555;
  // border-bottom: 1px solid #555;
}

/*
.navLinks li:last-child {
    border-right : none;
}
*/

.navLinks li a, .dropbtn {
  display: inline-block;
  color: khaki;
  font-size:20px;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  width: 100%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
}

.navLinks .active{
background-color: brown;
color: white;
}

.nav-link .active{
background-color: brown;
color: white;
}

.navLinks li a:hover , .dropdown:hover .dropbtn{
  background-color: #606060;
  color: white;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: lightblue;
  min-width: 160px;
  box-shadow: 5px 8px 10px 0px black;
  overflow: auto;
  z-index: 1;
 }

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
background-color: gray;
color:white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*
h1,h2,h3{
text-align:center; 
color: green;
}
*/

html {
  margin-top: 50px;
}

iframe, object, embed{max-width: 100%;}

.ANCHORS{
       margin-bottom: 80px;
       display:inline-block;
      }

i.fa {
    // vertical-align: middle;
    // transform: scale(0.5,1);   
    color: aqua !important;
}

i.fa:hover {
    // vertical-align: middle;
    // transform: scale(0.5,1);   
    color: black !important;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  // max-width: 10px;
  // height: 200px;
  // border: 2px solid salmon;
     padding: 0px;
}

.w3-content {
      margin-top: 4px !important;
}


@media only screen and (min-width: 1000px) {
.navLinks li {
  // margin-left: 15px;
  // margin-right: -30px;
      margin: auto;
      padding: auto;
  // border-right: 1px solid #555;
  // border-left: 1px solid #555;
  // border-top: 1px solid #555;
  // border-bottom: 1px solid #555;
}

.w3-content {
      margin-top: 4px !important;
}

}


@media only screen and (max-width: 1184px) {
.navLinks li {
  // margin-left: 15px;
  // margin-right: -30px;
      margin: auto;
      padding: auto;
  // border-right: 1px solid #555;
  // border-left: 1px solid #555;
  // border-top: 1px solid #555;
  // border-bottom: 1px solid #555;
}

.w3-content {
      margin-top: 100px !important;
}

}

.w3-border {
  border: 1px solid #303030 !important;
}

.w3-ul li {
  border-bottom: 1px dotted #303030 !important;
}
