html {
    height: 100%
}
body {
    background-color: #cde8f4;
}

.cover {
    min-height: 100vh;
    background-image: url("../img/cover.jpg");
    background-position: right 28% bottom 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.continue-button {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 500px;
}
.social-button {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 500px;
    width: 36px;
    height: 36px;
}
.social-button-inner {
    width: 20px;
    height: 20px;
    line-height: 20px;
    box-sizing: content-box;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
}
.fs-55 {
    font-size: 1.125rem !important;
}
.text-justify {
    text-align: justify !important;
}
.tour {
    background-image: url('../img/tour.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 35% right 60%;
    height: 60vh;
}

@media (max-width: 767px) and (min-width: 625px) {
    .width-below {
        width: 75% !important;
    }
}
@media (max-width: 600px) {
    .width-below-2 {
        width: 75% !important;
    }
}
@media (min-width: 601px) and (max-width: 767px) {
    .width-below-3 {
        width: 60% !important;
    }
}
