
.section {
/*    min-height: 60vh;*/
    padding: 0;
}

.hero_banner .information_text {
    width: 45%;
    margin: 5%;
    
}

.hero_banner .heading {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-family: 'Gotham_Light';
    color: #fff;
}

.hero_banner .title {
    font-family: 'Gotham_Medium';
    font-size: 22px;
    letter-spacing: .4em;
    line-height: 1.8em;
    color: #fff;
    
    margin: 10px 0;
}

.hero_banner .body {
    font-family: 'Gotham_Light';
    letter-spacing: .02em;
    line-height: 2.2em;
    font-size: 15px;
    color: #fff;
    
}

#seoulmate_hero {
    background: url("../images/seoulmate_bg4.jpg") no-repeat;
    background-size: cover;
    height: 75vh;
    min-height: 700px;
    
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#seoulmate_hero .title {
    background: url("../images/seoulmate_logo.png") no-repeat;
    background-size: contain;
    font-size: 0;
    width: 100%;
    height: 35px;
    margin: 20px 0;  
}

