body {
  background-color: rgba(112, 183, 218, 0.75); 
}
.underline {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 2.5px; 
  color: cyan;
}
* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

a {
  text-decoration: none;
  color: white;
}

.header1 {
  background-color: rgba(13, 169, 78, 0.25);
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 24px;
  text-align: center;
}
.header2 {
  color: #ffffff;
  padding: 10px;
  font-size: 24px;
  text-align: center;
}

.cshlogo {
  margin: auto;
  width: 250px;
  height: 250px;
  box-shadow: 15px 15px 6px 2px rgb(215, 217, 219);
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #33b5e5;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.50), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #00ccc2;
}

.aside {
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
  background-color: #0099cc;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
  margin-top: 100px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

#rabbis_blog_button {
  width: 325px;
  height: 150px;
  border-style: solid;
  border-width: 0.2rem;
  border-color: lightblue;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  color: white;
  background-color: rgba(112, 183, 230, 0.5);
  box-shadow: 5px 5px rgba(118, 173, 161, 1);
}

#iFrame-Menu_Left {
  background-color: rgba(112, 183, 218, 0.75); 
  width: 25%;
  height: auto;
}
/*
Additional CSS follows...

#admin_message_box {
  position: relative;
  float: left;
  width: 1250px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 10px;
  border-style: dotted;
  border-color: rgba(72, 61, 139, 0.50);
  border-width: 3px 3px 3px 3px;
}


body {
  width: 100%;
  background-color: rgb(112, 183, 218);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
a {
  text-decoration: none;
}
.center {
  margin: auto;
  width: 70%;
  padding: 10px;
}
.clear {
  clear: both;
}
.greenbox {
  background-color: rgb(13, 169, 78);
  width:100%;
  height:50px;
  text-decoration: none;
  margin-top: 0px;
  padding-top: 12px;
  color: white;
  font-size: 24px;
  text-align: center;
}
.cshlogo {
  width: 25%;
  float: left;
  top: 0px;
  padding: 12px;
}
.headertext {
  width: 70%;
  position: relative;
  float: left;
  top: 0px;
  margin-left: 10px;
  color:white;
  font-size: 18pt;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
}
.navbox {
  position:relative;
  float:left;
  width: 100%;
  height:50px;
  margin-top: 15px;
  margin-bottom: 50px;
  padding-top: 15px;
  padding-bottom: 50px;
  background-color:rgb(112, 183, 218);
  border-style:solid;
  border-color: rgba(0, 0, 0, 0.0);
  border-width: 1px 1px 1px 1px;
  text-decoration: none;
  }
.grid-container {
display: grid;
grid-template-columns: auto auto auto;
background-color: rgba(255, 255, 255, 0.8);
text-align: center;
padding: 20px 0;
font-size: 30px;
}
.item1 {
grid-column: 1 / span 2;
}
  .grid-container {
    display: grid;
    grid-template-columns: auto auto;
    background-color: #2196F3;
    padding: 10px;
  }
  
  .grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 30px;
    text-align: center;
  }
#fullwidthbox {
  width: 100%;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}  
.buttonboxThisPg {
  background-color: yellow;
  position: relative;
  float:left;
  width:150px;
  height:40px;
  margin-left:30px;
  margin-top: 10px;
  margin-right:30px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 0.75rem;
  font-weight:bold;
  color:black;
  text-align: center;
  vertical-align: text-bottom;
  text-decoration: none;
  border-style: solid;
  border-color: white;
  border-width: 2px;
  box-shadow: 5px 5px 1px rgba(31, 96, 118, 0.50);
}
.buttonbox {
  position: relative;
  float:left;
  width:15%;
  height:40px;
  margin-left:30px;
  margin-top: 10px;
  margin-right:30px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 0.75rem;
  font-weight: bold;
  color:black;
  text-align: center;
  vertical-align: text-bottom;
  text-decoration: none;
  border-style: solid;
  border-color: white;
  border-width: 2px;
  box-shadow: 5px 5px 1px rgba(31, 96, 118, 0.50);
}
.clear {
  clear: both;
}
h2 {
  color:black;
}
p {
  color:black;
  font-size:12pt;
}
#leftbox {
  position: relative;
  float: left;
  display: block;
  margin-top: 5px;
  width: 66%;
  font-size: 14pt;   
}
#text_main {
  position: relative;
  float: left;
  margin-top: 5px;
    width:66%;
}
#homepgbox {
  position: relative;
  float: left;
  width: 300px;
  color: white;
  background-color:rgb(16, 196, 163);
  box-shadow: 10px 10px gray;
  text-align: center;
  padding: 15px;
  margin-bottom: 30px;
  font-size: 16pt;
  margin-left: 30%;
}
#rightbox {
  position: relative;
  float: left;
  display: block;
  margin-top: 5px;
  width: 33%;
  font-size: 14pt;
}	
#homepgboxright {
  position: relative;
  float: left;
  width: 33%
  color: white;
  background-color:rgb(16, 196, 163);
  box-shadow: 10px 10px gray;
  text-align: center;
  padding: 15px;
  margin-bottom: 30px;
  font-size: 16pt;
  margin-left: 15%;
  margin-right: 15%;
}
.fromtherabbi {
width: 90%;
font-family: cursive;
font-size: 24pt;
text-align: center;
}
.subscribebtn {
background-color: rgb(13, 169, 78);
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
*/