* {
    box-sizing: border-box;
}

body {
    background-color: #3f1807;
    font-family: Veranda, sans-serif;
    color: white;
    width: 80%;
    margin: auto;
    font-size: 17px;
}

a {
    color: white;
}

h1 {
    text-align: center;
}

#header {
    background-color: rgba(255, 255, 255, 0.12);
    margin: 25px 0px;
    padding: 18px;
    border-radius: 18px;
    border: 3px solid rgba(255,255,255,0.2);
}

#logo {
    height: 25px;
    margin: -7px 15px;
}

.menubutton {
    color: white;
    text-decoration: none;
    padding: 18px;
}

.minibutton {
    display: none;
    float: right;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.12);
    padding: 18px;
    margin-top: -18px;
}

.menubutton:hover {
    background-color: rgba(255, 255, 255, 0.16);
}

#big {
    width: 65%;
    float: left;
    margin: 1% 2.5%;
}

#small {
    width: 25%;
    float: left;
    margin: 1% 2.5%;
}

#middle {
    width: 38%;
    float: left;
    margin: 1%;
}

.button {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.12);
    padding: 15px;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    border: 2px solid rgba(255,255,255,0.2);
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 17px;
}

.button:hover {
    background-color: rgba(255, 255, 255, 0.16);
}

#online {
    color: yellowgreen;
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
}

.image {
    width: 100%;
    border: 3px solid rgba(255,255,255,0.2);
    border-radius: 12px;
}

.col3 {
    width: 33.33%;
    float: left;
}

.col4 {
    width: 23%;
    float: left;
    margin: 0px 1%;
}

.space {
    margin-right: 10px;
}

.active {
    background-color: rgba(255, 255, 255, 0.2);
}

.disabled {
    background-color: rgba(0, 0, 0, 0.2);
	color: gray;
	pointer-events: none;
}

#error {
    color: yellow;
    text-align: center;
}

#status {
    text-align: center;
}

.block {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.12);
    padding: 15px;
    border-radius: 12px;
    border: 2px solid rgba(255,255,255,0.2);
    margin-bottom: 15px;
}

.gray {
    color: rgba(255,255,255,0.6);
}

.green {
    color: lightgreen;
}

.fat {
    font-weight: bold;
}

#setstatus {
    text-align: center;
    color: rgba(255,255,255,0.6);
}

.form {
    width: 100%;
    color: white;
    background-color: rgba(255, 255, 255, 0.09);
    padding: 15px;
    border-radius: 12px;
    border: none;
    border-bottom: 3px solid rgba(255,255,255,0.2);
    font-size: 17px;
}

.reply {
    float: right;
    cursor: pointer;
}

.truncated {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumbnail {
    height: 54px;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    margin-bottom: -5px;
    float: left;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.info {
    float: left;
    padding: 7px 14px
}

.iteminfo {
    width: calc(100% - 54px);
    float: left;
    padding: 7px 14px
}

.list {
    float: right;
    width: auto;
    margin-left: 14px;
}

.item {
    height: 88px;
}

.chatheader {
    width: 100%;
    font-size: 24px;
    margin-bottom: 14px;
}

.fa {
    float: right;
    margin: 0px 10px;
}

.fa-android {
    margin-top: -3px;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

th, td {
    padding: 10px;
}

tr:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.streamer {
    display: flex;
    margin: 9px;
    font-size: 20px;
}

.background {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.wow1 {
    background-image: url('wow1.jpg');
}

.wow2 {
    background-image: url('wow2.jpg');
}

.wow3 {
    background-image: url('wow3.jpg');
}

.wow4 {
    background-image: url('wow4.jpg');
}

.wow5 {
    background-image: url('wow5.jpg');
}

.wow6 {
    background-image: url('wow6.jpg');
}

.wow7 {
    background-image: url('wow7.jpg');
}

.wow8 {
    background-image: url('wow8.jpg');
}

#email_verify {
    background-color: rgba(255, 255, 255, 0.12);
    padding: 15px;
    border-radius: 12px;
    border: 2px solid rgba(255,255,255,0.2);
    overflow-wrap: break-word;
}

/* @media screen and (max-width: 920px) {
    .menubutton {
        display: none;
    }

    .minibutton {
        display: block;
    }
} */
