* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: #edeff0 url(../images/background.png) repeat;
  color: #5b5b5b;
  font: normal 1em/1.5 sans-serif;
}
img {
  width: 100%;
}
.container {
  margin: auto;
  max-width: 800px;
}
#menu-bar {
  background-color: #ddddde;
  display: table;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
#logo,
#menu {
  display: table-cell;
}
#logo {
  background: url(../images/logo.bmp) no-repeat;
  height: 67px;
  width: 200px;
}
#logo a {
  text-decoration: none;
}
#menu {
  padding-left: 0;
  text-align: right;
  vertical-align: middle;
}
#menu li {
  background-color: #3f9b41;
  border-radius: 5px;
  display: inline-block;
  margin-right: 0.5em;
}
#menu a {
  color: #fff;
  display: block;
  font-size: 0.75em;
  padding: 0.75em 1.25em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#mobile-menu {
  cursor: pointer;
  float: right;
  left: 90%;
  padding: 10px 35px 16px 0;
  position: absolute;
  top: 3%;
  visibility: hidden;
}
#mobile-menu span,
#mobile-menu span:before,
#mobile-menu span:after {
  background: #3f9b41;
  border-radius: 1px;
  cursor: pointer;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  width: 35px;
}
#mobile-menu span:before {
  top: -10px;
}
#mobile-menu span:after {
  bottom: -10px;
}
#banner {
  margin-top: 4.15em;
}
#intro,
#about,
#info,
#community #contact,
#received {
  padding-top: 2.25em;
}
.section-heading,
.section-sub-heading {
  margin-bottom: 0.5em;
  text-align: center;
}
.section-heading {
  font-size: 2.5em;
}
.section-sub-heading {
  font-size: 1.75em;
}
#top {
  margin-top: -1.5em;
}
#headline {
  font-size: 2.5em;
}
#subheading {
  font-size: 1.75em;
}
#main-info-1,
#main-info-2,
#main-info-3 {
  font-size: 1.25em;
}
#headline,
#subheading,
#main-info-1,
#main-info-2,
#main-info-3 {
  text-align: center;
}
#subheading,
#main-info-2 {
  padding-bottom: 2.25em;
}
#main-info-3 {
  padding-bottom: 2.5em;
}
#about {
  background-color: #f4f4f4;
  margin: auto;
  overflow: auto;
}
#promos {
  padding-top: 2em;
}
.promo {
  background-repeat: no-repeat;
}
#promo-one {
  background-image: url(../images/p1.png);
}
#promo-two {
  background-image: url(../images/p2.png);
}
#promo-three {
  background-image: url(../images/p3.png);
}
#promo-four {
  background-image: url(../images/p4.png);
}
#promo-five {
  background-image: url(../images/p5.png);
}
#promo-six {
  background-image: url(../images/p6.png);
}
.promo-title {
  font-size: 1.25em;
  font-weight: 700;
  padding-left: 3.5em;
}
.promo-content {
  font-size: 1em;
  line-height: 1.5em;
  padding-bottom: 4em;
  padding-left: 4.4em;
  width: 90%;
}
#community {
  background-color: #e9e9e9;
  margin: auto;
  overflow: auto;
}
#community-headline {
  font-size: 2.5em;
}
#community-subheading {
  font-size: 1.75em;
  margin-bottom: 10px;
  margin-top: 0;
}
#community-headline,
#community-subheading {
  text-align: center;
}
#community-section-1,
#community-section-2,
#community-section-3 {
  font-size: 1.25em;
}
#community-section-1,
#community-section-2,
#community-section-3 {
  text-align: center;
}
#community-section-2 {
  padding-bottom: 1.75em;
}
#community-section-3 {
  padding-bottom: 2.25em;
}
#info {
  background: #edeff0 url(../images/baseball-team.png) 50% 0 no-repeat fixed;
  background-size: cover;
  color: white;
  text-align: center;
}
#info-pics {
  padding-top: 2em;
}
#info div img {
  margin: 1%;
  padding-bottom: 1.25em;
  width: 30%;
}
#install-pic1,
#install-pic2 {
  margin-right: 25px;
}
#contact,
#received {
  background: #e6e6e6 url(../images/background.png) repeat;
}
#contact-message,
#contact-reply-message {
  text-align: center;
}
#contact-form {
  background-color: #cfe1ee;
  border: 0 solid blue;
  border-radius: 15px;
  font-size: 0.8em;
  margin: 0 auto;
  padding: 1.5em;
  width: 60%;
}
.form-label {
  font-size: 0.9em;
}
.form-textbox,
.form-textarea {
  display: block;
  margin: 0 0 1em;
  width: 100%;
}
.form-textarea {
  resize: none;
}
.phone-no {
  display: none;
}
#form-button {
  background-color: #3f9b41;
  border: 1px solid #61c4ea;
  border-bottom-color: #333;
  border-radius: 5px;
  color: #fff;
  display: block;
  float: none;
  font-family: Arial, sans-serif;
  margin: 1em auto;
  padding: 0.5em;
  width: 9em;
}
#form-button:hover {
  background-color: #2f67af;
}
#contact-reply-message {
  font-size: 1.25em;
  padding-bottom: 3em;
  padding-top: 4em;
}
#contact-reply-closing-line {
  font-size: 1.75em;
  padding-bottom: 2em;
  padding-top: 2em;
  text-align: center;
}
#contact-closing-line {
  font-size: 1.25em;
  padding-bottom: 2em;
  padding-top: 2em;
  text-align: center;
}
#footer {
  background-color: #272626;
  color: #9e9e9e;
  font-size: 0.75em;
  margin-top: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
}
#tagline {
  font-size: 0.75em;
}
#tagline a {
  text-decoration: none;
}
#tagline a:active,
#tagline a:hover,
#tagline a:visited {
  color: #9e9e9e;
}
#back-to-top {
  background: #3f9b41;
  bottom: 2em;
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  font-size: 0.75em;
  font-weight: 700;
  height: 3em;
  opacity: 0.4;
  padding: 1em;
  position: fixed;
  right: 0.5em;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 3em;
}
#back-to-top:hover {
  opacity: 0.8;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
}
@media (max-width: 575px) {
  #banner {
    margin-top: -0.1em;
  }
  .banner img {
    margin-top: 25px;
  }
  #logo,
  #menu,
  #menu li {
    display: block;
    margin: 1px;
    width: initial;
  }
  #logo {
    width: 100%;
    padding-bottom: 15px;
  }
  #menu {
    display: none;
  }
  #menu li {
    margin-top: 15px;
  }
  #menu-bar {
    position: relative;
  }
  #mobile-menu {
    visibility: visible;
  }
}
@media only screen and (min-width: 200px) and (max-width: 319px) {
  #menu {
    display: none;
  }
  #mobile-menu {
    left: 85%;
  }
  #banner {
    margin-top: 0;
  }
  #headline {
    font-size: 1.5em;
    padding-bottom: 0.75em;
  }
  #subheading {
    display: none;
  }
  #main-info-1,
  #main-info-2,
  #main-info-3 {
    font-size: 0.85em;
    padding: 0.5em;
  }
  .section-heading {
    font-size: 1em;
  }
  .section-sub-heading {
    font-size: 1em;
    padding-bottom: 1em;
  }
  #intro,
  #about,
  #info,
  #received {
    padding-left: 0.25em;
    padding-top: 0.25em;
  }
  #promo-one {
    background-image: url(../images/p1-s.png);
  }
  #promo-two {
    background-image: url(../images/p2-s.png);
  }
  #promo-three {
    background-image: url(../images/p3-s.png);
  }
  #promo-four {
    background-image: url(../images/p4-s.png);
  }
  #promo-five {
    background-image: url(../images/p5-s.png);
  }
  #promo-six {
    background-image: url(../images/p6-s.png);
  }
  .promo-title {
    font-size: 0.85em;
    font-weight: 700;
    padding-left: 2.5em;
  }
  .promo-content {
    font-size: 0.85em;
    line-height: 1.5em;
    padding-bottom: 2em;
    padding-left: 2.5em;
    width: 90%;
  }
  #info-text {
    font-size: 0.85em;
    padding: 0 1em;
  }
  #info div img {
    width: 60%;
  }
  #install-pic1 {
    margin-left: 15px;
  }
  #install-pic1,
  #install-pic2 {
    margin-right: 0;
  }
  #contact-message {
    display: none;
  }
  #contact-form {
    padding: 0.75em;
    width: 95%;
  }
  .form-textbox,
  #form-textarea {
    margin: 0 0 0.75em;
  }
  #contact-reply-message {
    font-size: 1em;
    padding: 0.5em 2em;
  }
  #contact-reply-closing-line {
    font-size: 1.25em;
    padding: 0.75em 0 2em 0;
  }
  #contact-closing-line {
    font-size: 1em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #menu {
    display: none;
  }
  #mobile-menu {
    left: 88%;
  }
  #headline {
    font-size: 1.75em;
  }
  #subheading {
    font-size: 1.25em;
    padding-bottom: 0.75em;
  }
  #main-info-1,
  #main-info-2,
  #main-info-3 {
    font-size: 1em;
    padding: 1em 1.5em;
  }
  .section-heading {
    font-size: 1.5em;
  }
  .section-sub-heading {
    font-size: 1.25em;
  }
  #intro,
  #about,
  #info,
  #contact,
  #received {
    padding-top: 0.75em;
  }
  #promos {
    padding-left: 2em;
  }
  #promo-one {
    background-image: url(../images/p1-s.png);
  }
  #promo-two {
    background-image: url(../images/p2-s.png);
  }
  #promo-three {
    background-image: url(../images/p3-s.png);
  }
  #promo-four {
    background-image: url(../images/p4-s.png);
  }
  #promo-five {
    background-image: url(../images/p5-s.png);
  }
  #promo-six {
    background-image: url(../images/p6-s.png);
  }
  .promo-title {
    font-size: 0.95em;
    font-weight: 700;
    padding-left: 2.75em;
  }
  .promo-content {
    font-size: 0.95em;
    line-height: 1.5em;
    padding-bottom: 2em;
    padding-left: 2.75em;
    width: 80%;
  }
  #info-text {
    font-size: 1em;
    padding: 0 2em;
  }
  #info div img {
    width: 50%;
  }
  #install-pic1 {
    margin-left: 20px;
  }
  #install-pic1,
  #install-pic2 {
    margin-right: 0;
  }
  #contact-message {
    padding-bottom: 1em;
  }
  #contact-form {
    padding: 0.75em;
    width: 95%;
  }
  #contact-reply-message {
    font-size: 1em;
    padding: 0.5em 2em;
  }
  #contact-reply-closing-line {
    font-size: 1.25em;
    padding: 0.75em 0 2em 0;
  }
  #contact-closing-line {
    font-size: 1em;
    font-weight: 700;
    padding-bottom: 1em;
    padding-top: 1em;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  #headline {
    font-size: 2em;
  }
  #subheading {
    font-size: 1.75em;
    padding-bottom: 0.75em;
  }
  #main-info-1,
  #main-info-2,
  #main-info-3 {
    font-size: 1.15em;
    padding: 1em 1.5em;
  }
  .section-heading {
    font-size: 1.75em;
  }
  .section-sub-heading {
    font-size: 1.5em;
  }
  #intro,
  #about,
  #info,
  #contact,
  #received {
    padding-top: 0.75em;
  }
  #promos {
    padding-left: 2em;
  }
  #promo-one {
    background-image: url(../images/p1.png);
  }
  #promo-two {
    background-image: url(../images/p2.png);
  }
  #promo-three {
    background-image: url(../images/p3.png);
  }
  #promo-four {
    background-image: url(../images/p4.png);
  }
  #promo-five {
    background-image: url(../images/p5.png);
  }
  #promo-six {
    background-image: url(../images/p6.png);
  }
  .promo-title {
    font-size: 1.15em;
    font-weight: 700;
    padding-left: 4.25em;
  }
  .promo-content {
    font-size: 1em;
    line-height: 1.5em;
    padding-bottom: 2em;
    padding-left: 4.75em;
    width: 80%;
  }
  #info-text {
    font-size: 1em;
    padding: 0 2em;
  }
  #info div img {
    width: 50%;
  }
  #install-pic1 {
    margin-left: 25px;
  }
  #install-pic1,
  #install-pic2 {
    margin-right: 0;
  }
  #contact-message {
    padding-bottom: 1em;
  }
  #contact-form {
    width: 95%;
  }
  #contact-closing-line {
    padding-bottom: 1em;
    padding-top: 1em;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  #headline {
    font-size: 2.25em;
  }
  #subheading {
    font-size: 1.5em;
    padding-bottom: 0.75em;
  }
  #main-info-1,
  #main-info-2,
  #main-info-3 {
    font-size: 1.15em;
    padding: 1em 1.5em;
  }
  .section-heading {
    font-size: 2.25em;
  }
  .section-sub-heading {
    font-size: 1.75em;
  }
  #intro,
  #about,
  #info,
  #contact,
  #received {
    padding-top: 1.75em;
  }
  #promos {
    padding-left: 4.5em;
  }
  #promo-one {
    background-image: url(../images/p1.png);
  }
  #promo-two {
    background-image: url(../images/p2.png);
  }
  #promo-three {
    background-image: url(../images/p3.png);
  }
  #promo-four {
    background-image: url(../images/p4.png);
  }
  #promo-five {
    background-image: url(../images/p5.png);
  }
  #promo-six {
    background-image: url(../images/p6.png);
  }
  .promo-title {
    font-size: 1.15em;
    font-weight: 700;
    padding-left: 4em;
  }
  .promo-content {
    font-size: 1em;
    line-height: 1.5em;
    padding-bottom: 2em;
    padding-left: 4.5em;
    width: 80%;
  }
  #info-text {
    font-size: 1.5em;
    padding: 0 2em;
  }
  #info div img {
    width: 50%;
  }
  #contact-message {
    padding-bottom: 1em;
  }
  #contact-form {
    width: 75%;
  }
  #contact-closing-line {
    padding-bottom: 1em;
    padding-top: 1em;
  }
}
@media (min-width: 768px) {
  .promo {
    float: left;
    width: 50%;
  }
  #install-pic1 {
    margin-left: 10px;
  }
  #install-pic1,
  #install-pic2 {
    margin-right: 15px;
  }
}
