
root { 
    display: block;
}

body {
    background-color: #000000;
}

h1 {
    font-family: "New Century Schoolbook", Arial;
    font-weight: bold;
    font-size: 1.2em;
    color: #dddddd;
    text-shadow: 0px 0px 5px #000000;
/*    color: #777777;
    text-shadow: 0px 0px 5px #ffffff;*/
}

h2 {
    font-family: "New Century Schoolbook", Arial;
    font-weight: bold;
    font-size: 1.1em;
    color: #dddddd;
    text-shadow: 0px 0px 5px #000000;
}

h3 {
    font-family: "New Century Schoolbook", Arial;
    font-weight: bold;
    font-size: 0.9em;
    color: #dddddd;
    text-shadow: 0px 0px 5px #000000;
}

p,.text {
    font-family: Arial;
    font-size: 0.8em;
    text-align: justify;
}

.a_dark {
    color: #7eb0cc;
}

.text_smaller {
    font-family: Arial;
    font-size: 0.6em;
}

.top_menu {
    font: bolder large "New Century Schoolbook", Arial;
    background-color: #050505;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.top_menu_unselected {
    color: #dddddd;
}

.top_menu_selected {
    color: #fac104;
}

.glow_header {
    box-shadow: 0px 0px 25px #fac104;
}

.glow_on_hover, .glow_cover_on_hover {
    transition: box-shadow 0.25s ease;
}

.glow, .glow_on_hover:hover {
    box-shadow: 0px 0px 10px #fac104;
}

.glow_cover_on_hover:hover {
    box-shadow: 0px 0px 10px #ffffdd;
}

.background {
    background-color: #bbaa88;
}

.client_box {
    border: #000000 solid 1px;
    margin-left: -520px;
    width: 1040px;
    position: absolute;
    top: 250px;
    bottom: 80px;
    left: 50%;
    float: left;
    padding: 0px 0px 0px 0px;
    overflow-y: auto;
    background-image: url('../resources/images/studio_back.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.client_content {
    margin-left: 220px;
    padding-right: 20px;
}

.footer_box {
    margin-left: -520px;
    background-color: #000000;
    width: 1040px;
    position: absolute;
    bottom: 10px;
    height: 50px;
    left: 50%;
    color: #dddddd;
    font-family: Arial;
    font-style: italic;
    font-size: 0.75em;
    text-align: justify;
}

.visible {
    visibility: visible;
    opacity: 1;
}

.hidden {
    visibility: hidden;
    height: 0em;
    opacity: 0;
}

.fade_in_on_hover {
    opacity: 0.4;
    transition: opacity 0.25s ease;
}

.fade_in_on_hover:hover {
    opacity: 1.0;
}

.fade_in_on_hover_soft {
    opacity: 0.2;
    transition: opacity 0.25s ease;
}

.fade_in_on_hover_soft:hover {
    opacity: 1.0;
}

.fade_in_cover_on_hover {
    opacity: 0.7;
    transition: opacity 0.25s ease;
}

.fade_in_cover_on_hover:hover {
    opacity: 1.0;
}

.fade_in_disabled {
    opacity: 0.2;
    cursor: default;
}

.audioplayer {
    position: absolute;
    margin-left: 290px;
    width: 230px;
    height: 100px;
    top: 65px;
    left: 50%;
}

.header_logo {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

.header_spacer {
    height: 30px;
}