@media (min-width: 979px){

html{
    width: auto;
    height: auto;
}

.topHeader{
   display: block;
   position: fixed;
   width: 100%;
   height: auto;
   z-index: 1001;
   background: white;
   padding-bottom: 20px;
}

hr{
    width: 100%;
    opacity: 25%;
    position: relative;
    top: 39px;
}

header{
    width: auto;
    max-width: 100px;
    height: fit-content;
    position: relative;
    left: 10px;
    top: 20px;
}

.header img {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    max-width: 35px;
    max-height: auto;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.header h1 {
    width:300px;
    height:auto;
    position: relative;
    right: 0px;
    top: 10px;
    font-size: 30px;
    padding-top: 2px;
    padding-left: 50px;
}

body{
    background-color: white;
    height: 100%;
    width: auto;
    font-family: "Roboto", sans-serif;
}

#wrapper{
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.Navigation-Bar{
   position: relative;
   width: 10px;
   height: auto;
   display: block;
   right: 30px;
   top: 10px;
    display: none;
}

nav{
    position: absolute;
    top:60px;
    right: 1%;
    width: auto;
    height: auto;

}

.Home:hover{
    color: black;
    background-color: #e7465e;
    text-decoration: none;
}

.Home{
    color: #E21836;
    text-decoration: none;
    background-color: white;
    padding-top: 26px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    width: auto;
    font-size: xx-large;
}

.Services:hover{
    color: black;
    background-color: #f7a44a;
    text-decoration: none;
}

.Services{
    color: #f68E1E;
    background-color: white;
    text-decoration: none;
    padding-top: 26px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    width: auto;
    font-size: xx-large;
}

.Reports:hover{
    color: black;
    background-color: #3275b1;
    text-decoration: none;
}

.Reports{
    color: #00539E;
    background-color: white;
    text-decoration: none;
    padding-top: 26px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    width: auto;
    font-size: xx-large;
}

.Account:hover{
    color: black;
    background-color: #02bf74;
    text-decoration: none;
}

.Account{
    color: #008751;
    background-color: white;
    text-decoration: none;
    padding-top: 26px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    width: auto;
    font-size: xx-large;
}

.LogOutNav{
    display: none;
    color: #008751;
    background-color: white;
    text-decoration: none;
    padding-top: 26px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    width: auto;
    font-size: xx-large;
}

.LogOutNav:hover{
    display: none;
    color: black;
    background-color: #02bf74;
    text-decoration: none;
}

main{
    width: 100%;
    height: auto;
    position: relative;
    top: 49px;
    margin-left: auto;
}

.Notice{
    background-color:   rgb(244, 244, 244);
    color: Black;
    width: auto;
    height: auto;
    position: relative;
    top: 0px;
    margin: auto;
    overflow: hidden;
    padding-right: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1;
    text-align: left;
}

.dashbetween{
    font-size: 20px;
    padding: 5px;
    padding-left: 20px;
    width: auto;
    height: auto;
    margin: auto;
}

.usertag{
    font-size: 20px;
    padding: 5px;
    padding-left: 20px;
    width: auto;
    height: auto;
    margin: auto;
}

.roletag{
    font-size: 20px;
    padding: 5px;
    padding-left: 20px;
    width: auto;
    height: auto;
    margin: auto;
}

.logOut{
    font-size: 20px;
    padding: 5px;
    width: auto;
    height: auto;
    margin: auto;
    position: absolute;
    top: -2px;
    right: 22px;
    float: right;
    background-color: Transparent;
    border: none;
    cursor:pointer;
    overflow: hidden;     
}

.logOut input[type=submit]{
    font-size: 20px;
    background-color: Transparent;
    border: none;
    cursor:pointer;
    overflow: hidden;     
}

.logOut:hover{
    background-color: Transparent;
    border: none;
    cursor:pointer;
    overflow: hidden;     
}

.overlay {
  display: none;
  height: 0;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(250,250,250); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: hidden; /* Disable Vertical scroll */
  transition: 0.5s;
}

.overlay-content {
  display: none;
  position: relative;
  top: 10%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.overlay a {
  display: none;
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay a:hover, .overlay a:focus {
  display: none;
  color: #f1f1f1;
}

.overlay .closebtn {
  display: none;
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.logOutBanner input[type=submit] {
    background: none;
    border: none;
    display: none;
    cursor: pointer;
    font-size: 36px;
    color: #818181;
    padding: 8px;
}

}





@media (min-width: 481px) and (max-width: 978px){
html{
    width: auto;
    height: auto;
}

.topHeader{
   display: block;
   position: fixed;
   width: 100%;
   height: auto;
   z-index: 1001;
   background: white;
   padding-bottom: 20px;
}

hr{
    width: 100%;
    opacity: 25%;
    position: relative;
    top: 39px;
}

header{
    width: auto;
    max-width: 100px;
    height: fit-content;
    position: relative;
    left: 10px;
    top: 20px;
}

.header img {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    max-width: 35px;
    max-height: auto;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.header h1 {
    width:300px;
    height:auto;
    position: relative;
    right: 0px;
    top: 10px;
    font-size: 30px;
    padding-top: 2px;
    padding-left: 50px;
}

body{
    background-color: white;
    height: 100%;
    width: auto;
    font-family: "Roboto", sans-serif;
}

#wrapper{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.Navigation-Bar{
   position: relative;
   width: 10px;
   height: auto;
   display: block;
   right: 30px;
   top: 10px;
}

nav{
    position: absolute;
    top:60px;
    right: 1%;
    width: auto;
    height: auto;

}

.Home:hover{
    display: none;
    color: black;
    background-color: #e7465e;
    text-decoration: none;
}

.Home{
    display: none;
    color: #E21836;
    text-decoration: none;
    background-color: white;
    padding-top: 26px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    width: auto;
    font-size: xx-large;
}

.Services:hover{
    display: none;
    color: black;
    background-color: #f7a44a;
    text-decoration: none;
}

.Services{
    display: none;
    color: #f68E1E;
    background-color: white;
    text-decoration: none;
    padding-top: 26px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    width: auto;
    font-size: xx-large;
}

.Reports:hover{
    display: none;
    color: black;
    background-color: #3275b1;
    text-decoration: none;
}

.Reports{
    display: none;
    color: #00539E;
    background-color: white;
    text-decoration: none;
    padding-top: 26px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    width: auto;
    font-size: xx-large;
}

.Account:hover{
    display: none;
    color: black;
    background-color: #02bf74;
    text-decoration: none;
}

.Account{
    display: none;
    color: #008751;
    background-color: white;
    text-decoration: none;
    padding-top: 26px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    width: auto;
    font-size: xx-large;
}

.LogOutNav{
    color: #008751;
    background-color: white;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    width: auto;
    font-size: xx-large;
}

.LogOutNav:hover{
    color: black;
    background-color: #b4b9c1;
    text-decoration: none;
}

main{
    width: 100%;
    height: auto;
    position: relative;
    top: 49px;
    margin-left: auto;
}

.Notice{
    background-color:   rgb(244, 244, 244);
    color: Black;
    width: auto;
    height: auto;
    position: relative;
    top: 0px;
    margin: auto;
    overflow: hidden;
    padding-right: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1;
    text-align: left;
}

.dashbetween{
    font-size: 20px;
    padding: 5px;
    padding-left: 20px;
    width: auto;
    height: auto;
    margin: auto;
}

.usertag{
    font-size: 20px;
    padding: 5px;
    padding-left: 20px;
    width: auto;
    height: auto;
    margin: auto;
}

.roletag{
    font-size: 20px;
    padding: 5px;
    padding-left: 20px;
    width: auto;
    height: auto;
    margin: auto;
}

.logOut{
    display: none;
    font-size: 20px;
    padding: 5px;
    width: auto;
    height: auto;
    margin: auto;
    position: absolute;
    top: -2px;
    right: 22px;
    float: right;
    background-color: Transparent;
    border: none;
    cursor:pointer;
    overflow: hidden;     
}

.logOut input[type=submit]{
    display: none;
    font-size: 20px;
    background-color: Transparent;
    border: none;
    cursor:pointer;
    overflow: hidden;     
}

.logOut:hover{
    display: none;
    background-color: Transparent;
    border: none;
    cursor:pointer;
    overflow: hidden;     
}

.overlay {
  display: block;
  height: 0;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1002; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(250,250,250); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: hidden; /* Disable Vertical scroll */
  transition: 0.5s;
}

.overlay-content {
  display: block;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  top: 10%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.overlay a{
  padding-top: 5%;
  padding-bottom: 5%;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay a:hover, .overlay a:focus {
  display: block;
  color: #f1f1f1;
}

.overlay .closebtn {
  display: block;
  position: absolute;
  right: 45px;
  font-size: 60px;
  z-index: 1003;
}

.logOutBanner input[type=submit] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 36px;
    color: #818181;
    padding: 8px;
}

}