@font-face {
    font-family: mainFont;
    src: url("../font/Kulturama-Light.ttf");
}

@font-face {
    font-family: headerFont;
    src: url("../font/Kulturama-Bold.ttf");
}

@font-face {
    font-family: semiBold;
    src: url("../font/Kulturama-SemiBold.ttf");
}

body {
    font-family: mainFont;
    min-height:100vh;
}

#loadingLogo {
    -webkit-animation: rotation 3s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

#mainContainer {
    width: 75%;
    padding: 0;
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 1em;
    min-height:100vh;
}

@media only screen and (max-width: 1200px) {
    #mainContainer {
        width: 100%;
    }
    #next {
        display: none;
    }
    #before {
        display: none;
    }
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link {
        color: white;
        font-size: 15px;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

@media only screen and (max-width: 700px) {

    #footercol {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 715px) {
    .project-container {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .news-image {
        margin-bottom: 15px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .test {
        margin-right: 3em;
        text-align: justify;
    }
}

#iframe-container {
    width:100%;
    margin:0 auto;
}


@media screen and (max-width:400px){
    #events_lu_widget_frame{
        width:90vw;
    }
}

.nav-item {
    background-color: black;
    transition: 0.6s;
    color: white;
}

.nav-item:hover {
    background-color: white;
    transition: 0.6s;
    color: black;
}

.nav-link {
    color: white;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-size: 25px;
    font-weight: bold;
    padding-left: 1.1em;
    padding-right: 1.1em;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: black;
    transition: 0.6s;
}

.navbar-expand-md .navbar-nav {
    margin: 0 auto;
}

.container {
    width: 100%;
    max-width: 100%;
}

#footerImage {
    text-align: right;
}

@media only screen and (max-width: 50em) {
    #footerImage {
        text-align: left;
    }
}

#linkFooter {
    color: white;
    margin-bottom: 1em;
}

#linkFooter:hover {
    transition: 0.6s;
}

nav {
    font-family: semiBold;
}

.darkH1 {
    background-color: black;
    color: white;
    padding: 0;
    display: block;
    width: 100%;
    font-family: semiBold;
    line-height: 27px;
    margin-bottom: 1em;
}

footer {
    font-size: calc(12px + .4vw);
}

.footer-element-container {
    align-items: center;
}

#artistenLinkBlock {
    color: black;
}

#artistenLinkBlock:hover {
    /*opacity: 0.6;*/
    transition: 0.5s;
}

/* Container holding the image and the text */

.containerA {
    position: relative;
    text-align: center;
    color: white;
}

/* Bottom left text */

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.news-image {
    margin-bottom: 0px;
}

.news-text {
    text-align: justify;
}

#artistenLinkBlock:hover {
    text-decoration: none;
}

#captionProject {
    padding-top: 0;
    background-color: black;
    z-index: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: black;
    background-color: white;
    opacity: 0.6;
}

#linksUnderBlock {
    font-family: headerFont;
    color: black;
}

.page-link {
    color: black;
    border: none;
}

.page-link:hover {
    color: white;
    background-color: black;
    transition: 0.6s;
}

.modal-dialog {
    max-width: 70%;
}

#artistBlockLink:hover {
    cursor: pointer;
    /*opacity: 0.6;*/
    transition: 0.5s;
}

#blockOnProject {
    position: absolute;
    width: 320px;
    height: 180px;
    background-color: transparent;
    color: transparent;
    border: 1px solid transparent;
}

#blockOnProject p{
    padding: 5px;
}

#searchInstitutionCycle,
#searchInstitutionGenre {
    margin-right: 1em;
    border: 2px solid black;
    padding: 0.5em;
}

#blockOnProject:hover {
    position: absolute;
    width: 320px;
    height: 180px;
    background-color: white;
    color: black;
    transition: 0.5s;
    opacity: 0.8;
    border: 1px solid black;
}

#pichtureProject {
    position: absolute;
    width: 320px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
}

.pichtureAertist {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    position: relative;
    width: 160px;
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
    /*-webkit-box-shadow: 0px 0px 25px 0px rgba(166,166,166,0.8);
    -moz-box-shadow: 0px 0px 25px 0px rgba(166,166,166,0.8);
    box-shadow: 0px 0px 25px 0px rgba(166,166,166,0.8);*/
}

.pichtureAertist:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(166, 166, 166, 0.8);
    -moz-box-shadow: 0px 0px 25px 0px rgba(166, 166, 166, 0.8);
    box-shadow: 0px 0px 25px 0px rgba(166, 166, 166, 0.8);
}

figure {
    position: relative;
    height: 180px;
}

.active {
    background-color: white;
    color: black;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
}

#pichtureNews {
    position: relative;
    width: 660px;
    height: 360px;
}

#projectDetailPicture {
    position: relative;
    /*height: 225px;
    width: 400px;*/
}

#artistProjectHover:hover {
    text-decoration: underline;
    cursor: pointer;
}

#viewMore {
    font-family: semiBold;
}

#gallerie-container {
    margin-top: 3em;
    position: relative;
}

#prevArrow {
    background-image: url("../assets/triangle.png");
    background-position: center;
    position: absolute;
    top: 45%;
    left: -32px;
    z-index: 2;
    transform: rotate(180deg);
    width: 30px;
    height: 30px;
}

#nextArrow {
    position: absolute;
    top: 45%;
    right: -32px;
    z-index: 2;
    background-image: url("../assets/triangle.png");
    background-position: center;
    width: 30px;
    height: 30px;
}

@media (max-width: 1200px) {
    #prevArrow {
        background-position: center;
        background-image: url("../assets/triangle_2.png");
        left: 0;
    }
    #nextArrow {
        background-position: center;
        background-image: url("../assets/triangle_2.png");
        right: 0;
    }
}

#institution-image {
    width: 100%;
}

#institution-address p {
    margin: 0;
}

.contact-mail a {
    color: black;
}

.contact-mail {
    margin-bottom: 0;
}

#institution-address p:first-child {
    margin-top: 1em;
}

#institution-title {
    font-family: semiBold;
    margin-bottom: -0.1em;
    position: relative;
    left: -2px;
}

#institution-subtitle {
    font-size: 12pt;
    font-weight: 600 !important;
    margin-bottom: 2em;
}

#institution-subtitle+div {
    margin-top: 2em;
}

#institution-details {

}

#institution-details .btn-outline-dark:hover {
    background-color: black;
}

#institution-details .btn-outline-dark {
    text-align: left;
}

#institution-formation {
    margin-top: 3em;
    font-family: mainFont;
}

#institution-formation i {
    /* color: lightgreen; */
}

[data-target="#artistModal"] ul {
    text-align: left;
    list-style-type: none;
}

[data-target="#artistModal"] img {
    margin-bottom: 5em;
}

[data-target="#artistModal"] i {
    margin-right: .5em;
}

[data-target="#artistModal"] li {
    display: flex;
}

/* ********************************* MAP STYLES ******************************** */

/* removing google maps copyright */

.gm-style-cc,
#map iframe+div {
    display: none;
}

/* adding new google maps copyright */

.termsOfUse {
    text-align: right;
}

.figure-caption{
    opacity: 0.6;
    background-color: white;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -80px;
    width: 160px;
}

.figure-caption-artists{
    color: darkgray;
    background-color: white;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -102px;
    width: 200px;
    font-size: 0.7em;
    margin-bottom: -40px;
}

.figure-caption-project{
    opacity: 0.6;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    color: black;
    padding-left: 10px;
}

.pictureNews{
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    max-width:230px;
    width: auto;
    height: auto;
}