h1 {
    color: #837cff;
    font-size: 50px;
    font-weight: lighter;
    text-overflow: ellipsis
}

#container {
    display:flex;
    position:relative;
    max-width:1300px;
    margin:128px auto 42px;
    overflow:hidden;
    background:linear-gradient(0deg,rgba(30,30,30) 0,rgba(30,30,30,.6) 69%),url('images/backs/OSG.png') right/cover;
    border:2px inset #600;outline:#300 solid 1px 3px;
    box-shadow:inset 0 2px 16px 2px,0 6px 24px 12px
}

.double {
    outline-style: double;
}

#text-content {
    font-family: 'imprint mt shadow';
    color: #eaeaea;
    padding: 10px 21px;
    box-sizing: border-box;
    font-size: 20px;
    max-width: 1060px;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.3), 0px 4px 8px rgba(0,0,0,0.8), 0px 3px 14px rgba(0,0,0,0.3);
}

@media (max-width: 1360px) {
    #text-content {
        max-width: 70%;
    }
}

#image-frame {
    width: 220px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 20px;
    border-left: 1px solid #100;
    right: 1px;
    position: absolute
}

#image-container {
    width: 200px;
    min-height: 200px;
    height: fit-content;
    max-height: 239px;
    overflow: hidden;
    border: 1px solid #100;
    background: #000
}

#image-container img {
    width: 210px;
    height: auto;
    display: block
}

.appearance-buttons {
    display: flex;
    margin: 1px -1px;
    padding-left: 2px
}

button {
    width: 100px;
    border-radius: 0;
    color: #0049fe;
    outline: inset 2px #789fff;
    border: outset 1px #789fff;
    background: #4279ff;
    cursor: url('/cursorclick.png'),auto
}

button:hover {
    background: #4cdcff
}

.pressed {
    background: #4cdcff
}

.text-entry {
    border-bottom: solid 1px #900;
    margin-bottom: 10px;
    line-height: 33px;
}

.infobox {
    height: 109px;
    width: 200px;
    background: #009ae0;
    border: inset 1px #00164c;
    color: #002b96;
    box-shadow: #000000 0px 5px 7px -5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    line-height: 12px;
}

.textbox {
    height: 19px;
    width: 200px;
    background: #009ae0;
    border: inset 1px #00164c;
    color: #002b96;
    margin-top: 25px;
    text-align: center;
    line-height: 1;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
}

#header-container {
    top: 0;
    width: 100%;
    z-index: 2
}

a {
    cursor: url('/cursorclick.png'),auto
}

@media (max-width: 1440px) {
    #container {
        width:87%
    }

    .text-entry:first-of-type,
    .text-entry:nth-of-type(2),h1 {
        width: calc(98vw - 512px);
        min-width: 423px
    }
}

@media (max-width: 1280px) {
    .text-entry {
        font-size:18px;
        line-height: 1.5
    }

    #text-content {
        line-height: 12px
    }

    h1 {
        font-size: 42px
    }
}

.infobox {
    font-size: 14px
}

@media (max-height: 768px) {
    #container {
        margin-top: 86px;
    }
}
