/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */



body {
    /* background-image: url("Railgun S02E11 Background 2.jpg"); */
    /* background-image: url(data:image/gif;base64,); */
    background-color: #0D0D0D;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color: white;
    font-family: Default;
}

a {
    color: yellow;
    background-color: blue;
}

#a00e {
    color: yellow;
    background-color: blue;
}

#a000 {
    color: white;
    background-color: black;
    font-size: 2vw;
}

img {
    width: 50%;
    border: 0.2vmax solid crimson;
}

#a00ex {
    background-color: transparent;
}

p {
    font-size: 100%;
    text-align: center;
}

#t001 {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    border-style: double;
    border-color: white;
    color: white;
    font-size: 6vw;
    text-align: center;
}

#t002 {
    color: pink;
    font-size: 2vw;
    text-align: center;
    margin: 0;
}

#t003 {
    color: white;
    font-size: 4vw;
    text-align: center;
    margin: 0;
}

#a001 {
    color: white;
    background-color: black;
}

#a002 {
    color:black;
    background-color: white;
    margin-left: 5px;
}

#a003 {
    color: white;
    background-color: black;
    font-size: 2vmax;
}

#pa003 {
    margin: 100px;
}

#a004 {
    color: white;
    background-color: black;
}

#a005 {
    width: 50%;
    color: white;
    background-color: black;
    font-size: 1.5vmax;
}

#h001 {
    color: cyan;
}

#h002 {
    margin-bottom: 300px;
    color: cyan;
    border-style: double;
}

#h003 {
    background-color: black;
    margin-bottom: 300px;
    color: cyan;
    border-style: double;
}

#p001 {
    background: linear-gradient(to right, black, purple);
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* font-size: 2vmax; */
    font-size: 100%;
    border-style: outset;
    border-width: 5px;
    border-color: blue;
    padding: 4px;
    margin: 4px;
    text-align: center;
}

#p002 {
    font-size: 150%;
    border-style: dotted;
    border-width: 2px;
    border-color: red;
    display: flex;
    flex-wrap: wrap;
}

#p003 {
    margin: 5px;
    background: linear-gradient(purple, crimson, black);
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 7vmax;
    font-size: 90%;
    border-style: outset;
    border-width: 0.1vmax;
    border-color: blue;
}

#p004 {
    font-size: 1.5vmax;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: dotted;
    border-width: 2px;
    border-color: red;
}

#p005 {
    margin-top: 100px;
    font-size: 1.5vmax;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: dotted;
    border-width: 2px;
    border-color: red;
}

#div001 {
    margin: 10px;
    width: 30%;
}

#div002 {
    display: flex;
}

#div003 {
    justify-content: center;
}

#div004 {
    margin: 10px;
    width: 100vw;
}

#con000 {
    display: flex;
    flex-wrap: wrap;
    /* border: 8px solid purple; */
    width: 98%;
    justify-content: center;
    /* background-color: black; */
}

#con001 {
    display: flex;
    flex-wrap: wrap;
}

#con002 {
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

#con003 {
}

#img001 {
    width: auto;
    height: 20vmax;
    border: none;
}

#img002 {
    width: 20%;
    border: none;
}

#img003 {
    width: auto;
    height: 20vmax;
    border: none;
}

#fig001 {
    font-size: 100%;
}

#fig002 {
    margin-top: 15px;
    border: double;
    text-align: center;
    padding: 5px;
    color: #FFC1CF;
}

#more {display: none;}

.b001 {
    border: none;
}











