 body {
  background: url("./img/back2.jpg");
  background-repeat: repeat;
  font-family: "Open Sans", sans-serif;
  font-size: 18px; /* set root font size */
}

h1 {
  font-family: 'Bevan', serif;
  font-size: 3.5em;
  color: black;
  padding-top: 20px;
}

h2 {
  font-family: 'Bevan', serif;
  font-size: 2.5em;
  padding-bottom: 50px;
  padding-top: 60px;
}

h3 {
  font-family: 'Bevan', serif;
  font-size: 1.5em;
  padding-top: 25px;
  padding-bottom: 25px;
}

li {
  padding-bottom: 10px;
}

.titleBar {
  text-align: center;
  padding-bottom: 25px;
  color: black;
  width: 100%;
  background-color: white;
}

.homeIcon {
  padding-right: 25px;
  position: absolute;
  top: 0;
  padding-left: 15px;
  padding-top: 15px;
}

.subTitleBar {
  text-align: center;
  background-color: black;
  color: white;
}

.menuTitle {
  font-family: 'Bevan', serif;
  font-size: 2em;
}

.nptxt {
  font-size: 1em;
}

.mmc {
  font-size: 1.5em;
  line-height: 2em;
}

a.mmc:link, a.mmc:visited {
  color: green;
  text-decoration: none;
}

a.mmc:hover {
  color: darkgreen;
  font-weight: bold;
  text-decoration: none;
}

.wrapper1 {
  display: grid;
  grid-template-columns: 28.0fr 29.0fr 43.0fr;
  grid-gap: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 930px;
}

.mainBox {
  margin-right: auto;
  margin-left: auto;
  width: 930px;
  text-align: left;
  background-color: rgba(255,255,255,0.7);
  padding: 10px;
}

.footer {
  background-color: black;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
}

.footerLink {
  color: white;
  text-decoration: none;
}

.ga { grid-column: 1; grid-row: 1;}
.gb { grid-column: 2; grid-row: 1;}
.gc { grid-column: 3; grid-row: 1;}

.wrapper2 {
  display: grid;
  grid-template-columns: 29.5fr 42.5fr 28.0fr;
  grid-gap: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 930px;
}

.gd { grid-column: 1; grid-row: 1;}
.ge { grid-column: 2; grid-row: 1;}
.gf { grid-column: 3; grid-row: 1;}


.wrapper3 {
  display: grid;
  grid-template-columns: 20fr 80fr;
  grid-gap: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.g3l { grid-column: 1; grid-row: 1; align-self: center; justify-self: center}
.g3r { grid-column: 2; grid-row: 1; align-self: center; justify-self: center; text-align: center}

.wrapper4 {
  display: grid;
  grid-template-columns: 80fr 20fr;
  grid-gap: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.g4l { grid-column: 1; grid-row: 1; align-self: center; justify-self: center; text-align: center}
.g4r { grid-column: 2; grid-row: 1; align-self: center; justify-self: center}

.wrapper5 {
  display: grid;
  grid-template-columns: 33fr 67fr;
  grid-gap: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.g5l { grid-column: 1; grid-row: 1; align-self: center; justify-self: center}
.g5r { grid-column: 2; grid-row: 1; align-self: center; justify-self: center}

.wrapper6 {
  display: grid;
  grid-template-columns: 67fr 33fr;
  grid-gap: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.g6l { grid-column: 1; grid-row: 1; align-self: center; justify-self: center; text-align: center}
.g6r { grid-column: 2; grid-row: 1; align-self: center; justify-self: center}

.iBox {
    position: relative;
}

.iBox:hover .poptxtbox {
  opacity: 1;
}

.iBox:hover .image {
  opacity: 0.7;
}

.image {
  width: 100%;
  transition: .5s ease;
}

.frimg {
    border: 2px solid #555;
}

.poptxtbox {
  position: absolute;
  top: 50%;
  left: 0%;
  opacity: 0;
  background-color: gray;
  transition: .5s ease;
}

.poptxt {
  color: white;
  padding: 5px;
  background-color: #04AA6D;
}

.imgfl {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

.imgfr {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}

.imgclr {
  clear: both;
}

.cbox {
  text-align: center;
}

.cbox2 {
  text-align: center;
  margin-top: 50px;
}

.banner1 {
background-image: url("./img/about.jpg");
background-size: cover;
background-color: rgba(255,255,255,0.7);
 background-blend-mode: lighten;
  text-align: center;
}

.banner2 {
background-image: url("./img/email.jpg");
background-size: cover;
background-color: rgba(255,255,255,0.7);
 background-blend-mode: lighten;
  text-align: center;
}

@media screen and (max-width: 1000px ) {
  h1 { font-size:5em}
  h2 { font-size:4em}
  h3 { font-size:3em}
  p { font-size: 2.5em }
  li { font-size: 2.5em }
  .btn { font-size: 1em}
  .mmc { font-size: 2.5em; line-height: 3em; }
  .nptxt { font-size: 2.5em }
  .menuTitle { font-size: 3.5em }
  .footerLink { font-size: 3em}
  .modal-dialog { width: 80%; margin: auto; max-width: 80%; }
}
