

#wrapper: {
  min-height: 100%; */
}


.section_wrapper, .container {
  max-width: 1220px;
  margin: 0 auto;
}

#logo {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 15px 0;
}

.mcb-wrap-inner {
   max-width: 610px;
   margin: 0 0 0 auto;  
}

#Footer {
  color: white;
  background-color: #ed2028;
  font-size: 17px;
  
}

.copyright {
  height: 85px;
  line-height: 85px;
  padding: 0px 0px;

}

h3 {
  font-size: 45px;
  line-height: 60px;
  font-weight: 900;
  letter-spacing: 0px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}

@media only screen and (max-width: 479px) {
  h3 {
    font-size: 27px;
    line-height: 36px;
    letter-spacing: 0px;
    font-weight: 900;
  }
}

@media only screen and (max-width: 767px) {
  .section_wrapper, .container, .four.columns .widget-area {
    max-width: 480px !important;
  }
  .section_wrapper, .container, .four.columns .widget-area {
    max-width: 700px !important;
    padding-left: 33px !important;
    padding-right: 33px !important;
  }
}

