@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

.thumbnail {
    border: transparent !important;
}

.btn {
    /*  font-size: 12px !important; */
    background-color: black;
    color: white;
    border-radius: 0 !important;
    transition: .2s !important;
}

.btn:hover {
    background-color: white;
    color: black;
    border: 1px solid black;
}

#white {
    background-color: #ffffff;
    color: black;
    border: 1px solid black;
}

#white:hover {
    color: white;
    background-color: black;

}

.white-button {
    background-color: #ffffff;
    color: black;
    border: 1px solid black;
}

.white-button:hover {
    color: white;
    background-color: black;

}

.btn#trans {
    background-color: transparent !important;
    border: 1px solid white;
    margin-top: 10px;
}

h3 {
    font-size: 60pt;
    font-weight: 500;
}

h3 span {
    font-weight: 800 !important;
}

h2 {
    font-size: 22pt;
}

div .item.active.transbox#slider {
    line-height: 700px;
}

.carousel-caption {
    font-family: 'Montserrat', sans-serif !important;
    text-shadow: none !important;
    box-shadow: none !important;
    filter: none !important;
}

.carousel-caption.textcenter {
    font-family: 'Montserrat', sans-serif !important;
    text-shadow: none !important;
    box-shadow: none !important;
    filter: none !important;
}

h1 {
    font-size: 18pt;
    color: #555;
}

h1 span {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
}

.black {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
}

.black:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}

.col-sm-2 {
    width: 20%;
}

.col-sm-5 {
    width: 33.333333%;
    padding: 0;
    text-align: center;
}

.thumbnail {
    padding: 0;
    margin-bottom: 0px;
}

h4 {
    font-size: 40pt;
    text-transform: uppercase;
}

h5 {
    font-size: 14pt;
    text-transform: none;
}

.galleryinscription {
    margin-bottom: 20px;
    margin: 20px auto;
    text-align: left;
}

.galleryinscription span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16pt;
}

.galleryinscription p {
    text-align: left;
    padding-bottom: 0;
    padding-top: 0;
    color: #555;
}

.col-sm-5 img {
    position: relative;
    z-index: 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#opacityblack {
    position: absolute;
    z-index: 4;
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
}

#opacityblack:hover {
    position: absolute;
    z-index: 5;
    opacity: 0.5;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
}


.col-sm-5 h2 {
    text-transform: uppercase;
    z-index: 20;
    position: absolute;
    color: white;
}

.col-sm-5 h5 {
    text-transform: lowercase;
    z-index: 20;
}

#opacityblack2 {
    position: absolute;
    z-index: 4;
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
}

#opacityblack2:hover {
    position: absolute;
    z-index: 5;
    opacity: 0.5;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
}

#opacityblack0 {
    position: absolute;
    z-index: 6;
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
}

#opacityblack0:hover {
    position: absolute;
    z-index: 7;
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);

}

#opacityblack0:hover>div {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    background-color: transparent;
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 22pt;
    font-weight: 600;
    padding-right: 10px !important;
    padding-left: 10px !important;


}

#opacityblack0:hover>div>span {
    text-transform: lowercase;
    font-weight: 400;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 22pt;

}

.changeopacity {
    opacity: 0.5 !important;
}

.gallery {
    margin-bottom: 60px !important;
}

.col-sm-8.text-left {
    width: 80%;
    padding-left: 50px;
}

.border-left {
    border-left: solid;
    border-left-color: #9d9d9d;
    border-left-width: 2px;
}

.col-sm-8.text-left p,
.col-sm-12.text-left p {
    padding-top: 0;
}

.opacityslider {
    position: absolute;
    z-index: 4;
    opacity: 0.4;
    display: block;
    max-width: 100%;
    height: auto;
    top: 0px;
}

html,
body {
    height: 100%;
    font-family: 'Montserrat', sans-serif !important;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-inner-main {
    height: 100%;
    min-height: 650px
}

h1 {
    margin-top: 0px !important;
}

.padding-bottom10x {
    padding-bottom: 10px;
}

.max-width {
    max-width: 1170px;
}

a:hover {
    text-decoration: none;
}

.vertical-center {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .w-third-sm {
        width: 50%;
        /* padding-left: 0px !important;
        padding-right: 0px !important; */
    }
}
.jumbotron h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    background-color: transparent;
    color: white;
    text-transform: uppercase;
    font-size: 20pt;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.jumbotron {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    background-color: transparent;
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 22pt;
    font-weight: 600;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.jumbotron span {
    text-transform: lowercase;
    font-weight: 400;
}

.col-sm-4.black {
    padding-bottom: 10px;
}

#slider,
#slider img {
    display: block;
    width: 100vw;
    height: 350px;
    object-fit: cover;
}

#slider-main img {
    display: block;
    width: 100%;
    /* height: 100vh; */
    min-height: 450px;
    object-fit: contain;
}

.carousel-caption.textcenter h4 {
    text-transform: none;
}

@media screen and (max-width: 1050px) {
    .carousel-caption {
        top: 5%;
        padding: 0;
        margin: 0;
    }
}

@media screen and (min-width: 1400px) {
    .carousel-caption {
        top: 20%;
        padding: 0;
        margin: 0;
    }

    #slider-main img {
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 450px;
    object-fit: contain;
    }
    .carousel-caption.textcenter h3 {
        font-size: 70pt;
        margin-top: 30px;
    }

    .carousel-caption.textcenter h4 {
        font-size: 50pt;
        margin-top: 15px;
    }

    .carousel-caption.textcenter h5 {
        text-transform: none;
        font-size: 20pt;
        margin-top: 10px;
    }

    .event {
        font-size: 30px;
    }

    .event-first {
        margin-top: 50px;
    }

    .carousel-caption h4 {
        font-size: 50pt;
    }

    .carousel-caption h5 {
        font-size: 20pt;
    }

    .carousel-caption.textcenter h2 {
        font-size: 38pt;
    }

}


