
body {
  font-family: Arial, Helvetica, sans-serif;
  font: 1em sans-serif;
  background: #e8e8ee;
  margin: auto;
  max-width: 800px;
}

img {
  max-width: 100%;
}

p {
  margin: 0 0 1em 0;
}

/* Main column */
.main {   
  flex: 70%;
  background-color: white;
  padding: 20px;
}

* {
  box-sizing: border-box;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1em;
}

.background1 {
    background: rgba(235, 235, 250, 0.7) /* Light blue background with 50% opacity */
}

.background2 {
    background: rgba(255, 185, 63, 0.7) /* Orange background with 50% opacity */
}

a:link { text-decoration: underline;}
a:visited { text-decoration: underline ; color: #5555aa; }
a:hover { text-decoration: underline ; color: #ff6b63; background-color:#eeeeff;}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #0044bb;
  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;
  }
}

/* Footer */
.footer {
  padding: 15px;
  font-size: 1em;
  background: #e8e8ee;
}


.text1b
{
font-size: 1.3em;
font-weight: bold;
font-style: italic;
text-align:center;
color: #ffffff;
line-height: 1.5em;
font-family: Verdana,Arial,Helvetica;
background-color:#0044aa;
padding: 0.4em;
}

.text2d
{
font-size: 0.9em;
color: #000000;
line-height: 1.6em;
font-family: Verdana,Arial,Helvetica;
}

.text3orange
{
font-size: 1.2em;
color: #eb6909;
line-height: 1.4em;
font-family: Verdana,Arial,Helvetica;
padding-left:10px;
padding-right:10px;
}




