/* for web */
body {
    background-color: white;
    color: black;
    font-family: Verdana, Arial, Helvetica;
    font-size: 20px;
    margin: 10px;
}
h1 {
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    color: DarkOliveGreen;
    font-size: 150%;
}
/* second level header */
h2 {
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    color: DarkOliveGreen;
    font-size: 125%;
}
/* copyright item */
.critem {
    color: grey;
    font-size: 80%;
    margin-top: 0.5em;
}
hr.px1 {
    border: 1px solid #0DC95B;
    margin: 0px;
}

hr.px2 {
    border: 2px solid #0DC95B;
    margin: 0px;
}

hr.px2m {
    border: 2px solid #0DC95B;
    margin: 20px 0px 20px 0px;
}
ul.ul1 {
    color: green;  /* W=no padding-left */
}
ul.ul1 li {
   margin:0 0 10px 0;   
}
ul.ul2 {
    font-size: 80%;
}
/* img left text to the side */
.cont2col {
    display: flex;
    align-items: center;
    justify-content: center
}
.imageleft {
    flex-basis: 10%;
}
.contimg {
    max-width: 100%;
}
.imagetop {
    visibility: hidden;
    height: 0px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.contxt {
    font-size: 20px;
    padding-left: 20px;
}

/* Link row with a button */
.menubutton {
    margin-bottom: 20px;
}
.a1 {
    color: DarkGreen;
    text-decoration: none;
    margin-bottom: 20px;
}
.a2 {
    color: DarkGreen;
    text-decoration: none;
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: 16px;
}
.a3 {
    color: DarkGreen;
    text-decoration: none;
}
.topnav {
    margin: 20px 0px 20px 0px;
}

.menurow {
    height: 64px;
    display: flex;
    cursor: pointer;
    align-items: center;
}

.menutext {
    float: left;
    margin-left: 15px;
    font-size: 24px;
    color: black;
}

.circle {
    border-radius: 50%;
    color: white;
    text-align: center;
    margin-left: 8px;
    margin-right: 4px;
    color: black;
    background-color: #0DC95B;
}

.cs64 {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 32px;
    color: white;
}

.fs32 {
    font-size: 32px;
}

.fs40 {
    font-size: 40px;
}
.aimg {
    height: 95%;
}
.wimg {
    height: 95%;
}
.br1 {
  display: none;
}

@media only screen and (max-width: 620px) {
  /* For mobile phones: */
.imagetop {
    visibility: visible;
    height: auto;
    }
.imageleft {
    flex-basis: 0%;
    }
.br1 {
    display: block;
    }
.aimg {
    width: 100%;
    }
}
