@charset "UTF-8";
/* CSS Document */


html, body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Chalkboard SE','Tahoma',sans-serif;
}


/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #F5A3A3;
    color: white;
}

div.transbox {
  margin: 30px;
  background-color: #ffffff;
  border: 1px solid black;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}

div.transbox p {
  margin: 5%;
  font-weight: bold;
font-size: large;
  color: #000000;
}

div.transbox h1, h2, h3, h4, h5, h6 {
  text-align: center;
  font-weight: bold;
  color: #000000;
}

div.transbox img{
	opacity: 1;
	}

.img-fluid{
	margin: 30px;
	max-width: 94%;
	}
