@font-face {
    font-family: AntaresFont;
    src: url(../font/nasalization_rg.ttf);
}
@font-face {
    font-family: OpenSans;
    src: url(../font/Open_Sans/static/OpenSans/OpenSans-Medium.ttf);
}
#LanguageSwitch {
    position: absolute;
    background-color: #183770bd;
    width: 100%;
    z-index: 2;
    display: none;
}
#Lcloseb {
    width: 100%;
    padding-bottom: 13px;
    float: left;
}
#Lcloseb img {
    float: right;
    margin-top: 16px;
    margin-right: 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
#LanguageSelector{
    background-color: #e5e4e2;
    width: 250px;
    margin: auto;
    box-shadow: 0px 0px 8px #e5e4e2;
    border-radius: 10px;
}
#LanguageSwitch table{
    border-collapse: collapse;
    width: 100%;
    height: 20px;
    font-size: 16px;
    color: rgb(28, 28, 28);
    font-family: AntaresFont;
}
#LanguageSwitch tr:hover{
    background-color: #183770;
}
#LanguageSwitch tr:hover a{
    color: rgb(229, 228, 226);
}
#LanguageSwitch td {
    border-top: 1px solid #183770;
    padding: 15px;
    width: 50%;
    cursor: pointer;
}
#LanguageSwitch td img{
    margin-left: 40%;
}
#LanguageSwitch td a{
    text-decoration: none;
    color: rgb(28, 28, 28);
}
@media only screen and (min-width:1250px) {
body {
    margin: 0;
    background-image: url(../img/background.avif);
    background-size: cover;
    background-attachment: fixed;
}
.dropbtni a {
    display: block;
}
.dropbtniTitle {
    display: none;
}
header {
    width: 100%;
    height: 170px;
    background-color: rgb(28, 28, 28);
    box-shadow: 0 6px 5px rgba(28, 28, 28, .5);
    position: relative;
    z-index: 1;
}
#hdrframe {
    max-width: 1250px;
    height: 160px;
    padding-top: 10px;
    margin: auto;
}
#menu, #menunav {
    display: none;
}
#logo, #logo img, #footerlogo, #footerlogo img {
    width: 150px;
    height: 150px;
}
#logo {
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}
#footerlogo {
    margin: auto;
    margin-top: 10px;
}
nav {
    margin-top: 62px;
    float: left;
}
.dropbtn {
    background-color: transparent;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropbtn a ,#Lng{
    color: rgb(229, 228, 226);
    text-decoration: none;
    font-family: AntaresFont;
    text-transform: uppercase;
    text-shadow: 0 0 5px green;
}
.dropbtn a:hover ,#Lng:hover{
    color: #183770;
    text-shadow: 0 0 2px rgb(229, 228, 226);
}
#Lng img{
    position: absolute;
    margin-top: 1px;
}
#Lng span{
    margin-left: 40px;
}
.rrw {
    float: right;
    margin-left: 10px;
    transition: all .3s ease-in-out;
}
.rrw img {
    width: 10px;
}
.drpdwn {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.drpdwn-content {
    display: block;
    position: absolute;
    padding-top: 20px;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.drpdwn-content-frame {
    background-color: rgb(229, 228, 226);
    box-shadow: 0 0 5px rgb(229, 228, 226);
    border-radius: 10px;
}
.drpdwn-content a {
    color: rgb(28, 28, 28);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.drpdwn-content a:hover {
    background-color: rgb(28, 28, 28);
    color: rgb(229, 228, 226);
}
.frstlmnt {
    border-radius: 10px 10px 0 0;
}
.lstlmnt {
    border-radius: 0 0 10px 10px;
}
.drpdwn:hover .drpdwn-content {
    opacity: 1;
    visibility: inherit;
}
.drpdwn:hover .rrw {
    transform: rotate(180deg);
}
#costumer,.continuelink{
    width: 140px;
    height: 30px;
    float: right;
    background-color: #183770;
    padding-top: 8px;
    padding-left: 20px;
    margin-top: 53px;
    margin-right: 10px;
    font-family: AntaresFont;
    box-shadow: 0px 0px 5px rgb(229, 228, 226);
    border-radius: 40px;
    color: rgb(229, 228, 226);
    cursor: pointer;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}
#costumer:hover{
    box-shadow: 0px 0px 10px rgb(229, 228, 226);
}
#panel{
    font-size: 14px;
    margin-top: 3px;
}
#costumer a{
    text-decoration: none;
    color: rgb(229, 228, 226);
}
#content {
    width: 100%;
    height: auto;
    position: relative;
    font-family: OpenSans;
}
/*content*/
#ReaderFloor{
    width: 100%;
    max-width: 1250px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: rgb(229, 228, 226);
    box-shadow: 0px 0px 12px rgb(28, 28, 28);
}
#TitleFloor{
    padding-left: 30px;
    padding-top: 10px;
}
#imgFloor{
    width: 50%;
    height: 300px;
    float: right;
    margin-right: 30px;
}
#imgFloor img{
    border-radius: 30px;
    box-shadow: 0px 0px 12px rgb(28, 28, 28);
    transition: all 1s ease-in-out;
    opacity: 0;
    margin-right: 30px;
}
#imgFloor img:nth-child(1){
    width: 300px;
    height: 150px;
    float: right;
    margin-top: -50px;
}
#imgFloor img:nth-child(2){
    width: 150px;
    height: 225px;
    float: left;
    margin-left: 30px;
}
#imgFloor img:nth-child(3){
    width: 200px;
    height: 100px;
    float: right;
    margin-top: 110px;
}
#ReaderContent{
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}
footer {
    width: 100%;
    background-color: rgb(28, 28, 28);
    box-shadow: 0 -6px 5px rgba(28, 28, 28, .5);
    position: relative;
    z-index: 1;
}
#footernav, #copyright {
    max-width: 1200px;
    margin: auto;
}
#copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: medium;
    color: rgb(229, 228, 226);
    font-family: AntaresFont;
    font-size: 14px;
    border-top: 1px solid rgb(229, 228, 226);
}
#C {
    color: rgb(229, 228, 226);
    text-decoration: none;
    text-shadow: 0 0 8px green;
    display: inline-block;
}
#C:hover {
    color: rgb(28, 28, 28);
}
#footernav {
    height: 250px;
}
.footerdiv {
    width: 25%;
    padding-top: 30px;
    float: left;
    font-family: AntaresFont;
    color: rgb(229, 228, 226);
}
.footerdiv hr {
    width: 90%;
    margin-left: 0;
}
.footerdivtitle {
    font-size: 18px;
    text-shadow: 0 0 5px green;
    margin-bottom: 10px;
}
.footerdivconte {
    margin-top: 10px;
}
.footerdivconte a {
    font-size: 14px;
    color: rgb(229, 228, 226);
    text-decoration: none;
}
.footerdivconte a:hover {
    text-shadow: 0 0 3px green;
}
#ftfrst {
    width: 25%;
    float: left;
    font-family: OpenSans;
    color: rgb(229, 228, 226);
    font-size: 14px;
    margin-top: 40px;
}
#social {
    float: right;
    width: 305px;
    height: 25px;
    margin-top: -5px;
}
.mmbr {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
    box-shadow: 0 0 3px rgb(229, 228, 226);
    cursor: pointer;
    transition: all .1s ease-in-out;
}
.mmbr:hover {
    width: 30px;
    height: 30px;
    margin-top: -2.5px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgb(229, 228, 226);
}
}@media only screen and (max-width:1250px) {
    #LanguageSwitch{
        margin-top: -10px;
        margin-left: -10px;
    }
    html {
    scroll-behavior: smooth;
}
body {
    background-image: url(../img/background.avif);
    background-size: cover;
    background-attachment: fixed;
}
header {
    width: 100%;
    height: 150px;
    background-color: rgb(28, 28, 28);
    box-shadow: 0 6px 5px rgba(28, 28, 28, .5);
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
#hdrframe {
    width: 100%;
    height: 150px;
    margin: auto;
}
#logo, #logo img, #footerlogo, #footerlogo img {
    width: 130px;
    height: 130px;
    margin: auto;
}
#logo, #logo img {
    margin-top: 10px;
}
#menu, #menunav {
    display: block;
    position: absolute;
    font-family: AntaresFont;
    margin: -10px;
}
#menu, #menu img {
    width: 24px;
    height: 18px;
    margin-top: 10px;
}
#menu {
    margin: 54px;
}
#menunav {
    width: 100%;
    margin-left: -100%;
    transition: all 0.4s ease-in-out;
    background-image: url(../img/background1.avif);
    background-size: cover;
    background-attachment: fixed;
    z-index: 2;
    overflow: scroll;
}
nav {
    display: none;
}
#costumer {
    display: none;
}
.rrw_ {
    display: none;
}
#panel {
    width: 160px;
}
#content {
    width: 100%;
    height: auto;
    position: relative;
    font-family: OpenSans;
}
/*content*/
#ReaderFloor{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: rgb(229, 228, 226);
    box-shadow: 0px 0px 12px rgb(28, 28, 28);
}
#TitleFloor{
    padding-left: 30px;
    padding-top: 10px;
}
#imgFloor{
    display: none;
}
#ReaderContent{
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}
footer {
    width: 100%;
    background-color: rgb(28, 28, 28);
    box-shadow: 0 -6px 5px rgba(28, 28, 28, .5);
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 10px;
}
#footernav, #copyright {
    width: 90%;
    margin: auto;
}
#copyright {
    padding-top: 80px;
    padding-bottom: 50px;
    font-size: medium;
    color: rgb(229, 228, 226);
    font-family: AntaresFont;
    font-size: 14px;
    border-top: 1px solid rgb(229, 228, 226);
    margin-top: 40px;
}
#C {
    color: rgb(229, 228, 226);
    text-decoration: none;
    text-shadow: 0 0 8px green;
    display: inline-block;
}
#footernav {
    height: 740px;
}
.footerdiv {
    width: 100%;
    padding-top: 30px;
    font-family: AntaresFont;
    color: rgb(229, 228, 226);
}
.footerdivtitle {
    font-size: 18px;
    text-shadow: 0 0 5px green;
    margin-bottom: 10px;
}
.footerdivconte {
    margin-top: 10px;
}
.footerdivconte a {
    font-size: 14px;
    color: rgb(229, 228, 226);
    text-decoration: none;
}
.footerdivconte a:hover {
    text-shadow: 0 0 3px green;
}
#ftfrst {
    width: 100%;
    font-family: OpenSans;
    color: rgb(229, 228, 226);
    font-size: 14px;
}
#closeb img {
    float: right;
    margin-top: 24px;
    margin-right: 24px;
    width: 24px;
    height: 24px;
}
#menunavtitle {
    float: left;
    margin-top: 24px;
    margin-left: 24px;
    font-size: 18px;
    width: 211px;
}
#menunavtitle img {
    float: left;
    margin-right: 10px;
    width: 24px;
}
#menunavi {
    margin-left: 20px;
    margin-top: 50px;
    font-size: 14px;
    text-decoration: underline;
}
#tabframe {
    width: 100%;
    height: 100px;
}
.dropbtni, .drpdwn-content-framei {
    width: 200px;
    height: 50px;
}
.dropbtni a {
    display: none;
}
.dropbtniTitle {
    display: block;
    float: left;
}
.dropbtniTitle img {
    margin-top: -1px;
    float: left;
    margin-right: 5px;
}
.drpdwn-content-framei {
    margin-left: 10px;
    height: auto;
    width: 330px;
    margin-bottom: 30px;
}
.drpdwn-content-framei hr {
    width: 190px;
    float: left;
}
.drpdwn-content-framei a {
    display: block;
    height: 30px;
    text-decoration: none;
    color: rgb(28, 28, 28);
}
.rrwr {
    float: right;
}
.rrwr img {
    width: 20px;
}
#social {
    width: 205px;
    height: 25px;
    margin: auto;
    margin-top: -80px;
}
.mmbr {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 20px;
    box-shadow: 0 0 4px rgb(229, 228, 226);
    cursor: pointer;
    transition: all .1s ease-in-out;
}
.mmbr:first-child {
    margin-left: 0;
}
}