@import url("//fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic");

body {
    font-family: Arvo;
    /*font-family: Helvetica, sans-serif;*/
    background-image: url("/images/Background_winter.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    /*background-color: #89add7;*/
    color: #182f7b;
    margin: 0;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    width: 50%;
  }

/*header {*/
/*    text-shadow: -1px 3px #8088de;*/
/*}*/

/* header {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.459);
} */

html {
    position: relative;
    min-height: 100%;
}

.text-box {
    width: 60vw;
    max-width: 600px;
    border: 1px solid #182f7b;
    background-color: #d0d7e3;
    color: #182f7b;
    border-radius: 5px;
    /*padding: 20px;*/
    text-align: center;
    margin: auto;
    word-break: break-word;
}

footer {
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
    width: 100%;
}

footer a {
    color: inherit;
}

.content {
    margin-right: 2em;
    padding-top: 2em;
    margin-left: calc(200px + 2em);
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 2em);
    text-align: center;
}

.content > div {
    flex-grow: 1;
}

.content > div:last-of-type {
    flex-grow: 0;
    margin-top: auto;
}

.content h1 {
    text-align: center;
    /*text-shadow: -2px 4px #f0f0f0;*/
    color: #d0d7e3;
}

.text-box h1 {
    text-align: center;
    color: #182f7b;
}

.content h3 {
    text-align: center;
    /*text-shadow: -2px 4px #f0f0f0;*/
    color: #182f7b;
}

.topbar {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #d0d7e3;
    overflow-x: hidden;
    padding-top: 20px;
}

.topbar a:hover {
    color: #e200a7;
    /*text-shadow: -2px 3px #733d6f00;*/
}

.menu {
    padding-top: 20px;
}

.menu-room-current-event {
    margin-top: 0;
    display: none;
}

/* .topbar.open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
} */

.button-container {
    display: none;
}

.logo {
    height: 150px;
    text-align: center;
}

.logo object {
    pointer-events: none;
    height: 150px;
}

.logo img {
    height: 150px;
}

nav {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    padding-bottom: 20px;

    min-width:100px;
    text-align:center;
    font-weight: bold;
    align-items: center;
}

a {
    color: #375fda;
}

nav a
{
    padding: 6px 8px 6px 8px;
    text-decoration: none;
    font-size: 25px;
    color: #182f7b;
    display: block;
}

div a {
    color: inherit;
    font-weight: bold;
}

footer a {
    color: inherit;
    font-weight: 400;
}

p, li {
    font-size: 1.2em;
}

a.discord
{
    font-size:30pt;
    color:#FFFFFF;
    background-color: #7289DA;
    text-decoration:none;
    background-image: url(/7.6/images/discord.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 5px;
    width: 180px;
    height: 60px;
    display: inline-block;
}

a.discord-icon
{
    font-size:30pt;
    text-decoration:none;
    background-image: url(/7.6/images/discord-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    margin: 5px;
    display: inline-block;
    border-bottom: none;
}


.panelist {
    margin: 0;
    font-style: italic;
}

.guest {
    background-color: #e5ebff;
    border-radius: 5px;
    padding: 20px;
    padding-top: 1px;
    margin-bottom: 30px;
}

.guest h2:last-child {
    margin-bottom: 0;
}

.guest-desc {
    display: flex;
}

.guest-desc p:first-child {
    margin-top: 0;
}

.guest-desc p:last-child {
    margin-bottom: 0;
}

.headshot {
    padding-right: 20px;
}

.headshot img {
    max-height: 350px;
    max-width: 200px;
    border-radius: 3px;
}

.staff-list h2 {
    margin-top: 0;
}

#schedule-frame {
    width: 100%;
    height: 1500px;
}

.panel-list h2 {
    margin-bottom: 0;
}

/* Vendor page styles */
.vendor-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.vendor-container > div {
    width: calc(49% - 40px);
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    word-wrap: break-word;
    word-break: break-word;
}

.vendor-links > a {
    padding: 0 .5em;
    border-right: 2px solid white
}
.vendor-links > a:last-child {
    border-right: none;
}


/* General mobile styles */
@media screen and (max-width: 1020px) {
    .vendor-container > div {
        width: unset;
    }
}

/* Guest page styles */
.guest-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: left;
    justify-content: center;
}

.p > .guest-container {
    max-width: 50%;
}

.guest-container > div {
    width: calc(49% - 50px);
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    word-wrap: break-word;
    word-break: break-word;
}

.guest-container > div.guest-VIP {
    width: 99%;
}

.guest-links > a {
    padding: 0 .5em;
    border-right: 2px solid white
}

.guest-links > a:last-child {
    border-right: none;
}
.guest-image > img  {
    max-height: 250px;
    max-width: 100%;
    display:inline-block;
    overflow: auto;
    width: 80%;
    /*border: 4px solid indigo;*/
}

.guest-VIP > .guest-image > img {
    max-height: 600px;
    /*border: 4px solid gold;*/
}

/* General mobile styles */
@media screen and (max-width: 1020px) {
    .guest-container > div {
        width: unset;
    }
}

/* Main page screen sizes */
/* @media screen and (min-width: 1146px) {
    .main {
        margin-top: 150px;
    }
} */


/* Mobile Styles open styles */
@media screen and (max-width: 730px) {
    nav {
        justify-content: start;
    }

    nav a {
        font-size: 35px;
        border-bottom: 1px solid;
        padding-bottom: 10px;
        padding-top: 10px; 
    }

    .content {
        margin-left: auto;
        margin-right: auto;
    }

    #bitrate {
        padding-right: 0;
        max-width: 100%;
    }

    .topbar.open {
        display: flex;
        display: -webkit-flex;
        justify-content: space-around;
        /* max-width: 1000px; */
        /* margin-left: auto;
        margin-right: auto; */
        flex-direction: column;
        position: absolute;
        padding-top: 10px;
    }

    .topbar.open .button-menu {
        border-radius: 50%;
        padding: 6px;
        line-height: .6em;
        font-size: 30px;
    }
}

/* @media screen and (max-width: 730px) {
    .menu {
        padding-top: 0;
    }
} */

/* Mobile menu closed styles */
@media screen and (max-width: 730px) {
    .logo {
        text-align: left;
        /* padding-left: 30px; */
    }

    .button-container {
        display: block;
    }

    .logo img {
        height: 80px;
    }

    .button-menu {
        border-radius: 5px;
        background-color: transparent;
        border: 2px solid white;
        color: white;
        padding: 10px;
        font-size: 20px;
    }

    .topbar.closed {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100vw;
        height: auto;
        position: unset;
    }

    .topbar.closed .menu {
        display: none;
    }

    nav {
        max-height: 100vh;
    }

    .topbar.open {
        height: 100vh;
        width: 100vw;
    }

    .top {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

}

.donation-title {
    margin-bottom: 0;
}

.donator {
    margin-top: 2px;
}

.front-image img  {
    width: 100%; /* Set a fixed width for the images */
    height: auto; /* Maintain aspect ratio */
}