body {
margin:0;font-family:Arial;


}

h3 {
color: white;
background-color: #651fff;
font-size: 110%;
padding: 10px 10px;
width: 100%;
text-align: center;

} 

h4 {
color: white;
background-color: dodgerblue;
font-size: 100%;
padding: 10px 10px;
width: 100%;
text-align: center;

}

.navbuttonadmin {
    width: auto;
    padding: 4px 7px;
    background-color: #ffffff;
	color: navy;
    border: 1px solid silver;
	font-weight: bold;
	border-radius: 5px;
} 

.topnav {
  overflow: hidden;
  background-color: #c0392b;
  color: white;

    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

.topnavadmin {
  overflow: hidden;
  background-color: #c0392b;
  color: white;

    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 6px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #c0392b;
  color: white;
  padding: 6px 16px;

}

div.active2 {
  background-color: #c0392b;
  color: white;

}

.topnav .icon {
  display: none;
  color: white;

}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 8px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #c0392b;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    color: white;

}

.dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #c0392b;
  color: white;
}

.dropdown-content a:hover {
    background-color: #ac92ec;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive .icon {
    position: fixed;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
.topnav2.responsive {position: fixed;}
  .topnav2.responsive .icon {
    position: fixed;
    right: 0;
    top: 0;
  }
  .topnav2.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav2.responsive .dropdown {float: none;}
  .topnav2.responsive .dropdown-content {position: relative;}
  .topnav2.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

.logincontainer {
	font-size: 18px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
}
}


img.logo {
border: 1px solid #ffffff;
padding: 0px;

}

a.toplinks:link, a.toplinks:visited {
color: #ffffff;
text-decoration: none;

}

a.toplinks:hover, a.toplinks:active {
    background-color: navy;
    color: silver;
} 