@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .carousel-caption.textcenter h3 {
        font-size: 65pt;
        margin-top: 30px;
    }

    .carousel-caption.textcenter h4 {
        font-size: 50pt;
        margin-top: 40px;
    }

    .carousel-caption.textcenter h5 {
        text-transform: none;
        font-size: 20pt;
        margin-top: 10px;
    }

    .event {
        font-size: 30px;
    }

    .event-first {
        margin-top: 50px;
    }
#slider-main img {
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 450px;
    object-fit: contain;
    }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
    .carousel-caption.textcenter h3 {
        font-size: 45pt;
        margin-top: 50px;
    }

    .carousel-caption.textcenter h4 {
        font-size: 40pt;
        margin-top: 65px;
    }

    .carousel-caption.textcenter h5 {
        text-transform: none;
        font-size: 20pt;
        margin-top: 10px;
    }

    .event {
        font-size: 22px;
    }

    h5 {
        text-transform: none;
    }

    .event-first {
        margin-top: 50px;
    }
    #slider-main img {
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 450px;
    object-fit: contain;
    }
}

@media screen and (min-width: 1051px) and (max-width: 1199px) {
    .carousel-caption.textcenter h3 {
        font-size: 55pt;
        margin-top: 30px;
    }

    .carousel-caption.textcenter h4 {
        font-size: 50pt;
        margin-top: 40px;
    }

    .carousel-caption.textcenter h5 {
        text-transform: none;
        font-size: 20pt;
        margin-top: 10px;
    }

    .event {
        font-size: 22px;
    }

    h5 {
        text-transform: none;
    }

    .event-first {
        margin-top: 50px;
    }
    #slider-main img {
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 450px;
    object-fit: contain;
    }
}

@media screen and (min-width:355px) and (max-width: 767px) {
    .carousel-caption.textcenter h3 {
        font-size: 40pt;
        margin-top: 50px;
    }

    .carousel-caption.textcenter h4 {
        font-size: 35pt;
        margin-top: 38px;
    }

    .carousel-caption.textcenter h5 {
        text-transform: none;
        margin-top: 10px;
    }

    .event {
        font-size: 18px;
    }

    .event-first {
        margin-top: 60px;
    }

}

@media screen and (max-width: 354px) {
    .carousel-caption.textcenter h3 {
        font-size: 30pt;
        margin-top: 30px;
    }

    .carousel-caption.textcenter h4 {
        font-size: 30pt;
        margin-top: 30px;
    }

    .carousel-caption.textcenter h5 {
        text-transform: none;

    }

    .event {
        font-size: 14px;
        padding: 0
    }

    .event-first {
        margin-top: 30px;

    }
}

@media screen and (min-width: 1550px) {
    #margin {
        margin: 50px 360px 50px !important;
    }

}

.carousel-caption.contentpage h4 span {
    text-transform: lowercase;
    text-transform: capitalize;
}

.carousel-caption.contentpage h5 {
    text-transform: lowercase;
    font-size: 17pt;
}

.col-md-10 button {
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .col-sm-8 {
        width: 80%;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .col-sm-8 {
        width: 66.6666%;
    }
}

.fontsize17 {
    text-transform: lowercase !important;
    font-size: 17pt !important;
}

.margin20top {
    margin-top: 20px !important;
}

.sthred {
    color: #ff6960;
    border: 2px solid #ff6960;
    text-align: center;
    margin-bottom: 10px
}

.event {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.name-of-city {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #555;
    padding: 0;
    font-size: 30px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .name-of-city {
        margin-top: 0;
    }
}

@media (max-width: 1100px) {
    .name-of-city {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

@media (min-width: 1100px) {
    .name-of-city {
        margin-top: 20px;
    }
}

.front-btn {
    width: 200px;
    padding: 15px 0 15px 0;
    margin-top: 20px
}

@media (min-height:201px) and (max-height: 600px) {
    .carousel-caption.textcenter h3 {
        margin-top: 0;
    }
}

@media (max-height: 400px) {
    .carousel-caption.textcenter h3 {
        margin-top: -50px;
    }
}

#marq {
    position: relative;
    height: 90px;
    overflow: hidden;
    white-space: nowrap;
    padding: 20px;
}

#marq div {
    position: absolute;
}

#marq img {
    height: 50px;
    margin: 0 15px;

}

@media (max-width: 860px) {
    .thumbnail-height {
        min-height: 80px;
    }
}

@media (min-width: 861px) and (max-width: 1200px) {
    .thumbnail-height {
        min-height: 100px;
    }
}

@media (min-width: 1021px) and (max-width: 1300px) {
    .thumbnail-height {
        min-height: 130px;
    }
}

@media (min-width: 1301px) and (max-width: 1600px) {
    .thumbnail-height {
        min-height: 160px;
    }
}

@media (min-width: 1601px) {
    .thumbnail-height {
        min-height: 200px;
    }
}

.visitors {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  text-align: left;
}

.visitors h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 0 0;
}

.visitors p {
  font-size: 15px;
  font-weight: 400;
  margin: 0px 0;
}

.active-link {
  font-weight: 600 !important;
  text-decoration: underline !important;
}

.visitors a {
  font-weight: 400;
  text-decoration: underline;
  color: black;
  /* line-height: 1.891; */
}
