@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  overflow-x: hidden;
}
#headerwrapper {
  width: 100%;
  height: 110px;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  -moz-box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.25);
}
#header {
  width: 97%;
  height: 110px;
  margin: 0 auto;
}
.logo {
  width: 100%;
  height: auto;
  text-align: left;
  float: left;
}

h1 {
  display: inline-block;
  font-family:
    "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed",
    Helvetica, Arial, "sans-serif";
  font-size: 30px;
  line-height: 25px;
  text-align: left;
  font-weight: bold;
  color: #000000;
  padding: 30px 0 25px 0;
  margin: -2px 0 -9px 0;
}
p {
  display: inline-block;
  font-family:
    "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed",
    Helvetica, Arial, "sans-serif";
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  font-weight: 400;
  color: #000000;
  padding: 10px 0px 20px 0;
  margin: -2px 0 -9px 0;
}
.logo img {
  height: 70px;
  width: auto;
  padding-top: 20px;
}
#headerimagewrapper {
  height: auto;
  margin: 0 auto;
  top: 180px;
  position: relative;
  width: 50%;
}
#headerimage {
  width: 100%;
  height: 100%;
  z-index: 10;
}
#headerimage::before {
  content: "";
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 100%;
  height: 100%;
}
.headercontent {
  background-color: #ffffff;
  padding: 0 30px 30px 30px;
  border: none;
  border-radius: 10px;
  -moz-box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.25);
  height: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 1180px) {
  #headerimagewrapper {
    width: 60%;
  }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  #headerimagewrapper {
    width: 80%;
  }
}

@media screen and (min-width: 0px) and (max-width: 640px) {
  .headercontent img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 420px) {
  #headerimagewrapper {
    width: 90%;
  }
}
@media screen and (min-width: 0px) and (max-width: 375px) {
  .logo img {
    height: 55px;
    width: auto;
    padding-top: 20px;
  }
}
