@font-face {
    font-family: lokicola;
    src: url(fonts/Wonderia.otf);
}

@font-face {
    font-family: blackjack;
    src: url(fonts/black_jack.ttf);
}

.row {
    margin-right: 0;
    margin-left: 0;
}

body {
    background-color: black;
    color: white;
    filter: sepia(30%);
    min-height: 100vh;
}

.lokicola {
    font-family: lokicola;
}

.blackjack {
    font-family: blackjack;
}

.home-invention-title {
    font-size: 1.5em;
    font-family: blackjack;
}

.home-conference-title {
    font-size: 1.5em;
    font-family: blackjack;
}

html {
    background-color: black;
}

.home-animation {
    overflow: hidden;
    object-fit: fill;
    position: fixed!important;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
}

.noise {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .15;
}

.sa-vie-link {
    color: white;
}

.sa-vie-link:hover {
    color: white;
}

.whitespace {
    white-space: pre-wrap;
}

.valign {
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
}

.line,
.line2 {
    position: absolute;
    height: 97vh;
    width: 1px;
    opacity: 0.1;
    top: 0;
    background-color: grey;
}

#content {}

.vcenterImage {
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
}

.home-page-body {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    background: url(images/home_bg_open.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}

.top-banner {
    background: url(images/curtain-top-banner.jpg);
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: 100% 100%;
    /* height: 240px; */
    padding: 0;  
    margin-left: -15px;
    margin-right: -15px;
}

.top-banner-padding {
    height: 5vh;
}

.top-banner-title {
    margin: auto;
    display: inline-block;
    /* background: #951800;*/
    border-radius: 8px;
    font-size: 4em;
}

.inventions-content {}
.conference-content {}

.inventions-text {
    border-radius: 30px 5px 5px 30px;
    padding: 21px;
    /* max-height: 50vh; */
    /* overflow-y: auto; */
    word-break: break-word;
}

.conferences-text {
    border-radius: 30px 5px 5px 30px;
    padding: 21px;
    /* max-height: 50vh; */
    /* overflow-y: auto; */
    word-break: break-word;
}

.stylisedScroll::-webkit-scrollbar {
    width: 8px;
}

.index-title {
    font-family: lokicola;
    font-size: 3em;
    width: 100%;
    text-align: center;
    padding-top: 4vh;
}

.stylisedScroll::-webkit-scrollbar-track-piece {
    border-radius: 30px;
}

.modal-accept-conditions {
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 100;
    position: absolute;
}

.modal-conditions-text {
    top: 50%;
    left: 50%;
    width: 50vw;
    position: relative;
    transform: translate(-50%, -50%);
    background-color: grey;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
}

.img-copyright-text {
    z-index: 100000;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-conditions-text-inner {
    max-height: 50vh;
    overflow-y: auto;
    word-break: break-word;
    padding: 10px;
    white-space: pre-line;
}

.modal-conditions-text button {
    margin-top: 20px;
}

.back_home:hover {
    cursor: pointer;
}

.back_home {
    /* position: absolute; */
    bottom: 0vh;
    /* width: 100vw; */
    height: 5vh;
    text-align: center;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stylisedScroll::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 8px;
    height: 3px;
}

.padding-row {
    width: 100%;
    height: 3vh;
}

.home-ticket {
    width: 100%;
    height: 100%;
    position: relative;
    right: 0;
    top: 0;
    max-height: 100px;
    max-width: 400px;
}

.invention-list-bg {
    width: 100%;
    height: 100%;
    position: relative;
    right: 0;
    top: 0;
    max-height: 110px;
    max-width: 400px;
}

.conference-list-bg {
    width: 100%;
    height: 100%;
    position: relative;
    right: 0;
    top: 0;
    max-height: 110px;
    max-width: 400px;
}

.invention-ticket-text {
	position: absolute;
    top: 51%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 1.5em;
    font-family: lokicola;
}

.conference-ticket-text {
	position: absolute;
    top: 51%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 1.5em;
    font-family: lokicola;
}

.home-section-title:hover {
    filter: sepia(0.8);
}

.home-ticket-text {
    color: black;
    position: absolute;
    top: 0;
    position: absolute;
    top: 60%;
    left: 40%;
    transform: translate(-50%, -50%)
}

.top-banner-padding-subpage {
    height: 10vh;
}

.home-section-title {
    text-align: center;
    max-height: 100px;
    max-width: 400px;
    margin: auto;
    display: inline-block;
    box-sizing: initial;
    border-radius: 25px;
    font-size: 3em;
    padding-top: 10px;
}

.title {
    text-align: center;
    font-size: 6rem;
    display: block;
    width: 100%;
    /* background: #951800;*/
    border-radius: 20px;
    margin: auto;
}

.home-top-padding {
    margin-top: 15vh;
}

.text-center {
    text-align: center;
    display: block;
}

.home-carousel {
    width: 100%;
    height: 20vh;
}

.home-carousel-slide {
    height: 100%;
}

.hover-zoom:hover {
    filter: sepia(100%);
    transition: all .3s ease-in-out;
}

.hover-zoom {
    transition: all .3s ease-in-out;
}

.home-carousel-image {
    height: 15vh;
    object-fit: contain;
    width: 100%;
}

a:hover {
    cursor: pointer;
}

.home-carousel-slide-inner {
    width: 100%;
    color: white;
    background: #951800;
}

.display-none {
    display: none!important;
}

.intro-text {
    position: absolute;
    width: 95vw;
    margin: 2.5%;
    cursor: pointer;
}

.intro-padding {
    height: 16vh;
}

.invention-list-view {
    width: 500px;
    margin: auto;
    height: 8vh;
    cursor: pointer;
    position: relative;
}

.conference-list-view {
    width: 500px;
    margin: auto;
    height: 8vh;
    cursor: pointer;
    position: relative;
}

.list-view-img-container {
    float: right;
    width: 100px;
    background-color: black;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 9%;
    top: 0%;
}

.conference-list-view-img {
    float: center;
    height: 100%;
    width: 100%;
    border-left: solid 8px black;
    border-right: solid 30px black;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}


/* Styles for the gallery */

.tz-gallery {
    padding: 40px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    border: none;
}

.tz-gallery img {
    border-radius: 2px;
}

.tz-gallery .caption {
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

.musee_img{
    cursor:pointer;
    width:380px;
    height:450px;
    margin:0 auto;
    display:block;
    margin-bottom:5px;
}

/** EDIT FOR MOBILE VIEW */

@media only screen and (min-width: 600px) {
    .invention-ticket-text {
        top: 43%;
        font-size: 1.5em;
    }

    .conference-ticket-text {
        top: 43%;
        font-size: 1.5em;
    }

    .top-banner {
        height: 100%;
    }

    .invention-list-bg {
        max-height: 100%;
    }

    .conference-list-bg {
        max-height: 100%;
    }

}

@media (min-width: 576px) {

    .index-title {
        font-size: 3em;
    }
}

@media (max-width: 768px) {
    .invention-list-view-text {
        top: 38%;
    }

    .conference-list-view-text {
        top: 38%;
    }
}

@media (min-width: 320px) and (max-width: 767px) { 
    .index-title {
        font-family: lokicola;
        font-size: 20px;
        width: 100%;
        text-align: center;
        padding-top: 4vh;
    }

    h2.home-ticket-text {
        font-size: 26px;
        top: 56%;
    }
    .title{
        font-size: 50px;
    }
    .home-ticket {
        width: 96%;
        position: relative;
        right: 0;
        top: 0;
        max-height: 48px;
    }
    .padding-row {
        width: 100%;
        height: 0vh;
    }

    .home-section-title {
        padding-top: 1px;
    }
    .invention-list-view-text{
        font-size: 28px;
    }

    .conference-list-view-text{
        font-size: 28px;
    }

    .invention-list-view{
        width: 280px;
        margin: auto;
        height: 17vh;
        cursor: pointer;
        position: relative;
        text-align: center;
        padding: 5px 0px 3px 0px;
    }

    .conference-list-view{
        width: 280px;
        margin: auto;
        height: 17vh;
        cursor: pointer;
        position: relative;
        text-align: center;
        padding: 5px 0px 3px 0px;
    }

    .invention-list-bg {
        width: 100%;
        height: 100%;
        position: relative;
        right: 0;
        top: 0;
        max-height: 110px;
        max-width: 400px;
    }

    .conference-list-bg {
        width: 100%;
        height: 100%;
        position: relative;
        right: 0;
        top: 0;
        max-height: 110px;
        max-width: 400px;
    }

    .invention-ticket-text {
        position: absolute;
        top: 60%;
        left: 47%;
        transform: translate(-50%, -50%);
        color: black;
        font-size: 20px;
        font-family: lokicola;
        width: 100%
    }

    .conference-ticket-text {
        position: absolute;
        top: 60%;
        left: 47%;
        transform: translate(-50%, -50%);
        color: black;
        font-size: 20px;
        font-family: lokicola;
        width: 100%
    }

    .list-view-img-container {
        display: none;
    }
    .musee_img{ 
        height:auto; 
    }
}

