body{
    background-color: black;
    color: #fafafa;
    font-family: 'Exo 2'
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #ffffff;
    font-weight: 500;
    font-family: 'Exo 2'
}
.modal-dialog {
    color: black;
}
.page-logo{
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    font-size: 3em;
    font-family: 'Exo 2'
}
.header-logo{
    width: 250px;
}
input, button, select, textarea {
    color: black;
    font-family: 'Exo 2'
}
.page-header{
    border: none;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;    
}
.ph-top{
    margin: auto;
    border: none;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;    
}
#macroevent-name{
    font-size: 2em;
    text-align: center;
}
#macroevent-logo{
    width: 20%;
}
#macroevent-desc{
    font-size: 1em;
}
.room-select{
    clear: both;
    font-family: 'Exo 2';
    display: flex;
    align-items: center;
}
.panel{
    background-color: black;
    border: none;
}
.panel-default{
    background-color: black;
}
.panel-default>.panel-heading{
    background-color: black;
    border: none;
    color: white;
}
.panel-title{
    font-size: 1.3em;
}
.list-group-item{
    background-color: black;
    color: white;

}
#invite-to-stream{
    text-align: center;
    font-weight: 400;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#streamscards{
    display: flex;
    flex-flow: column;
}
.eventcard{
    color: white;
    display: flex;
    align-items: center;
}
.event-logo{
    width: 200px;
    margin: 20px;
    border-radius: 10%;
}
#live-event{
    text-align: center;
}
#live-event-logo{
    width: 80%;
    max-width: 250px;
}
#live-event-title{
    font-size: 1.2em;
    font-weight: 800;
}
#live-event-desc{
    width: 80%;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}
#room{
    text-align: center;
}
#goinglive{
    color: red;
    font-size: 2em;
}

#room-controls{
    background-color: #222222;
    color: white;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    margin: 40px;
}
#live-controls{
    background-color: #222222;
    color: white;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    margin: 40px;
}
#live-event-controls{
    background-color: #ffffff;
    color: #333333;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-evenly;
}
#start{
    flex:1;
}
#exit{
    flex:1;
}
.fa-solid, .fas {
    font-weight: 900;
    font-size: 2em;
}
#room-controls-audiotoggler{
    background-color: #ffffff;
    color: #333333;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-evenly;
}
#language-switch{
    flex: 1;
}
#room-controls>i{
    color: white;
    width: 10px;
    height: 10px;
}


@media screen and (max-width: 1024px){
    .header-logo{
        width: 250px;
    }
    .event-logo{
        width: 150px;
        margin: 10px;
    }
    #macroevent-logo{
        float: none;
        width: 100px;
    }
    #macroevent-name{
        font-size: 1.5em;
    }
    #macroevent-desc{
        font-size: 1em;
    }
    #live-event-logo{
        width: 80%;
        max-width: 400px;
    }
}
@media screen and (max-width: 768px){
    .header-logo{
        width: 200px;
    }
    #macroevent-logo{
        float: none;
        width: 40%;
        margin-bottom: 10px;
    }
    #macroevent-name{
        font-size: 2em;
    }
    #macroevent-desc{
        font-size: 1em;
    }
    #live-event-logo{
        width: 45%;
        max-width: 400px;
    }
    .room-select{
        font-size: 0.8em;
    }
    .audiodev-select{
        width:75%;
        float: left;
        margin-bottom: 10px;
    }
    .audiodev-refresh{
        width:18%;
        float: right;
    }
}
@media screen and (max-width: 480px){
    .page-logo{
        color: #ffffff;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .header-logo{
        width: 100px;
    }
    
    #macroevent-name{
        font-size: 1.2em;
        margin: auto;
        text-align: center;
    }
    .event-logo{
        width: 150px;
        margin: 10px;
    }
    .eventDescDiv{
        display: none;
    }
    #live-event-desc{
        width: 80%;
        text-align: left;
        margin: auto;
        margin-top: 10px;
    }
}