.jersey-15-regular {
  font-family: "Jersey 15", sans-serif;
  font-weight: 400;
  font-style: normal;
}

* {
  font-family: "Jersey 15", sans-serif;
}

body {
  width: auto;
  height: auto;
  margin: auto;
  padding: 0%;
  margin: 0%;
  color: #ffffff;
  }

/*background stuff for the crf eff*/
.crt-background {
  position: relative;
  background-color: #2a7dc0; 
}

.crt-background::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(60, 255, 0, 0.13), transparent);
  background-size: 100% 0.2em;
  pointer-events: none;
  z-index: 100;
}

.crt-background::after {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  animation: flicker 0.15s infinite;
  pointer-events: none;
  z-index: 101;
}

@keyframes flicker {
  0% { opacity: 0.95; }
  5% { opacity: 0.9; }
  10% { opacity: 0.85; }
  15% { opacity: 0.92; }
  20% { opacity: 0.98; }
  25% { opacity: 1; }
  100% { opacity: 1; }
}

/*text effects*/

h1 {
  font-size: 50px;
  text-align: center;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 1vw;
  margin-bottom: 0%;
  font-weight: bold;
    text-shadow: 0 0 5px #87b1e0
}

h2 {
  font-size: 40px;
  text-align: center;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-bottom: 5px;
  margin-top: 0%;
  font-weight: bold;
    text-shadow: 0 0 5px #87b1e0
}

p {
  text-align: center;
  font-size: 20px;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 0%;
  font-weight: normal;
  text-shadow: 0 0 5px #87b1e0;
}

hr {
  border: 3px solid aliceblue;
  margin: 0 auto;
  width: 90vw;
  opacity: 50%;
}

.center-list {
  list-style-position: inside;
  text-align: center;
  font-size: 20px;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 0%;
  margin-bottom: 20px;
  font-weight: normal;
  text-shadow: 0 0 5px #87b1e0
}

h3 {
  font-size: 40px;
  text-align: left;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 0 0 5px #87b1e0
}

/*buncha header stuff*/

header {
  margin-top: 1% ;
  display: grid;
  color: #030e3d;
  background-color: aliceblue;
  font-size: 24px;
  padding-left: 2vw;
  padding-right: 2vw;
  text-shadow: 0 0 1.5px #87b1e0;
}

.grid-child {
  align-self: center;
  
}

.logo {
  font-weight: bolder;
  font-size: 25px;
}

.navigation > ul {
  display: flex;
  list-style-type: none;
  margin: 0px;
}

#header {
  grid-template-columns: max-content 10fr max-content;
}

#header > .navigation {
  justify-self: right;
  padding-right: 20px;
}

img {
  max-width: 100vw;
  height: 100%;
  display: block;
  object-fit: cover;
}

.my_cover {
  padding-top: 1%;
  padding-bottom: 1%;
  width: 100%;
  height: 37vw;
}

.containter {
  width: 100%;
  height: 20px;
  position: relative;
}

h4 {
  font-size: 25px;
  font-weight: bold;
  margin: 0%;
  padding-top: 2%;
}

h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 0%;
  padding-top: 2%;
}

h6 {
  font-size: 20px;
  font-weight: lighter;
  margin: 0%;
  padding-top: 2%;
}

/*buncha footer stuff*/

footer {
  background-color: #004f83;
  padding: 1%;
  display: grid;
  padding-left: 2vw;
  padding-right: 2vw;
  text-shadow: 0 0 1.5px #ffffff;
}

.grid-container {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
}

.grid-container-nav{
  text-align: right;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 2%;
}

.grid-item-left {
  text-align: left;
  font-size: 20px;
}
.grid-item-right {
  text-align: right;
  font-size: 20px;

}

/*pang responsive mobile hehe*/

