/*
Colors:
brown #735823
gold: #D5BE78
*/

@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: #735823;
}
a:hover {
    text-decoration: none;
    color: #835823;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.page {
    position: relative; /* Set position to relative */
    background-image: url("/img/tweed-01.jpg");
    background-size: auto; /* Auto size */
    background-repeat: repeat; /* Repeat the background image */
    background-position: center; /* Center the background image */
    color: #333333;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.container {
    position: relative; /* Set position to relative */
    background-color: #eeeeee;
    color: #735823;
    text-align: center;
    width: 90%;
    margin: auto;
    border-radius: 15px;
    padding: 0px;
}

.header {
    /*background-color: #222222;*/
/*    font-family: cicle-fina;*/
    letter-spacing: 3px;
    font-size: 2vw;
    color: #735823;
    text-align: left;
    font-weight: bold;
    width: 96%;
    /*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: 18px;
    color: #99cccc;
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    font-weight: bold;
    width: 180px;
    display: inline-block;
    min-height: 10%;
    margin: auto;
    padding: 5px;
    margin: 5px;
    border-radius: 4px;
    border: solid 1px #444444;
  }

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

.main-img {
    border-radius: 15px;
}

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

.footer {
    /*background-color: #44ccdd;*/
    font-size: 1.1vw;
    color: #735823;
    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;
}

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

}
