body {
    background: #e1c7ca;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    font-family: Verdana;
    font-size: 14px;
    text-align: center;
}
a:link {color: #000000;}
a:visited {color: #000000;}
a:active {color: #000000;}
a {text-decoration: none;}
.center_block {
    margin-left: auto;
    margin-right: auto;
}
.center_text {
    text-align: center;
}
.header {
    font-size: 35px;
    font-weight: bold;
}
.title_block {
    margin-top: 13px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
}
.footer {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}
.logout_button_div {
    position: absolute;
    right: 0;
    top: 0;
}
.button {
    width: 150px;
    height: 40px;
    margin: 8px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}
.link {
    text-decoration: none;
}
.login {
    margin-top: 30px;
}
.password {
    margin: 8px;
    width: 240px;
    height: 35px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    background: #ffefef;
}
.italic {
    font-style: italic;
}
.gallery_thumb {
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    margin: 2px;
    cursor: pointer;
    display: inline-block;
    width: 400px;
    height: 266px;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;            
}
.gallery_thumb:hover {
       -moz-box-shadow: inset 0px 0px 0px 999px rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 0px 0px 0px 999px rgba(255,255,255,0.2);
            box-shadow: inset 0px 0px 0px 999px rgba(255,255,255,0.2); 
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;            
}
.video_thumb {
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    margin: 0px;
    cursor: pointer;
    display: inline-block;
    width: 200px;
    height: 112px;
    background-position: 0px -19px;
    background-size: 200px 150px;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}
.video_thumb:hover {
       -moz-box-shadow: inset 0px 0px 0px 999px rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 0px 0px 0px 999px rgba(255,255,255,0.2);
            box-shadow: inset 0px 0px 0px 999px rgba(255,255,255,0.2);        
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    background-color: black;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
