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

.body-background-splatter {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 80%;
}

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

.heading-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px 100px 20px 100px;
    font-size: 36px;
    font-family: 'ubuntubold';
}

.attractions-container {
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 40px;
}

.attractions-container-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.attractions-container_more_link {
    margin: 40px;
}

.attraction-section {
    margin-bottom: 80px;
}

.section-title {
    font-size: 36px;
    color: #7C73E6;
    width: 100%;
    border-bottom: 1px solid #979797;
    font-family: 'ubuntubold';
}

.section-sights {
    margin: 50px;
}

.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-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);
}

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

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

.sightcard-content h4 {
    font-family: 'lorabold';
    color: #393939;
    letter-spacing: 1px;
}

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

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



/* @media screen and (max-width: 768px) {}

@media screen and (max-width: 320px) {} */