body{
letter-spacing: 1px;
}

.background{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: -1;
filter: blur(3px);
}

.header{
width: 100%;
padding: 1px;
text-align: center;
position: absolute;
top: 0%;
left: 0%;
}

.header h1{
font-size: 74px;

font-weight: bold;
color: white;
text-shadow: 1px -3px 0 #FF8585, 2px 3px 0 #09376F, -3px 3px 0 #0F2949;
width: 100%;
}

.header h2{
color: white;
}

.back{
background: url("9.gif") no-repeat center;
background-size: cover;
height: 330px;
position: relative;
}

@media screen and (max-width: 900px){
.back{
height: 360px;
}

}

ul.link{
list-style-type: none;
margin: 0;
padding: 0;
width: 25%;
background-color: #00030F;
height: 100%;
overflow: auto;
z-index: 4;
}

ul.link li a{
display: block;
color: white;
text-align: center;
padding: 25px 25px;
text-decoration: none;
font-size: 23px;

}

ul.link li a:hover{
color: black;
transition: .2s ease;
background-color: white;
}

ul.link li a.links{
background-color: #251F32;
border-radius: 10px;
color: white;
}

@media screen and (min-width: 1100px){
ul.link{
width: 100%;
height: auto;
position: relative;
}

ul.link li a{
float: left;
}

}

@media screen and (max-width: 1100px){
ul.link li a{
display: none;
}

}

.dropbtn{
background-color: #00030F;
color: white;
padding: 16px;
font-size: 22px;
cursor: pointer;
width: 100%;
border: none;
transition: .2s ease;
}

.dropbtn:hover{
background-color: white;
color: black;
}

.dropdown{
position: relative;
display: inline-block;
}

.dropdown-content{
text-align: center;
display: none;
position: absolute;
background-color: white;
width: 100%;
overflow: auto;
z-index: 3;
}

.dropdown-content a{
color: black;
text-decoration: none;
display: block;
padding: 10px;
transition: .2s ease;
}

.dropdown-content a:hover{
background-color: #D2C0DE;
}

.show{
display: block;
}

@media screen and (max-width: 1100px){
.dropdown{
display: block;
}
}

@media screen and (min-width: 1100px){
.dropdown{
display: none;
}
}

p{
font-size: 24px;

line-height: 1.4;
padding: 20px 60px 0 60px;
letter-spacing: 5px;
color: white;
text-align: center;
text-shadow: 1px 1px 0 #230033, 1px 2px 0 #230033;
}

p a{
text-decoration: none; 
color: #F47A07;
}

p a:hover{
color: #FCC004;
transition: .2s ease;
font-size: 25px;
}

.p1{
margin: 40px 20px 0 20px;
text-align: center;
}

.p2{
text-align: center;
font-size: 29px;
color: white;
text-shadow: 1px -1px 0 #230033, 1px 2px 0 #230033;
padding: 0 50px;
margin-top: 10px;
margin-bottom: 30px;
font-weight: bold;
}

.p3{
text-align: center;
font-size: 29px;
color: white;
text-shadow: 1px -1px 0 #230033, 1px 2px 0 #230033;
margin-top: 30px;
margin-bottom: -20px;
font-weight: bold;
}

.p4{
text-align: center;
font-size: 32px;
color: white;
text-shadow: 1px -1px 0 #230033, 1px 2px 0 #230033;
font-weight: bold;
}

.box{
list-style: none;
text-align: center;
background-color: #2C3C57;
padding: 10px 10px 10px 0;
}

.box li{
display: inline-block;
text-align: center;
font-size: 21px;
color: white;
padding: 5px;
}

.box li a{
text-decoration: none;
color: white;
transition: .1s ease-in;
}

.box li a:hover{
border-radius: 5px;
background-color: #657289;
font-size: 21px;
padding: 2px;
}

@media screen and (max-width: 900px){
.box li a{
padding: 0px;
}
}

.foot{
margin-top: 20px;
margin-bottom: 10px;
color: white;
text-align: center;
font-size: 20px;
margin: 30px 20px 34px 20px;
text-shadow: 1px -1px 0 #230033, 1px 2px 0 #230033;
}

.p1 h1{
font-size: 37px;
font-weight: bold;

color: white;
text-align: center;
text-shadow: 1px -1px 0 #230033, 1px 2px 0 #230033;
margin-top: 50px;
margin-bottom: -10px;
}

.p1 h2{
text-align: center;
font-size: 33px;
color: white;
text-shadow: 1px -1px 0 #230033, 1px 2px 0 #230033;
margin-top: 30px;
margin-bottom: 40px;
font-weight: bold;
}

