@font-face {
    font-family: "modeno";
    src: url("/static/fonts/modeno.ttf") format("truetype");
}

#background {
    background: url("/static/Background.jpg") no-repeat center center;
}

#creation-banner {
    background-color: rgba(16, 41, 15, 0.8);
    box-shadow: 0 0 20px black;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 2;
    position: relative;

    color: white;
}

@media (min-width: 991px) {
    #creation-banner .container {
        display: flex;
    }

    #requirements {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

#requirements {
    font-size: medium;
    width: 100%;
    text-shadow: 0 0 5px black;
}

h1 {
    font-family: modeno, sans-serif;
}

#title {
    text-shadow: 0 0 5px black;
    font-weight: 600;
}

#content {
    background-color: rgba(200, 200, 200, .5);

    padding: 20px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    box-shadow: 0 0 10px black;

    font-size: medium;
    font-family: "Segoe UI", sans-serif;
    color: black;
}

#buttons a {
    color: black;
    font-family: modeno, sans-serif;
    font-size: x-large;
}

#legal-template {
    background-color: rgba(35, 35, 35, .8);
    color: white;
    font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;

    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 0 5px black inset;
    overflow: auto;
}

.command {
    text-align: left;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    border-radius: 4px;
    word-break: break-all;
    overflow: auto;
    background-color: rgba(39, 39, 39, .8);
    color: #FFFFFF;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
    position: relative;
    margin-top: -2px;
    z-index: 4;
    padding: 7px;
}

.command_select {
    border: none;
    border-bottom-width: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: large;
    background-color: rgba(31, 40, 64, 0.8);
    color: #FFFFFF;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
}

.command_select:focus {
    outline: none;
}

.command_select-active {
    background-color: rgba(37, 75, 37, 0.8);
    height: 31px;
    z-index: 1;
}

#skyscraper-ad {
	position: absolute;
	right: 0;
	z-index: 5;
	top: 100px;
}

#screenshots {
    margin-top: 50px;
}

#screenshots img {
    width: 80%;
    margin-top: 10px;
}