#missionstatement {
  background: #fafafa; }
  #missionstatement .head {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 500px;
    background: #edf8fd url(../../img/head/mission_statement.png) no-repeat;
    -moz-background-size: 300px;
    -o-background-size: 300px;
    -webkit-background-size: 300px;
    background-size: 300px;
    background-position: 50%;
    position: relative; }
    #missionstatement .head h1 {
      padding: 0 20px;
      margin: 0;
      position: relative;
      z-index: 2;
      font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
      font-size: 50px;
      color: #333;
      text-shadow: 2px 2px 0 #fff; }
    #missionstatement .head .content {
      padding: 0 0 5px 0;
      position: relative;
      z-index: 2;
      background: linear-gradient(rgba(0, 0, 0, 0) 82%, #69c4f2 18%); }
  #missionstatement .container {
    width: 1200px;
    padding: 40px;
    margin: 0 auto;
    background: #fff; }
  #missionstatement .content {
    width: 60%;
    margin: 60px auto 100px auto; }
  #missionstatement p {
    margin: 30px;
    font-size: 24px;
    line-height: 50px; }

@media screen and (max-width: 1200px) {
  #missionstatement .container {
    width: auto; } }
@media screen and (max-width: 1000px) {
  #missionstatement .content {
    width: 100%; } }
@media screen and (max-width: 768px) {
  #missionstatement .head h1 {
    font-size: 40px; } }
@media screen and (max-width: 500px) {
  #missionstatement .head h1 {
    font-size: 30px; }
  #missionstatement p {
    font-size: 20px;
    line-height: 40px; } }
@media screen and (max-width: 425px) {
  #missionstatement .head {
    -moz-background-size: 250px;
    -o-background-size: 250px;
    -webkit-background-size: 250px;
    background-size: 250px; }
  #missionstatement .container {
    padding: 40px 20px 34px 20px; }
  #missionstatement .content {
    margin: 20px auto 100px auto; } }