.his {
display: inline-block;
border: 1px solid #ddd;
padding: 3px;
width: auto;
margin: -20px 7px 50px 7px;
transition: .2s ease;
}

.his .his-cont{
visibility: hidden;
position: fixed;
top: 30%;
right: 2%;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
opacity: 0;
transition: .2s ease;
}

.his:hover .his-cont{
opacity: 1;
visibility: visible;
}

.his:hover{
border: 1px solid #F3A600;
padding: 3px;
border-radius: 4px;
}

.his1 {
display: inline-block;
border: 1px solid #ddd;
padding: 3px;
width: auto;
margin: -20px 7px -10px 7px;
transition: .2s ease;
}

.his1 .his-cont1{
visibility: hidden;
position: fixed;
top: 30%;
right: 2%;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
opacity: 0;
transition: .2s ease;
}

.his1:hover .his-cont1{
opacity: 1;
visibility: visible;
}

.his1:hover{
border: 1px solid #F3A600;
border-radius: 2px;
}

.pic1{
position: fixed;
top: 56%;
right: 16%;
z-index: -1;
filter: blur(1px);
}

.pic2{
position: fixed;
top: 50%;
right: 24%;
z-index: -1;
opacity: 0.8;
filter: blur(1px);
}

.pic3{
position: fixed;
top: 30%;
right: 8%;
z-index: -1;
opacity: 0.8;
filter: blur(1px);
}

.pic4{
position: fixed;
top: 32%;
left: 30%;
z-index: -1;
opacity: 0.8;
filter: blur(1px);
}

.pic5{
position: fixed;
bottom: 13%;
left: 8%;
z-index: -1;
opacity: 0.8;
filter: blur(1px);
}

.pic6{
position: fixed;
top: 48%;
left: 40%;
z-index: -1;
opacity: 0.8;
filter: blur(1px);
}

.backtype{
font-size: 23px;
text-decoration: none;
color: white;
transition: .2s ease;
}

.backtype{
position: -webkit-sticky;
position: sticky;
top: 15%;
z-index: 1;
float: left;
display: inline-block;
background-color: #776492;
transition: .2s ease;
padding: 8px 25px;
border-radius: 5px;
animation-name: forbacktype;
animation-iteration-count: infinite;
animation-duration: 3s;
}

@keyframes forbacktype{
0% {background-color: #776492;}
50% {background-color: #4C06AB;}
100% {background-color: #776492;}
}

.backtype{
font-size: 23px;
text-decoration: none;
color: white;
transition: .2s ease;
}

.backtype:hover{
font-size: 25px;
padding: 10px 27px;
animation-duration: 1s;
border-radius: 15px;
}

.backtype .backtypetip{
visibility: hidden;
opacity: 0;
transition: .2s ease;
position: absolute;
top: 55px;
left: 3%;
background-color: #2C3C57;
width: 120%;
}

.backtype .backtypetip  a{
list-style: none;
font-size: 15px;
color: white;
text-decoration: none;
text-align: center;
padding: 10px;
display: block;
transition: .2s ease;
}

.backtype:hover .backtypetip{
visibility: visible;
opacity: 1;
}

.backtypetip a:hover{
background-color: #3f5273;
}

.content{
display: none;
}

.loader-wrapper{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #0F0234;
display: flex;
justify-content: center;
align-items: center;
}

.loader{
display: inline-block;
width: 30px;
height: 30px;
position: relative;
border: 4px solid white;
animation: loader 2s infinite ease;
}

.loader-inner{
vertical-align: top;
display: inline-block;
width: 100%;
background-color: white;
animation: loader-inner 2s infinite ease-in;
}

@keyframes loader{
0% { transform: rotate(0deg);}
25% { transform: rotate(180deg);}
50% { transform: rotate(180deg);}
75% { transform: rotate(360deg);}
100% { transform: rotate(360deg);}
}

@keyframes loader-inner{
0% { height: 0%;}
25% { height: 0%;}
50% { height: 100%;}
75% { height: 100%;}
100% { height: 0%;}
}

.load-text{
position: absolute;
top: 60%;
font-size: 20px;
color: white;
font-weight: bold;
animation: load-text 6s infinite ease;
letter-spacing: 3px;
}

@keyframes load-text{
0% { font-size: 20px;}
25% { font-size: 19.5px;}
50% { font-size: 20px;}
75% { font-size: 19px;}
100% { font-size: 20px;}
}