body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-image: URL(comb.jpg);
  background-size: cover;
  background-color: gold;
  background-repeat: no-repeat;
  text-align: center;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

img {
    max-width: 100%;
    height: auto;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.img-column {
  float: left;
  width: 30.00%;
  padding: 5px;
}


blockquote {
  text-align: left;
}

li {
  text-align: left;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.body-text {
	width: 80%;
	margin-left: auto;
    margin-right: auto;
	background-color: white;
    opacity: 0.5;
}

.Chronicles-Sub-Font {
  font-size: 0.75em;
}

.notice {
	border-radius: 25px;
	width: 50%;
	margin-left: auto;
    margin-right: auto;
	background-color: white;
	style="text-align:center;
	font-size: 25px;
	color: red;
	opacity: 1.0;"
}

.calendar table, th, td {
	float: center;
	border-style: hidden;
	text-align: left;
	vertical-align: top;
}

body-text-solid {
	width: 80%;
	margin-left: auto;
    margin-right: auto;
	background-color: white;
    opacity: 1.0;
}

.rx-text {
	width: 50%;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
