* {
    box-sizing: border-box;
    font-family: 'Gilroy', sans-serif;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    min-height: 100%;
}

img {
    border: none;
    width: 100%;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #000000;
}

ul {
    list-style: none;
}

.category-overview-image-hover {
    display: none;
}
.category-overview-image-wrapper:hover > .category-overview-image {
    display: none;
}
.category-overview-image-wrapper:hover > .category-overview-image-hover {
    display: block;
}

#newsAndEventsSlider img {
    max-height: 350px;
    border-radius: 12px;
}
.newsAndEventsSliderWrapper {
    max-width: 70%;
    margin: auto;
}
.newsAndEventsSliderControls {
    top: -335px;
}

.newsAndEventsItem {
    margin-top: 25%;
}

.newsAndEventsSubTitle {
    opacity: 0.7;
    line-height:1.1;
    margin-top: 25px;
}
.newsAndEventsDate {
    opacity: 0.8;
    margin-bottom: 15px;
    margin-top: 15px;
}
.newsAndEventsLocationTag {
    color: red;
    font-size: 12.5px;
    font-style: italic;

}

.newsAndEventsCity {
    margin-left: 15px;
    margin-right: 7px;
}

.slick-custom-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -50px;
    top: -300px;
    transform: rotate(270deg);

}
.slick-custom-next {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -50px;
    top: -300px;
    transform: rotate(90deg);
}
.slick-custom-prev:hover {
    cursor: pointer;
}
.slick-custom-next:hover {
    cursor: pointer;
}
@media only screen and (min-width: 800px) {
    #redBanner {
        height: 350px;
    }
}
@media only screen and (max-width: 800px) {
    #scrollProductsBtn {
        padding: 10px;
        margin-left: 3%!important;
        margin-top: -10%!important;
    }
}

@media only screen and (min-width: 800px) {
    .linkListHeader{
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
.linkListHeader {
    margin-top: 20px;
    margin-bottom: 20px;
}
#instagramGradientBackground {
    background-size: cover;
    height: 500px;
    opacity: 0.9;
}
#redBanner {
    max-height: 100%;
    background-size: cover;
}

#bannerText {
    text-align: center;
    font-weight: 1000;
    color: white;
    margin-top: 10%;
}
.img {
    display: block;
}

