﻿
h1 {
    font-family : Montserrat sans-serif; 
    font-size : 48px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    color: #000000;
    color: rgb(0, 0, 0);
    filter: alpha(opacity=36) progid:DXImageTransform.Microsoft.Alpha(opacity=36);
  
}

.about-wrapper1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 35px;
    max-width: 1920px;
    margin: auto;
}


.image-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 36vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px solid #0880c1;
    background-image: url('../images/HomeBuyers_Hero_Image.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;

    width:100%;
}

.social-section {
  border-bottom:none;

}

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
    color:#4D4D4D!important;
}

.h2  {
    font-family: Myriad Pro;
    font-size: 19px;
    line-height: 35px;
    letter-spacing: 0.08px;
    text-transform: uppercase;
    color: #008FD5;
    color: rgb(0, 143, 213);
}




.about-section-image-placeholder1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 360px;
    height: 320px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #343743;
    background-image: url('../images/payroll-e1457968651122.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}



.about-section-image-placeholder2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 360px;
    height: 320px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #343743;
    background-image: url('../images/o-MOVING-IN-TOGETHER-facebook.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}



.about-section-image-placeholder3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 360px;
    height: 320px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #343743;
    background-image: url('../images/o-MOVING-IN-TOGETHER-facebook.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}


.about-section-placeholder-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.about-section-text-wrapper {
    
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


@media (max-width:769px) {

    .about-section-image-placeholder1 {
    
      width:100%;
    
    }


    .about-section-image-placeholder2 {
        width: 100%;
    }

}


@media (max-width: 491px) {



    h1 {
        font-family: Montserrat sans-serif;
        font-size: 38px;
        letter-spacing: 3.6px;
        text-transform: uppercase;
        color: #000000;
        color: rgb(0, 0, 0);
        filter: alpha(opacity=36) progid:DXImageTransform.Microsoft.Alpha(opacity=36);
    }


   
}



@media(min-width:1950px) {

    .about-section-text-wrapper {
        
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}


