body {
  max-width: 1200px;
  margin: auto;
}

/* body {
  display: grid;
} */

header {
  background: #ddd;
  max-width: 1200px;
  display: grid;
  grid-template-columns: auto 20%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


#hyozan-logo {
  height: 90px !important;
}

.navbar-right {
  display: flex;
  justify-content: right;
  align-items: center;
}
#burger-menu {
  height: 55px;
  padding: 10px;
  
}

#navlinks {
  display: none;
}

#navlinks a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 17px;
  display: block;
}

.main {
  /* width: 100%; */
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;  
  font-style: normal;
  word-wrap:break-word;
  width: 100%;
  word-wrap: break-word;
  overflow: hidden;
  padding-top: 90px;
}

#rotate-text {
  filter: drop-shadow(2px 2px rgb(36, 35, 35) );
}

.footer {
  background: lightgray;
  padding-left: 30px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;  
  font-style: normal;
  
}


.content-box {
  /* border-color: aqua;
  border-bottom-width: 4px ;
  border-style: solid; */
  /* padding: 10px; */

  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;  
  font-style: normal;
  word-wrap:break-word;
  width: 100%;
  overflow: auto;
  /* display: grid; */
  /* background-color: bisque; */

}

.center {
  margin:auto;  
  overflow: auto;
  word-wrap:break-word;
}

.featured {
  font-size: 20px;
  overflow: auto;
  text-align: center;
}

.subheading {
  font-size: 33px;
  color: darkgreen;
  text-align: center;
}

#hero-content {
  background-color: #00668f;
  background-image: url("../img/hero_background.svg");
  font-size: 24px;
  color: #fafafa;
  padding: 20px;
 /* background by SVGBackgrounds.com */
}

.hero-list {
  list-style-image: url('img/yellow-circle.svg');
  list-style-type:circle;
  column-count: 2;
}

#headline {
  color: #fafafa;
  font-size: 46px;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px #1a353f;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.content-row {
  padding-right: 20px;
}
.content-row p {
  padding-right: 20px;
}
.key-features-holder {
  display: grid;
  grid-template-columns: 100%;
  column-gap: 20px;
} 

@media only screen and (min-width: 768px) {
  .key-features-holder {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 20px;
  } 
}



.key-features-block {
  background-color: #ffebcd;
  margin: 20px;
  border: #a33;
  border-style: none;
  box-shadow: 10px 10px 5px #eeeeee;
}

.key-features-block h3 {
  color:#a33;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.key-features-block p {
  font-size: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  padding: 10px 20px 10px 20px;
  text-align: left;
  
}


.key-features-img {
  max-height: 250px; 
  max-width: 100%;
  display: block;
  padding-top: 20px;
  margin: auto;
}
