* {
    margin: 0px;
    padding: 0px;
    /* box-sizing: border-box; */
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
}


.blur {
    /* background-image: url('/images/allvanyberles_fokep.webp'); */
    background-image: url('https://img.freepik.com/free-photo/low-angle-view-skyscrapers_1359-825.jpg?w=2000');
    background-size: cover;
    background-attachment: fixed;
    filter: blur(0px) grayscale(0.7);
    height: 70vh;
}

.blur-wrapper {
    overflow: hidden;
}

nav {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    font-family: 'Poppins', sans-serif;
    /* transition: 0.3s; */
    z-index: 100;
}

nav.black {
    background: linear-gradient(180deg, #0065b0, #1f90bb);
}

.logo {
    color: #FAFAFA;
    font-variant: small-caps;
    font-size: 32px;
    letter-spacing: 5px;
    font-weight: bold;
    text-shadow: 2px 2px black;
    text-decoration: none;
}

.logo a {
    text-decoration: none;
    color: #FAFAFA;
}

.nav-links {
    display: flex;
    justify-content: space-around;
    width: 40%;
}

.nav-links li {
    list-style: none;
}

.nav-separator {
    background-color: white;
    width: 1px;
}

.nav-links a {
    /* color: #FAFAFA; */
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    letter-spacing: 3px;
    /* font-weight: bold; */
    font-size: 18px;
}

.nav-links a:hover {
    color: #FAFAFA;
}

.burger {
    display: none;
    cursor: pointer;
}

.burger div {
    width: 25px;
    height: 5px;
    background-color: #FAFAFA;
    margin: 5px;
}

/* .promo-text {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(150%, -50%);
    color: #FAFAFA;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    opacity: 0;
    font-size: 5vmin;
    text-shadow: 0.1em 0.1em black;
}

.promo-text-anim-in {
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity 1s ease, transform 0.5s;
}

.promo-text-anim-out {
    opacity: 0;
    transform: translate(-150%, -50%);
    transition: opacity 0.5s ease, transform 0.5s;
} */

.content {
    width: 60%;
    margin: 4em auto 4em auto;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    background-color: rgba(1, 1, 1, 0);

    font-family: 'Libre Baskerville', serif;
}

.post-area {
    scroll-margin-top: 130px;
}

.post-title {
    line-height: 48px;
    padding-left: 0.5em;
    font-family: 'Lato', sans-serif;
}

.post-sub-title {
    margin-top: 1em;
}

div.post-content {
    padding: 10px 20px;
    margin-bottom: 30px;
}

div.post-content p {
    margin-bottom: 10px;
}

div.post-content ul {
    padding: 0px 20px;
}

/* .post-content td:last-child {
    padding-left: 2em;
} */

footer {
    background: linear-gradient(45deg, rgb(20 68 104) 0%, rgb(8 123 197) 100%);
    /* height: 100px; */
}

.footer-table {
    width: 100%;
}

.footer-row { 
    display: flex;
    flex-wrap: wrap;
}

.footer-cell {
    width: 33.3%;
    /* border:1px solid blue; */
    box-sizing:border-box;
}

.footer-cell h3 {
    padding-bottom: 5px;
}

.footer-cell ul {
    list-style: none;
}

.footer-cell a img {
    /* width: -webkit-fill-available;
    padding: 1em;
    text-align: center; */

    display: block;
    max-width:230px;
    max-height:95px;
    width: auto;
    height: auto;

    margin: 0 auto;
}

.footer-cell a p {
    text-align: center;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    color: #000;
}

.footer-content {
    width: 60%;
    margin: 1em auto 0em auto;
    padding-bottom: 10px;
    color: #FAFAFA;
}

.contact {
    margin-top: 200px;
}

.open-hours tr td:last-child {
    padding-left: 20px;
}

@media screen and (max-width: 1300px) {
    .nav-links {
        display: flex;
        justify-content: space-around;
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    body,
    html {
        overflow-x: hidden;
    }

    .nav-links {
        position: absolute;
        right: 0px;
        height: 42vh;
        top: 8vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 50vh;
        width: 50%;
        background-color: #007c91;
        transform: translateX(100%);
        transition: 0.2s ease-in;
    }

    .nav-separator {
        display: none;
    }

    .burger {
        display: block;
    }

    .content {
        width: 90%;
        margin: 4em auto 4em auto;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        background-color: rgba(1, 1, 1, 0);
    }

    .footer-content {
        width: 90%;
    }

    .footer-cell:first-of-type {
        width: 100%;
        /* border:1px solid blue; */
        box-sizing:border-box;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-bottom: 2px solid #FAFAFA;
    }

    .footer-cell {
        width: 100%;
        /* border:1px solid blue; */
        box-sizing:border-box;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 2px solid #FAFAFA;
    }

    .footer-cell:last-of-type {
        width: 100%;
        /* border:1px solid blue; */
        box-sizing:border-box;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: none;
    }
}

.nav-active {
    transform: translateX(0%);
}

/* Carousel */
#carousel {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    /* box-sizing: border-box; */
    margin: 0 auto;
}

#slides {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#slides ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

#slides li {
    width: 100%;
    height: 50vh;
    float: left;
    text-align: center;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

/* Styling for prev and next buttons */
.btn-bar {
    max-width: 346px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 60vh;
    width: 100%;
}

#buttons {
    padding: 0 0 5px 0;
    float: right;
}

#buttons a {
    text-align: center;
    display: block;
    font-size: 50px;
    float: left;
    margin: 0 60px;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    display: block;
    padding: 9px;
    width: 35px;
    font-weight: bold;
}

a#prev:hover,
a#next:hover {
    color: #FFF;
    text-shadow: .5px 0px black;
}

.quote-phrase {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 20px;

    height: 500px;

    color: #FAFAFA;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    /* opacity: 0; */
    font-size: 5vmin;
    /* text-shadow: 0.1em 0.1em black; */
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.quoteContainer {
    display: table;
    width: 100%;
}