.header-img {
    position:relative;
}

header {
    background:url(../img/header.jpg) no-repeat center center scroll;
    height: 900px;
}

.bg-light  {
    background-color:rgba(0, 0, 0, 0.5)!important;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF!important;
    font-weight: 700;
    font-size: larger;
    margin-left: 3rem;
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-left: 1rem;
    text-decoration: none;
    white-space: nowrap;
}

.btn-primary {
    background-color: #DB1D29;
    color: #fff;
    border: 1px solid #fff;;
}

.btn-primary:hover {
    transition: all 1s ease-in;
    background: #fff; 
    border: 1px solid #fff;
    color: #DB1D29;
}

.hdr-iframe {
    position: absolute;
    bottom: 0;
    left: -300px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.hdr-iframe {
    padding-top: 18px;
    padding-left: 10px;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about {
    background-color: #DB1D29;
    color: #fff;
}

.contact {
    background-color: #DB1D29;
    color: #fff;
}

.callout {
    display:table;
    width:100%;
    height:200px;
    color:#fff;
    background:url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-attachment:fixed
}

.callout-2 {
    display:table;
    width:100%;
    height:200px;
    color:#fff;
    background:url(../img/callout-2.jpg) no-repeat center center scroll;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-attachment:fixed
}

.callout-text {
    text-align:center;
    margin-top: 7%;
    text-shadow:2px 2px #000
}
.callout-btn {
    text-align:center;
    margin-bottom: 7%;
}

.services {
    background-color: #D1D2D4;
    color: #DB1D29;
}
 

.form-select {
    color: #DB1D29;
}

.left {
    float: left;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: #DB1D29;
    background-color: #DB1D29;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu.svg);
}

@media screen and (max-width: 1494px) {
    .navspace {
        margin-left: -10rem;
    }
  }

  @media screen and (max-width: 1199px) {
    .navspace {
        margin-left: 1rem;
    }
  }

  @media screen and (max-width: 991px) {

    .hdr-iframe {
        position: inherit;
        bottom: 0;
        left: 0px;
    border-radius: 10px;
        background: rgba(255, 255, 255, 0.5);
        margin-top: 50px;
    }

    
  }