body{
    font-family: 'Roboto', sans-serif;
}
img{
    max-width: 100%;
}
.text_white{
    color: #fff;
}
.banner_component{
    background: #ed3237;
}
.banner_content h1{
    font-size: 50px;
    font-weight: 100;
}
.banner_content h1>strong{
    font-size: 43px;
    font-weight: 400;
}
.banner_content p{
    font-weight: 400;
    font-size: 24px;
}

/* ======================= MIDSECTION COMPONENT ========================== */
.midsection_component{
    background: url(../images/mid_section_bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}
.midsection_content h1{
    font-size: 28px;
    font-weight: 300;
}
.midsection_content p{
    font-size: 18px; 
    font-weight:400; 
}


.feature_component{
    background: #f1f1f1;
}
.feature_label h2{
    font-size: 62px;
    font-weight: 400;
}
.feature_label h2 span{
    color: #ed3237;
}
.feature_label p{
    font-size: 24px;
    font-weight: 400;
    color: #636262;
}
.feature_component .features h1{
    font-size: 33px;
    font-weight: 300;
}
.feature_component .features p{
    font-size: 20px;
    font-weight: 400;
    color: #636262;
}
.feature_component .features:not(:last-child) {
    margin-bottom: 4rem;
}
button.button-red {
    margin: auto;
    display: table;
    padding: 14px;
    background: #ed3237;
    color: #fff;
    border: none;
    border-radius: 50px;
}

section.video_component.pt-5.pb-5 {
    background: #ed3237;
}
section.video_component.pt-5.pb-5 iframe {
    margin: auto;
    display: table;
}


.footer-basic {
  padding:40px 0;
  background-color:#ffffff;
  color:#4b4c4d;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  margin-bottom:0;
}

.footer-basic li {
  padding:0 10px;
}

.footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .social {
  text-align:center;
  padding-bottom:25px;
}

.footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
}

.footer-basic .social > a:hover {
  opacity:0.9;
}

.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#aaa;
  margin-bottom:0;
}

@media(max-width:600px){
    
    .midsection_content h1{
            font-size: 25px !important;
            font-weight: 300;
        }
}
