/* 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." */

html {
  background-image: url("../_images/backgrounds/jgallaway81_bg.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top;
  background-color: black;
  background-size: 100vw auto;
}

body {
  color: #cccccc;
  font-family: Verdana;
  font-size: 100%;
  opacity: 1.0;
  text-align: center;
  width: 98vw;
  margin: auto;
  }

/*  BEGIN - Full-Site Message specifications */ 

.sitemsg {
    position: fixed;
    top: 10vh;
    bottom: 20vh;
    left: 15vw;
    right: 15vw;
    padding: 2vw;
    border: 6px double #00ff00;
    border-radius: 5vw;
    background: rgba(32, 32, 32, 0.85);
    color: #00ff00;
    font-family: Verdana;
    text-align: center;
    text-shadow: -1px 1px 6px #00dd00, -1px -1px 6px #00cc00, 1px -1px 6px #00cc00, 1px 1px 6px #00cc00, 1px 0 6px #00cc00, -1px 0 6px #00cc00;
}
.sitemsgimg {   
    position: absolute;
    top: 5vh;
    width: 10vw;
    height: auto;
    left: 3vw;
    }
.sitemsgimg2 {   
    position: absolute;
    top: 5vh;
    width: 10vw;
    height: auto;
    right: 3vw;
    }
.sitemsg-h1 {
    width: 40vw;
    margin: auto;   
    font-size: max(2em, 6vh);
}
.sitemsg-h2 {
    font-size: 1.5em;
    padding-top: 2vh;
}
.msg-hr {
    width:40vw;
    border-top: 2px solid #00ff00;
    border-left: 2px solid #00ff00;
    border-bottom: 3px solid #009900;
    border-right: 3px solid #009900;
}
.actualmsg {
    width: 40vw;
    max-height: 72%;
    margin: auto;
    padding-right: 1em;
    color: #ffcc00;
    font-family: Times;
    font-size: max(1.2em, 2.5vh);
    text-align: justify;
    text-shadow: 2px 2px 6px #000000, 2px 0 6px #000000;
    overflow-x:auto;
    box-sizing: border-box;
}
.blue {
    color: #1a1aff;
}
.red {
    color: #ff1a1a;
}
.silver {
    color: #e5e5e5;
}
li {
    margin-top: 1vh;
    margin-bottom: 1vh;
}
p {
    text-indent: 2vw;
}
/*  Full-Site Message specifications - END */ 




/*  BEGIN Shield, Banner, and logos customization styles */ 
        .shield1 {
            padding: 0px;
            height: 30vw;
            position: fixed;
            top: 10vw;
            left: 50%;
            transform: translate(-50%, 0%);
            transition: opacity 0.1s;
            z-index: -1;
        }
        .fccorpus {
            background-image: url("../_images/clipart/FCCorpUS_BattleLogo-LowTone-AlphaX2b.png");
            opacity: 1;
            transition: opacity 3s ease-in-out;
            background-repeat: no-repeat;
            background-position: top;
            background-size: contain;
        }
        .jdgx {
            background-image: url("../_images/clipart/JDGX-Lowtone-AlphaX2b.png");
            opacity: 1;
            transition: opacity 3s ease-in-out;
            background-repeat: no-repeat;
            background-position: top;
            background-size: contain;
        }
        .dsxg1 {
            background-image: url("../_images/clipart/DSXG1-LowTone-AlphaX2.png");
            opacity: 1;
            transition: opacity 3s ease-in-out;
            background-repeat: no-repeat;
            background-position: top;
            background-size: contain;
        }
        a.addllinx {
        font-family: Verdana;
        font-size: max(1.3vw, 2vw);
        text-align: center;
        text-decoration: none;
        color: #000000;
        text-shadow: -1px 1px 6px #00dd00, -1px -1px 6px #00dd00, 1px -1px 6px #00dd00, 1px 1px 6px #00dd00, 1px 0 6px #00dd00, -1px 0 6px #00dd00;
        }
        a.addllinx:hover {
        color: #ffffff;
        }
        .banner1 {
            margin: auto;
        }
        .intro2 {
            max-height: 35em;
            max-width: 90%;
            margin: 5em 0% 0%;
            border: thick double #32FF00;
        }
        .buttonwindow {
            min-width: 20vw;
            max-width: 50%;
            height: auto;
            max-height: 25em;
            border: thick double #32FF00;
            display: inline-block;
        }
        .buttonsize {
            min-width: 300px;
            max-width: 100%;
            height: auto;
            max-height: 25em;
            opacity: 0.0;
        }
        .buttonaddons {
            margin: 3% 1% 3% 1%;
        }
        .linkaddons {
            margin: 1.5rem;
        }
/*  FINISH Shield, Banner, and logos customization styles */ 

.cloak:hover {
      opacity: 1;
    }

.centered {
  text-align: center;
}

hr {
    Width: 91%;
}

.neongrn {
    color: #00FF00;
}

.whiteb {
    color: #FFFFFF;
    font-weight: bold;
}

.level1  {
  font-size: 250%;
}

.level85b  {
  font-size: 85%;
  font-weight: bold;
}
  
.level70b  {
  font-size: 70%;
  font-weight: bold;
}

.level60b  {
  font-size: 60%;
  font-weight: bold;
}

.level40b  {
  font-size: 40%;
}

.intro1 {
    height: 25em;
    width: auto;
    margin: 0% 0% 0% 0%;
    border: thick double #FFFFFF;
}

.intro1a {
    height: 25em;
    margin: 0% 0% 0% 0%;
    border: thick #FFFFFF;
}

.tagline {
    Height:75px;
    opacity: 1.0;
    border: 1px;
}
    
.footer2 {
    position:fixed;
    bottom:10px;
}
    
.footer3 {
    width:65%;
    min-width: 47em;
/*    left:10em;
    Right:10em; */
    margin: auto;
    background: rgba(0, 64, 0, 0.65);
}

.locationbox {
    height:42px;
    overflow: auto;
}

.footer4 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}






