@font-face {
    font-family: 'lobster';
    src: url('../fonts/Lobster-Regular.ttf');
}

@font-face {
    font-family: 'tilt prism';
    src: url('../fonts/TiltPrism-Regular.ttf');
}

@font-face {
    font-family: 'fugaz one';
    src: url('../fonts/FugazOne-Regular.ttf');
}

@font-face {
    font-family: 'open sans';
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Regular.ttf');
    font-weight: bold;
}

body {
    margin: 0;
    padding: 0;
    background-color: #cca984;
}

#intro {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.2rem;
}

.img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sets ul {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: bold;
}

.img-container img {
    width: 60%;
}

/*#poster-img {*/
/*    width: 60%;*/
/*}*/

/*#kahoot-img {*/
/*    width: 60%;*/
/*}*/

/*#bell-img {*/
/*    width: 60%;*/
/*}*/

#location {
    cursor: pointer;
}

#location-div {
    font-size: 0.8rem;
}

.divider {
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #634e3f;
    margin: 1rem 0;
}

#img-title {
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    width: 100%;
    height: 100%;
}

#globe {
    width: 55vw;
}

#man-img {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

#man {
    width: 20vw;
}

#theme-title {
    font-family: lobster, sans-serif;
    font-size: 2rem;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #4c4030;
}

#container {
    padding: 2rem;

}

#set1 {
    /*border: 1px solid black;*/
    /*background-color: #f46c61;*/
}

#set2 {
    /*background-color: #78589f;*/
}


.sets {
    font-family: 'Fugaz One', cursive;
    font-weight: normal;
    padding: 10px 15px 10px 0;
    font-size: 1.2em;
    margin-bottom: 15px;
    width: 80vw;
    border-radius: 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    color: #4c3e31;
}

.set-title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 8px;
}

.sets section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}


#main-title {
    color: #322920;
    font-family: tilt prism, sans-serif;
    font-size: 3rem;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#second-section {
    font-family: 'Fugaz One', cursive;
    font-size: 2rem;
    margin: 0;
    padding: 0;
}


@media (min-width: 1024px) {
    #set-title {
        font-size: 2rem;
        text-align: start;
    }

    .sets ul {
        font-family: 'Open Sans', sans-serif;
        font-size: 1.2rem;
    }

    .regroup {
        display: flex;
        flex-direction: row;
    }

    #title-div {
        width: 50vw;
    }

    #rules-div {
        width: 40vw;
        margin-left: 2vw;
        padding-top: 30px;
        padding-left: 2vw;
        border-left: 3px solid black;
    }

    #container {
        padding: 0 5vw;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .sets {
        width: 100%;
        padding: 20px;
    }

    .divider {
        display: none;
    }

    #globe {
        width: 28vw;
        font-weight: normal;
    }

    #man {
        width: 12vw;
    }

    #img-title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
        width: 100%;
        height: 0;
    }

    #main-title {
        font-size: 10rem;
    }

    #theme-title {
        font-size: 4rem;
    }

    .img-container {
        border-radius: 20px;
        overflow: hidden;
    }

    .img-container img {
        width: 20vw;
    }
}