html, body {
    background-color: #793d4f;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

@media screen and (max-height: 800px), screen and (max-width:768px) {
    html, body {
        height: auto !important;
        overflow: auto !important;
        overflow-x: hidden !important;
    }

    #wrapper {
        height: auto !important;
        overflow: visible !important;
        overflow-x: hidden !important;
    }

    footer {
        position: relative !important;
        bottom: auto !important;
        width: 100% !important;
    }

    .home-slider .slick-slide {
        margin: 0 50px;
    }

    .home-slider .slick-list {
        margin: 0 -50px;
    }
}

/* LOADER */

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    z-index: 99;
    text-align: center;
    background: #000 url(../img/loader.gif) center center no-repeat;
    opacity: 1;
}



/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

#wrapper {
    position: relative;
    height: calc(100vh - 60px);
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
    z-index: 1;
    overflow: hidden;
}

.container-fluid {
    max-width: 1440px;
}

/* Header */
header {
    position: relative;
    z-index: 1;
}

header #logo {
    width: 280px;
    float: left;
}

header #logo img {
    width: 100%;
}


/* Add some content at the bottom of the video/page */
.content {
    color: #f1f1f1;
    max-width: 800px;
    padding: 20px 0;
}

.content h2 {
    font-size: 36px;
    width: fit-content;
    width: -moz-fit-content;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 20px #1f1b18;
}

.content p {
    font-size: 20px;
    line-height: 30px;
    text-shadow: 1px 1px 20px #1f1b18;
}

footer {
    background-color: #ad2855;
    color: #FFF;
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 0;
}

footer p {
    margin-bottom: 0;
}

footer p a {
    color: #fff;
}

@media screen and (max-width:768px) {
    .content {
        max-width: 480px;
    }

    .content h2 {
        font-size: 36px;
    }

    .content p {
        font-size: 20px;
    }
}

@media screen and (max-width:480px) {
    header #logo {
        width: 215px;
    }

    .content {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
    }

    .content h2 {
        font-size: 26px;
        line-height: 38px;
    }

    .content p {
        font-size: 20px;
    }

    .didascalia {
        font-size: 15px;
    }
}

.button {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    outline: 0;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.button:hover {
    text-decoration: none;
    color: #002135 !important;
    background-color: rgba(255, 255, 255, 0.6);
}

/* Slick Slider */
.home-slider .slick-slide {
    margin: 0 200px;
}

.home-slider .slick-list {
    margin: 0 -200px;
    overflow: visible !important;
}

.custom-dots-container {
    min-width: 90px;
}

.slick-dots {
    position: relative;
    bottom: 3px;
    text-align: left
}

@media screen and (max-width:992px) {
    .slick-dots {
        position: relative;
        bottom: 3px;
        text-align: center
    }
}

.slick-dots li button:before {
    color: #ffffff;
    font-size: 50px;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ffffff;
}