html,
body {
    font-family: 'Roboto', sans-serif;
    height: 100%;
    color: #413F3B;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    background: #f9f9f9;
}

.half-background-image {
    margin: 30px 0;
}

.page-title h1 {
    margin: 0 0 30px 0;
    line-height: 52px;
    font-family: Alegreya,serif;
    font-size: 38px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 3.8px;
}

.sub-title h2 {
    margin: 0 0 10px 0;
    line-height: 44px;
    font-family: Alegreya,serif;
    font-size: 32px;
    text-transform: capitalize;
    letter-spacing: 2.56px;
}

.action-buttons {
    margin: 30px 0 86px 0;
}

.btn-outline-primary {
    width: 350px;
    height: 50px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 0;
    background-color: #2C2A29;
    border: none;
    color: #FFFFFF;
    outline: none!important;
    box-shadow: none!important;
    font-weight: 700;
    text-transform: capitalize;
}

.btn-outline-primary:hover {
    background-color: #774F28 !important;
}

@media (min-width: 769px) {
    .page-title h1 {
        font-size: 46px;
        line-height: 68px;
    }

    .sub-title h2 {
        font-size: 35px;
        line-height: 52px;
    }
}
