html, body {
    background: white;
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#center {
    position: absolute;
    width: 60%;
    /* min-height: 100%; */
    left: 50%;
    transform: translate(-50%,0%);
    margin: auto;
    background: #ffffff;
    box-shadow: 5px 0 5px #888888, -5px 0 5px #888888;
    text-align: center;
}
#banner {
    width: 100%;
    height: auto;
    display: block;
}
#banner img {
    width: 100%;
}
.Menu {
    /* position: relative; */
    height: 30px;
    background: #006699;
    padding: 3px 0;
    text-align: center;
    font-size: 10pt;
    font-family: Arial;
}
.Menu a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 5px 7px;
    display: inline-block;
    vertical-align: middle;
    margin: auto 10px;
}
.Menu a:hover {
    background: #fff;
    color: #006699;
}
#content {
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translate(-50%,0%);
    margin-top: 5vh;
}
.title-img {
    margin-bottom: 3%;
}
.video-frame {
    margin-bottom: 10%;
}
.player {
}
.text-before-video {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #bd0000;
    direction: rtl;
    text-align: center;
}
.text-after-video {
    direction: rtl;
    text-align: right;
}
.text {
    font-family: sans-serif;
    font-size: 18px;
    margin-top: 10px;
    color: #006699;
}
#footer {
    margin-top: 100px;
    margin-bottom: 20px;
    width: 90%;
}
#logo {
    position: absolute;
    bottom: 10px;
    right: 5%;
}
#detailsDiv {
    position: absolute;
    bottom: 10px;
    left: 5%;
    text-align: center;
    background-color: #166699;
    padding: 1% 5%;
    margin-left: 3%;
}
#detailsDiv span {
    color: white;
    font-size: large;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}