body {
    background-image: url("../assets/body_background.png");
    background-position: right bottom 25%;
    background-repeat: no-repeat;
    background-size: 25%;
}

.body-background-splatter {
    position: absolute;
    right: 0;
    bottom: 0;
    /* height: 80%;
    max-height: 500px; */
}

.navbar-menu li a {
    font-family: 'ubuntubold';
    letter-spacing: 2px;
}

.heading-card {
    background-image: url("../assets/header_background.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    display: inline-block;
}

.sightcard-hover:hover {
    position: relative;
    top: -5px;
    -webkit-transition: ease-in-out 260ms;
    -o-transition: ease-in-out 260ms;
    transition: ease-in-out 260ms;
    -webkit-box-shadow: 2px 11px 19px -2px rgba(94, 85, 183, 0.59);
    -moz-box-shadow: 2px 11px 19px -2px rgba(94, 85, 183, 0.59);
    box-shadow: 2px 11px 19px -2px rgba(94, 85, 183, 0.59);
}

.heading-card-splatter {
    position: absolute;
    left: 0;
    bottom: -20%;
    height: 80%;
    max-height: 500px;
}

.heading-card-content {
    color: white;
    position: absolute;
    left: 50;
    bottom: 50;
}

.heading-card-content-primary-text {
    font-size: 42px;
    font-family: 'ubuntubold';
}

.heading-card-content-secondary-text {
    font-size: 15px;
    font-family: 'loraregular';
    letter-spacing: 2px;
}

.section-title {
    text-align: center;
    font-size: 36px;
    color: #7C73E6;
    margin-top: 80px;
    font-family: 'ubuntubold';
}

.section-sights {
    margin: 50px;
}

.block {
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex: 1;
    flex-direction: column;
    flex-basis: calc(50% - 20px);
}

.sightcard {
    margin: 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(124, 115, 230, 0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(124, 115, 230, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(124, 115, 230, 0.3);
    background: #ffffff;
    color: #393939;
}

.sightcard-cover {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
}

.sightcard-content {
    padding: 30px;
    word-wrap: break-word;
    word-break: break-all;
}

.sightcard-descrption {
    font-size: 12px;
}

.columnLeft {
    float: left;
    width: 60%;
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
}

.columnRight {
    float: left;
    width: 40%;
}

.bookcard-options {
    display: flex;
    flex-direction: column;
}

.bookcard-options-row {
    flex-grow: 1;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.bookcard-options-item {
    margin-right: 10px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.footer-card-content-item h3 {
    font-family: 'ubunturegular';
    font-weight: 100;
    letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
    .columnLeft {
        width: 100%;
    }
    .columnRight {
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .block {
        float: left;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex: 1;
        flex-direction: column;
        flex-basis: calc(100% - 20px);
    }
}