.main-section {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    height: 100vh;
    table-layout: fixed;
    width: 100%;
    color: #fff;
}

.title {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -2px;
    padding-top: 5vh;
}

.subtitle {
    font-family: Lora;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 1px;
}

.vcentered-container {
    display: table-cell;
    float: none;
    padding-bottom: 5rem;
    padding-top: 0;
    position: relative;
    vertical-align: middle;
}

.social-section {
    padding-top: 5vh;
}

.btn-social {
    font-size: 20px;
    border-radius: 50%;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: relative;
    border: 2px solid #c0a375;
    color: #fff;
}

.btn-social i {
    top: 0;
    line-height: 44px;
    width: 44px;
}

.btn-social:hover {
    color: #fff;
    background: #c0a375;
}

.btn-social+.btn {
    margin-left: 0.3rem;
}