body {
margin:0;font-family:Arial;


}

h3 {
color: navy;
background-color: white;
border-bottom: 2.5px solid navy;
font-size: 28px;
padding: 5px 5px;
width: 100%;
text-align: left;
margin-top: 2px;
margin-bottom: 1px;
} 

h3.h3small {
color: navy;
background-color: white;
border-bottom: 2.5px solid navy;
font-size: 14px;
padding: 5px 5px;
width: 100%;
text-align: left;
margin-top: 2px;
margin-bottom: 1px;
} 

h4 {
color: navy;
background-color: white;
border-bottom: 2px dotted dodgerblue;
font-size: 22px;
padding: 5px 5px;
width: 100%;
text-align: left; 
margin-top: 1px;
}

h4.h4small {
color: navy;
background-color: white;
border-bottom: 2px dotted dodgerblue;
font-size: 12px;
padding: 5px 5px;
width: 100%;
text-align: left; 
margin-top: 1px;
}

.heading {
color: white;
background-color: #651fff;
font-size: 110%;
padding: 10px 10px;
width: 100%;
text-align: center;
position: relative;
display: inline-block;
font-weight: bold;
}

.heading .icon {
  position: absolute;
  top: -18px;
  left: 10px;
  padding: 0px 0px;
  border-radius: 50%;
  background-color: #651fff;
  color: white;
  border: 0px solid #efefef;
  margin: 0;
}

span.learningsubheading {
  color: navy; 
  font-size: 28px;
  font-weight: bold;
}

.topnav {
  overflow: hidden;
  background-color: navy;
  color: white;
  display: block;
    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: navy;
  color: white;
  padding: 6px 16px;

}

div.active2 {
  background-color: navy;
  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: navy;
    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: navy;
  color: white;
}

.dropdown-content a:hover {
    background-color: #efefef;
    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;
  }
}


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: #efefef;
    color: black;
} 

@media (max-width: 250px)
{
body {
background-color: #ffffff;
}

.topnav {
  overflow: hidden;
  background-color: navy;
  color: white;
  display: block;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
	transition: top 0.3s; /* Transition effect when sliding down (and up) */
}

h3 {
color: white;
background-color: #651fff;
font-size: 100%;
padding: 5px 5px;
width: 100%;
text-align: center;

} 

h4 {
color: white;
background-color: dodgerblue;
font-size: 90%;
padding: 5px 5px;
width: 100%;
text-align: center;

} 

.heading {
color: white;
background-color: #651fff;
font-size: 100%;
padding: 5px 5px;
width: 100%;
text-align: center;
position: relative;
display: inline-block;
font-weight: bold;
}
}

