.bg {
    background-color: #636463;
}

.landing-bg-image {
    background: url('../images/cover.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 60%;
    height: 70vh;
}

@media screen and (max-width: 1199px) {
    .landing-bg-image {
        height: 60vh !important;
    }
}


.button-bg-image {
    background: url('../images/button.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 85vh;
}

@media screen and (max-width: 1199px) {
    .button-bg-image  {
        height: 50vh !important;
    }
}

.rounded {
    border-radius: 1.3rem !important;
}

.font-weight-300 {
    font-weight: 300;
}

.text-gray {
    color: #636463;
}

.allign-height > div > div.card {
    height: calc(100% - 15px);
    margin-bottom: 15px;
}