@charset "UTF-8";

body {
    background-image: url(/img/xsYKdkG.jpeg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}
li{
    text-align: left;
}
aside {
    width: 70%;
    padding-left: 10px;
    display: block;
    margin: 0 auto 0 auto;
    font-style: italic;
    background-color: rgb(190, 190, 190);
}
.chaldea{
    position:absolute;
    right: 0;
    width: 10%;
}
.vidFGA{
    height: 80%;
    width: 80%;
}

h1,
h2,
h3,
h4 {
    text-align: center;
}
label{
    font-size: 1em;
}
a:visited{
    color: purple;
}
h1,
h3,
h4 {
    color: rgb(255, 255, 255);
    -webkit-text-fill-color: black;
    -webkit-text-stroke: 1px;
    
}
h1{
    font-size: 350%;
}
h2#fga{
    color: rgb(255, 255, 255);
    -webkit-text-fill-color: black;
    -webkit-text-stroke: 1px;
    font-weight: bold;
    font-size: 250%;
}
h3{
    font-size: 200%;
}

video {
    display: block;
    margin: 0 auto;
}

figcaption{
    text-align: center;
}

details {
    color: rgb(0, 0, 0);
    font-size: 1.2em;
    padding: 0.5em;
    background-color: rgb(190, 190, 190);
}

#formDiv {
    background-color: rgb(175, 207, 223);
    background-blend-mode: lighten;
    padding: 20px;
}
nav{
    background-color: #044675;
}
footer {
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: rgb(144, 192, 235);
}

.bronzeheader {
    background-color: rgb(153, 112, 59);
    color: aliceblue;
}

.silverheader {
    background-color: silver;
}

.goldheader {
    background-color: gold;
}
.carousel-inner {
  height: 0;
  padding-bottom: 50%; 
}
.carousel-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.carousel-item img {
  height: 120%;
  margin: 0 auto; 
  object-fit: cover; 
  
}
.clabel {
    font-style: italic;
    font-weight: bold;
    color: rgb(238, 238, 238);
    -webkit-text-fill-color: black;
    -webkit-text-stroke: 1px;
    font-size: 2em;
}
.caro{
    font-weight: bold;
    color: rgb(238, 238, 238);
    -webkit-text-fill-color: black;
    -webkit-text-stroke: 1px;
    font-size: 4em;
}
.fgaSetup {
    width: 80%;
}
.cardsizer{
    width: 100%
}