.gcm-header-block {
  width: 100%;
}
.gcm-header-block a:hover, .gcm-header-block a:focus {
  color:#fff;
  text-decoration-color: #fff;
}
.gcm-header {
  background-image:url('/sites/default/files/capitolbuilding2.png');
  min-height: 600px;
  /*background-position: center;*/
  background-repeat: no-repeat;
  background-size: cover;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
 
}
.gcm-header-block a {
  text-decoration: none;
}
.gcm-header img {
  max-width: 615px;
  margin: 0 auto;
}
span.gcm-header-span {
  box-shadow: 0 3000px rgba(225,225,225, 0.8) inset;
  padding: 10px;
}
.gcm-header h1 {
  font-size:2.25em;
  color:#554F47;
  white-space: nowrap;
  margin-top:20%;
}
.content-header .container .header-details h3.gcm-hours-note {
  font-size: 1.4em;
  font-weight: bold;
}
div.gcm-socialmedia {
  float:right;
}
div.for-educators {
  width:100vw;
  background-color:#C8D8EB;
}
.for-educators {
  background-color:#C8D8EB;

}
div.for-educators table tr td {
  border:none !important;
  background-color:#C8D8EB;
 
}
a.for-educators {
  text-decoration: none;
}

div.for-educators tr {
  border-bottom:none !important;
}
div.for-educators img {
  
  max-width: 250px;
  max-height:250px;

}
td.for-educators-cell-one {
 width:55%;
 padding-left:10%;
}
td.for-educators-cell-one h1 {
 font-family:"Oswald", sans-serif;
 font-size:54px;
 font-weight:400;
 color:#000;
 margin-bottom:10%;
}
td.for-educators-cell-one h2 {
  font-family:"Merriweather Sans", sans-serif;
  color:#554F47;
  font-weight:normal;
  font-size:22px;
}
td.for-educators-cell-two {
  width:45%;
  padding-left:10%;
 }

 @media (min-width: 1800px) {
  .gcm-header h1 {
    font-size:3.25em;
    color:#554F47;
    white-space: nowrap;
    margin-top:10%;
  }
 }

@media (max-width: 992px) {
  .gcm-header img {
    max-width: 500px;
  }
  
}

@media (max-width: 768px) {
  .gcm-main-menu ul.menu {
    flex-direction: column;
  }
  .gcm-header {
    min-height: 300px;
  }
  .gcm-header img {
    max-width: 400px;
  }
  .gcm-header h1 {
    font-size: 1.8em;
    white-space: nowrap;
  }
 
}
@media (max-width: 570px) {

  .gcm-header {
    min-height: 250px;
  }
  .gcm-header h1 {
    font-size: 1.1em;
    white-space: nowrap;
  }

  .gcm-header img {
    max-width: 350px
  }
  td.for-educators-cell-one h1 {
    font-family:"Oswald", sans-serif;
    font-size:30px;
    font-weight:400;
    color:#000;
    margin-bottom:10%;
   }
   td.for-educators-cell-one h2 {
     font-family:"Merriweather Sans", sans-serif;
     color:#554F47;
     font-weight:normal;
     font-size:15px;
   }
   td.for-educators-cell-one {
    width:50%;
    padding-left:5%;
   }
   td.for-educators-cell-two {
    width:50%;
    padding-left:0;
   }
}
@media (max-width: 400px) {
  .gcm-header {
    min-height: 200px;
  }
  .gcm-header img {
    max-width: 280px;
  }
  .gcm-header h1 {
    font-size: 1em;
    white-space: nowrap;
  }
  div.for-educators img {
    padding:0;
    max-width: 140px;
    max-height:140px;
  
  }
  td.for-educators-cell-one h1 {
    font-family:"Oswald", sans-serif;
    font-size:30px;
    font-weight:400;
    color:#000;
    margin-bottom:10%;
   }
   td.for-educators-cell-one h2 {
     font-family:"Merriweather Sans", sans-serif;
     color:#554F47;
     font-weight:normal;
     font-size:15px;
   }
   
}
