@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Stardos+Stencil:wght@400;700&display=swap') ;

body {
	font-family: 'Crimson Pro', sans-serif;
	color: black;
    font-size: 14pt;
	background-image: url('pictures/ocean.jpg');
    background-size: cover;
    background-attachment: fixed;
}
.reppu_body{
    font-family: 'Crimson Pro', sans-serif;
	color: black;
    font-size: 14pt;
	background-image: url('pictures/reppu-bg.jpg');
    background-size: cover;
    background-attachment: fixed;

}
.index_body{
    font-family: 'Crimson Pro', sans-serif;
	color: black;
    font-size: 14pt;
	background-image: url('pictures/indexbg.png');
    background-size: cover;
    background-attachment: fixed;
}
.carrier_body{
    font-family: 'Crimson Pro', sans-serif;
	color: black;
    font-size: 14pt;
	background-image: url('pictures/carrierbg.jpg');
    background-size: cover;
    background-attachment: fixed;   
}
.interceptor_body{
    font-family: 'Crimson Pro', sans-serif;
	color: black;
    font-size: 14pt;
	background-image: url('pictures/interseptorbg.jpg');
    background-size: cover;
    background-attachment: fixed;   
}
.raiden_body{
    font-family: 'Crimson Pro', sans-serif;
	color: black;
    font-size: 14pt;
	background-image: url('pictures/raidenbg.jpg');
    background-size: cover;
    background-attachment: fixed;   
}
.shiden_body{
    font-family: 'Crimson Pro', sans-serif;
	color: black;
    font-size: 14pt;
	background-image: url('pictures/shidenbg.jpg');
    background-size: cover;
    background-attachment: fixed;   
}
.jet_and_rocket_body{
    font-family: 'Crimson Pro', sans-serif;
	color: black;
    font-size: 14pt;
	background-image: url('pictures/jandrbg.jpg');
    background-size: cover;
    background-attachment: fixed;   
}
.shusui_body{
    font-family: 'Crimson Pro', sans-serif;
	color: black;
    font-size: 14pt;
	background-image: url('pictures/shusuibg.jpg');
    background-size: cover;
    background-attachment: fixed;
}
.kikka_body{
    font-family: 'Crimson Pro', sans-serif;
	color: black;
    font-size: 14pt;
	background-image: url('pictures/kikkabg.jpg');
    background-size: cover;
    background-attachment: fixed;
}

#wrapper {
	background-image: url('pictures/zerowrapperbg.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
	width: 1000px;
	margin: 50px auto;
	border: 4px solid rgb(255, 0, 0);
	border-radius: 30px;
	padding: 40px;
}

h1 {
	font-family: 'Stardos Stencil', fantasy;
	font-size: 35pt;
	text-decoration: none; 
    font-variant: small-caps;
}

.bolder {
	font-weight: bold;
}

nav {
    padding: 1px 30px;
}

nav ul {
    padding: 0;
    margin: 10px auto;
    display: flex; 
	justify-content: center; 
    gap: 10px; 
    position: relative;
}

nav ul li { 
    list-style-type: none; 
    border: 5px solid rgb(255, 0, 0); 
    width: 170px; 
    box-shadow: 0px 0px 4px rgb(0, 225, 255); 
    background-image: url('pictures/metalzerobg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px; 
    transition: 0.3s; 
    color: black;
    text-align: center;
    position: relative;
    font-variant: small-caps;
}

nav ul li:hover { 
    background-image: url('pictures/zerowrapperbg.png');
    background-size: cover;
    background-attachment: fixed;
    box-shadow: 0px 0px 20px rgb(0, 225, 255); 
}

nav ul li a { 
    color: rgb(255, 0, 0); 
    transition: 0.3s; 
    text-decoration: none; 
    display: block;
    text-align: center;
    padding: 10px; 
}

nav ul li a:hover { 
    color: rgb(255, 0, 0);
    text-decoration: none; 
}

.group {
    width: 112px;
    height: 30px;
    float: left;
    margin: 0 50px;
}

.drop {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.group:hover .drop {
    height: 50px;
    visibility: visible;
    opacity: 1;
}

a {
    color: rgb(255, 0, 0); 
    text-decoration: none; 
}

a:hover {
    color: rgb(100,50,0);
}


.zero-bg {
    background-image: url('pictures/metalzerobg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 900px;
    margin: 5px auto;
	border-radius: 30px;
    padding: 50px;
}

footer{ 
  color: red;          
  padding: 20px;        
  text-align: center; 
}


.low{
    width: 400px;
}

figure{
 float: left;
}

aside {
    float: right;
    width: 30%; 
    padding: 20px;
    border: 2px solid rgb(255, 0, 0);
    border-radius: 10px;
    font-size: 16pt;
    font-family: 'Crimson Pro', sans-serif;
    margin-left: 10px;
}