.linkListContent {
    margin-top: 15px;
}
.socialMediaRow {
    margin: auto;
    width: 100%;
}
#socialMediaContainer {
    width: 85%;
    margin: 90px auto auto;
}
#socialMediaLogo {
    max-width: 100%;
    max-height: 100%;
    width: 100px;
    z-index: -1;
}
#socialMediaTitle {
    color: #FFFFFF;
    font-family: 'Gilroy-Regular', sans-serif;
    margin-top: 10px;
}
#socialMediaBody {
    color: #E4E4E4;
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 100;
}
.footerLogoImg {
    margin-left: 25px;
    border-radius: 50%;
    font-size: xx-large;
}
.whiteHeader {
    background-size: cover;
    height: 90px;
    position: absolute;
}
.leftColumn {
    max-height: 100%;
    background-size: cover;
}
.leftColumnMargins {
    width: 80%;
    margin: auto;
}
.textAndImageTitle {
    text-align: center;
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
    font-weight: 670;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 100px;
}
#textAndImageBody {
    text-align: center;
    font-size: 15px;
    font-family: 'Gilroy-Regular', sans-serif;
    color: white;
    opacity: 0.8;

}
.newsAndEventsBackgroundImg {
    background-size: cover;
}
#leftButtonTextAndImage, #textAndPlayerButton {
    text-align: center;
    font-size: 15px;
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
    padding: 8px 40px;
    border-radius: 30px;
    z-index: 100;
    cursor: pointer;
    margin-top: 50px;
    outline: 1px solid white;
}
#leftButtonTextAndImage:hover {
    background-color: white;
    color: red;
    outline: 1px solid white;
    fill-opacity: 0.5;
}
#textAndPlayerButton:hover {
    outline: 1px solid white;
    background-color: white;
    color: orange;
}
#textAndPlayerHeader {
    font-size: 20px;
    text-align:left;
    font-weight: 800;
    margin-top: 125px;
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
}
.btn {
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
    padding: 8px 40px;
    border-radius: 30px;
    margin-top: 20px;
    z-index: 100;
    text-align: left;
    margin-bottom: 25px;
    cursor: pointer;
    font-weight: 760;
}
.buttonForm {
    font-family: 'Gilroy-Bold', sans-serif;
    padding: 8px 40px;
    border-radius: 30px;
    z-index: 100;
    text-align: left;
    cursor: pointer;
    font-weight: 760;
}
.textAndPlayerBackground {
    background-size: cover;
}
.textAndPlayerRow {
    max-width: 80%;
    margin: auto;
}
.textAndPlayerSubtitle {
    color: red;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 35px;
}
.textAndPlayerBody {
    color: white;
    font-family: 'Gilroy-Regular', sans-serif;
}
.video {
    width: 100%;
    height: 100%;
    margin-top: 25%;
    margin-bottom: 25%;
}
.footerLogo {
    height: 150px;
    width: 130px;
}
.footerSocialLinks {
    margin-top: 50px;
}
#navigation {
    margin-top: 10px;
}
#logoNav {
    max-width: 100%;
    max-height: 100%;
}
#navigation li {
    margin-top: 1px;
    margin-bottom: 2px;
}
.leonaContactForm input {
    border-radius: 25px;
}
#formHeader {
    margin-bottom: 50px;
    margin-top: 100px;
    max-width: 100%;
    max-height: 100%;
    font-family: 'Gilroy-Bold', sans-serif;
    color: white;
}
#downl-btn {
    margin-top: 25%;
    color: red;
    outline-style: solid;
}
#downl-btn:hover {
    color: white;
    outline: 1px solid white;
    background-color: red;
}
#info-btn {
    outline: 1px solid white;
}
#scrollProductsBtn {
    color: white;
    position: absolute;
    margin-left: 10%;
    margin-top: -7%;
}
#catalogueTitle {
    margin-bottom: 50px;
    margin-top: 115px;
    opacity: 0.8;
    font-family: 'Gilroy-Regular', sans-serif;
}
.catalogueImage {
    max-height: 100%;
    max-width: 100%;
    width: 240px;
    height: 320px;
}
.allProductsTitle {
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 800;
    // text-transform: uppercase;
}
.productImageWithColor {
    width: 65%;
    margin-top: 175px;
    margin-bottom: 150px;
    max-width: 100%;
    max-height: 100%;
}

#all-products-link {
    outline: 1px solid white;
    background-color: red;
    color: white;
}
#all-products-link:hover {
    outline: 1px solid red;
    background-color: white;
    color: red;
}
#all-products-link a {
    color: white;
}
#all-products-link a:hover {
    color: red;
}

.read-more-button {
    outline: 1px solid white;
    background-color: red;
    color: white;
}
.read-more-button:hover {
    outline: 1px solid red;
    background-color: white;
    color: red;
}
.read-more-button a {
    color: white;
}
.read-more-button a:hover {
    color: red;
}

#search-posts-button {
    outline: 1px solid white;
    background-color: red;
    color: white;
    border-radius: 10rem;
}
#search-posts-button:hover {
    outline: 1px solid red;
    background-color: white;
    color: red;
}

.leona-contact-form input, .leona-contact-form button {
    border-radius: 10rem !important;
}
.leona-contact-form textarea {
    border-radius: 2rem !important;
}
.leona-contact-form button[type="submit"], .leona-contact-form button[type="button"]:hover {
    color: white;
    outline: 1px solid white;
    background-color: red;
}
.leona-contact-form button[type="submit"]:hover, .leona-contact-form button[type="button"] {
    color: red;
    outline: 1px solid red;
    background-color: white;
}

/*.production-image:active {*/
/*    transform: scale(1.1, 1.1);*/
/*}*/
#myImg {

    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}


.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}


.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}