html,
body {
    font-family: 'Kadwa', serif;
    height: 100%;
    font-size: 14px;
    color: #0e0e10;
    background: linear-gradient(180deg,#46454e,#0e0e10);
}

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

.page-title h1 {
    padding: 0 0 20px;
    margin: 0 0 30px 0;
    font-weight: 700;
    font-size: 35px;
    color: #C4854A;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
}

.sub-title h2 {
    margin: 0 0 10px 0;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

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

.btn-outline-primary {
    height: 50px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #94959a;
    color: #46454e;
    outline: none!important;
    box-shadow: none!important;
    font-family: Open Sans,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 270px;
}

.btn-outline-primary:hover {
    background-color: #46454e!important;
    color: #fff!important;
    border: 1px solid #94959a!important;
    outline: none!important;
    box-shadow: none!important;
}

@media (min-width: 769px) {
    .page-title h1 {
        font-size: 45px;
    }

    .sub-title h2 {
        font-size: 33px;
    }
}