@media (max-width: 600px) {
  body {
  margin: auto;
  background-color: #84dded; 
  }

  .navigation {
    padding-right: 0% !important;
  }

  header {
  margin-top: 2% ;
  display: grid;
  background-color: aliceblue;
  font-size: 20px;
  }

  h1 {
  font-size: xx-large;
  text-align: center;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 3%;
  margin-bottom: 0%;
}

  h2 {
  font-size: X-large;
  text-align: center;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 2%;
  margin-bottom: 2%;
}
  p {
    font-size: 16px;
    font-weight: lighter;
  }

  .my_cover {
  padding-top: 3%;
  padding-bottom: 1%;
  width: 100%;
  height: 37vw;
}

.grid-container {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
}

.grid-container-nav{
  text-align: right;
  display: grid;
  grid-template-columns:1fr;
}

.grid-item-left {
  text-align: center;
  font-size: 16px;
}
.grid-item-right {
  text-align: center;
  font-size: 16px;
}

h4 {
  font-size: x-large;
  font-weight: bold;
  margin: 0%;
  padding: 1%;
}

h5 {
  font-size: large;
  font-weight: bold;
  margin: 0%;
  padding: 1%;
}

h6 {
  font-size: 16px;
  font-weight: lighter;
  margin: 0%;
  padding: 1%;
}

li{
  text-align: center;
  list-style: none;
  font-size: 20px;
}

/*---------------buttons---------------*/

button {
  background-color: transparent;
  border-radius: 0%;
  border-color: transparent;
  margin: 0%;
  padding: 0%;
}

/*CRT button in header bar*/

  .crt-button {
  transition: 0.2s;
  margin: 0%;
  text-shadow: 0 0 5px #87b1e0;
  padding-left: 15px !important;
  }

  .crt-button:hover {
  font-weight: bold;
  cursor: pointer;
  }

  .crt-button:hover::before {
  content: ">";
  }

  /*Long bar button*/

  .bar-button {
    color: #030e3d;
    font-size: 24px;
    background-color: aliceblue;
    border-width: 0px;
    height: 100%;
    width: 90vw;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    text-shadow: 0 0 1.5px #87b1e0
  }

  .bar-button:hover {
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  background-color: #3ecfd4;
  }

  .bar-button:hover::before {
  content: ">           ";
  margin-left: -10px;
  }

  /*footer nav bar button*/  

  .foot-crt-button {
  text-align: center !important;
  font-size: 20px;
  padding-left: 0px !important;
  transition: 0.2s;
  margin: 0%;
  text-shadow: 0 0 5px #87b1e0;
  color: white;
  }

  .foot-crt-button:hover {
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  opacity: 50%;
  }

  .foot-crt-button:hover::before {
  content: ">                                    ";
  margin-left: -10px;
  }

  }

/*-----------------------------------------------------------------ALL BUTTON/lINK EFFECTS HERE!!------------------------------------------------------------*/
/*---------------a styles---------------*/
a:visited {
  color:inherit;
}

a {
  text-decoration:none;
}

/*---------------buttons---------------*/

button {
  background-color: transparent;
  border-radius: 0%;
  border-color: transparent;
  margin: 0%;
  padding: 0%;
}

/*CRT button in header bar*/

  .crt-button {
  font-size: inherit;
  padding-left: 30px;
  transition: 0.2s;
  margin: 0%;
  text-shadow: 0 0 5px #87b1e0;
  }

  .crt-button:hover {
  font-weight: bold;
  cursor: pointer;
  }

  .crt-button:hover::before {
  content: ">";
  margin-left: -10px;
  }

  /*Long bar button*/

  .bar-button {
    color: #030e3d;
    font-size: 24px;
    background-color: aliceblue;
    border-width: 0px;
    height: 100%;
    width: 90vw;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    text-shadow: 0 0 1.5px #87b1e0
  }

  .bar-button:hover {
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  background-color: #3ecfd4;
  }

  .bar-button:hover::before {
  content: ">           ";
  margin-left: -10px;
  }

  /*footer nav bar button*/  

  .foot-crt-button {
  text-align: right;
  font-size: 20px;
  padding-left: 30px;
  transition: 0.2s;
  margin: 0%;
  text-shadow: 0 0 5px #87b1e0;
  color: white;
  }

  .foot-crt-button:hover {
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  opacity: 50%;
  }

  .foot-crt-button:hover::before {
  content: ">                                    ";
  margin-left: -10px;
  }