@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

html
{
    overflow: hidden;
    touch-action: none;
}

.carousel-item > img
{
    max-width: 100%;
    max-height: auto;
}

.carousel
{
    padding: 0 75px;
}

body
{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #474747;
    color: white;
}

.upper-case
{
    text-transform: uppercase;
}

.instructions
{
    font-size: 2em;
    font-weight: 400;
}

.map
{
    max-width: 100%;
    max-height: auto;
}

.show-map 
{
    opacity: 1 !important;
    z-index: 99;
}

.hide-map 
{
    opacity: 0 !important;
    z-index: -1;
}

.first-floor-container 
{
    position: absolute;
}

.second-floor-container 
{
    position: absolute;
    margin-top: -18px;
}

.floor-selector
{
    margin-top: 15px;
    padding-left: 10px;
    text-align: center;
}

.btn-primary
{
    background-color: #93c841;
    border-color: #93c841;
    border-width: 5px;
    font-size: 1.3em;
    color: black;
    padding-left: 118px;
    padding-right: 118px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 430;
    letter-spacing: 4px;
}

.right-btn
{
    margin-left: 12px;
}

.left-btn
{
    margin-right: 12px;
}

.btn-primary:focus, .btn-primary:hover 
{
    box-shadow: none !important;
    background-color: #93c841 !important;
    border-color: white;
    border-width: 5px;
    color: black;
}

.btn-clicked
{
    border-color: white !important;
}

.restroom-btn-clicked
{
    color: white !important;
}

.future-event, .current-event, .past-event 
{
    padding-right: 10px;
}

.future-event
{
    z-index: 3;
    color: #f28b40;
}

.current-event
{
    z-index: 4;
    color: #93c841;
}

.past-event
{
    z-index: 2;
    color: #979797;
}

.key
{
    line-height: 120%;
    margin-top: 15px;
    list-style-type: none;
    font-weight: 450;
    font-size: 1.4em;
    position: absolute;
    right: 150px;
}

.key i
{
    font-size: 1.5em !important;
}

.key > li
{
    padding-bottom: 25px;
}

a
{
    text-decoration: none;
}

.home-icon
{
    font-size: 3.2em;
}

.button
{
    color: #93c841;
    position: relative;
}

.button:focus, 
.button:hover
{
    color: #93c841;
}

.button-container
{
    position: fixed;
    left: 60px;
    z-index: 99;
    bottom: 40px;
    font-size: 1.15em;
    font-weight: 450;
    width: 30%;
}

.button-container span
{
    padding-left: 15px;
    font-size: 1.4em;
}

.event-icon-container
{
    padding-bottom: 20px;
}

.restroom-icon-container
{   
    
    padding-bottom: 20px;
}

.home-icon-container
{
    padding-bottom: 20px;
}

.logo
{
    margin-top: 65px;
    margin-bottom: 40px; 
    height: auto;
    width: 65%;
}

.pin 
{
    position: absolute;
}

.pin img
{
    width: 22%;
    height: auto;
}

.kiosk-6
{
    top: 735px;
    left: 680px;
}

.kiosk-5
{
    top: 435px;
    left: 625px;
}

.kiosk-4
{
    top: 785px;
    left: 695px;
}

.kiosk-3
{
    top: 445px;
    left: 720px;
}

.kiosk-2
{
    top: 345px;
    left: 585px;
}

.kiosk-1
{
    top: 345px;
    left: 300px;
}

.eventbox
{
    margin: 35px auto;
    width: 90%;
    padding-left: 25px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 900px;
    font-family: 'Montserrat', sans-serif;
}

.event-image
{
    height: 225px;
    width: 100%;
    object-fit: cover;
    margin-right: 50px;
}

.event-header
{
    margin-top: 10px;
    color: #93c841;
}

.event-info
{
    color: white;
}

.event-info i
{
    color: #93c841;
    text-decoration: underline;
}

.event-description
{
    color: white;
}

.event
{
    height: 275px;
    padding-bottom: 20px;
}

.event-key
{
    padding-top: 35px;
    font-size: 1.4em;
}

::-webkit-scrollbar
{
    width: 20px;
}

::-webkit-scrollbar-track
{
    background: #58595b;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb
{
    background: #818286;
    border-radius: 10px;
}

.event-room-header
{
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    padding-bottom: 10px;
    color: white;
    text-align: center;
}

.event-button-container
{
    text-align: center;
    z-index: 99;
    bottom: 40px;
    font-size: 1.15em;
    font-weight: 450;
}

.event-button-container p
{
    padding-left: 15px;
    font-size: 1.4em;
}

.not-found-message
{
    margin-top: 200px;
}

.not-found-message > i 
{
    padding: 50px 0;
    color: #c84141;
}

.no-event-room-name 
{
    font-size: 3.5em;
    color:#93c841;
    font-weight: bolder;
}

.no-event-text 
{
    font-size:2.75em;
}

.eventlist-header
{
    font-weight: 600;
    color:#93c841;
    font-size: 2.75em;
}
