@font-face {
  font-family: cicle-gordita;
  src: url(font/cicle/cicle-gordita.ttf) format("truetype");
}

@font-face {
  font-family: cicle-fina;
  src: url(font/cicle/cicle-fina.ttf) format("truetype");
}

@font-face {
  font-family: cicle-shadow;
  src: url(font/cicle/cicle-shadow.ttf) format("truetype");
}

a {
    text-decoration: none;
    color: #222222;
}
a:hover {
    text-decoration: none;
/*    color: #66aacc;*/
}

/* Style for the thicker <hr> */
.thicker-hr {
    border: solod 1px;
    border-top: 5px solid #666666; /* Adjust the thickness and color as needed */
    width: 66%;
}

.page {
/*    background-color: #44ccdd;
    color: #333333;*/
    text-align: center;
    width: 100%;
    /*display: inline-block;*/
    min-height: 10%;
    margin: auto;
    padding: 0px;
  }

.container {
/*    background-color: #333333;
    color: #333333;*/
    text-align: center;
    width: 80%;
    /*display: inline-block;*/
    min-height: 10%;
    margin: auto;
    padding: 0px;
  }

.header {
    /*background-color: #222222;*/
/*    font-family: cicle-fina;*/
/*    letter-spacing: 3px;*/
    font-size: 3.3vw;
/*    color: #44ccdd;*/
    text-align: center;
    font-weight: bold;
    width: 100%;
    /*display: inline-block;*/
    min-height: 10%;
    margin: auto;
    padding: 2%;
  }

.sub-header {
    /*background-color: #cccccc;*/
    font-size: 18px;
/*    color: #ffbf96;*/
    text-align: left;
    font-style: italic;
    width: 94%;
    display: inline-block;
    min-height: 10%;
    padding: 1%;
    padding-left: 5%;
    margin: auto;
    
  }

.nav-bar {
/*    background-color: #44ccdd;*/
    text-align: left;
    width: 100%;
    min-height: 10%;
    margin: auto;
    padding: 0px;
  }

.nav-item {
/*    background-color: #222222;*/
    font-size: 1.6vw;
/*    color: #99cccc;*/
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
/*    letter-spacing: .5vw;*/
    font-weight: bold;
    width: 30%;
    display: inline-block;
/*    min-height: 10%;*/
    margin: auto;
    padding: 0.5%;
    margin: 0.5%;
    border-radius: 4px;
    border: solid 1px #444444;
  }

.nav-item:hover {
    background-color: #dddddd;
    color: #222222;
    border: solid 1px #000000;
}

.intro-1 {
    text-align: center;
    font-size: 1.6vw;
    font-weight: bold;
    margin: auto;
    margin-top: 4%;
    margin-bottom: 4%;
}

.content-1 {
    text-align: left;
    font-size: 1.4vw;
    margin: auto;
}

.content-2 {
    text-align: left;
    font-size: 1.6vw;
    margin: auto;
}

.notification {
    font-size: 12px;
    color: #ffbf96;
    text-align: left;
    margin-left: 10px;
}

.footer {
    /*background-color: #44ccdd;*/
    font-size: 11px;
/*    color: #44ccdd;*/
    text-align: center;
    width: 96%;
    display: inline-block;
    min-height: 10%;
    margin: auto;
    padding: 2%;
  }


.green-screen {
    background-color: #111111;
    color: #00ff00;
    font-family: monospace;
    font-size: 12px;
    line-height: 1.5;
    padding: 24px;
    margin: 24px;
}

.faq-wrapper {
    width: 100%;
    text-align: left;
}

.faq-q {
    font-size: 1.8vw;
    color: #111111;
    text-align: left;
    font-style: italic;
    font-weight: bold;
    width: 100%;
    padding: 1%;
    padding-left: 0%;
    margin: auto;
}

.faq-a {
    font-size: 1.5vw;
    color: #111111;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    margin: auto;
    padding: 0%;
    padding-left: 2%;
}


/*Start media queries*/
/*Small*/
@media (max-width: 480px) {
  /*Small styles here*/
  .set-list-title {
      font-size: 24px;
   }
}

/*Medium*/
@media (min-width: 481px) and (max-width: 768px) {
  /*medium styles here*/

  .set-list-title {
      font-size: 24px;
   }


}

/*Large*/
@media (min-width: 769px)  {
  /*Large styles here*/

}
