body {
    background-color: #1e2124;
    margin: 0;
    font-family: monospace;
    color: #ffffff;
    margin: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #555555;
}
/*------------------------------NAV---------------------------------------*/
nav{
    border-width: 2px;
    border-color: transparent;
    background-color: #36393e;
    overflow: hidden;
    border-radius: 13px;
}

nav a{
    float: right;
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none !important;
    font-size: 17px;
    color: #ffffff;
}

nav a.img{
  float: left;
  padding: 0px 0px;
}


nav a:hover{
    background-color: #424549;
}

#logo {
  border-radius: 100%;
  float: left;
  position: absolute;
  margin: 4px;
}

#logo.dis {
  display: none;
}

nav .icon {
    display: none;
}

span {
  float: left;
  
}

@media screen and (max-width: 600px) {
    nav a {display: none;}
    nav a.img {display: block;}
    nav a.icon {
      float: right;
      display: block;
    }

  }
@media screen and (max-width: 600px) {
    nav.responsive {position: relative;}
    nav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    nav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }

  }
/*------------------------------NAV_END---------------------------------------*/



/*------------------------------MAIN---------------------------------------*/

.main{
  background-color: #36393e;
  min-height: 5vh;
  border-radius: 13px;
  border-width: 2px;
  margin: 2vh 0 0 0;
  padding: 14px 16px;
  overflow:hidden;
  z-index: 0;
  justify-content: center;
  align-items: center;
}

.main2{
  background-color: #36393e;
  min-height: 5vh;
  border-radius: 13px;
  border-width: 2px;
  margin: 2vh 0 0 0;
  padding: 14px 16px;
  overflow:hidden;
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.main .title {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
}

.titlewrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.textwrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  text-align: center;
}

.textwrapper2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  text-align: center;
}
.textwrapper2 p {
 text-align: start;
}

.subtitle{
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  text-align: center;
}

.textbig {
  display: flex;
}

.textsmall {
  display: none;
}

@media screen and (max-width: 630px) {
  .textbig {
    display: none;
  }
}

@media screen and (max-width: 630px) {
.textsmall {
  display: flex;
}
}

/*------------------------------MAIN_END---------------------------------------*/

/*------------------------------BOX-MAIN---------------------------------------*/

.mainbox{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #212529;
  border-radius: 13px;
  border-width: 2px;
  margin: 2vh 0.8vh 0 0;
  justify-content: center;
  padding: 14px 16px;
  overflow:hidden;
  z-index: 0;
  border-color: white;
  align-items: center;
  flex-direction: column;
}
.mainbox a{
  opacity: 100 !important;
  color: #ffffff;
  z-index: 2;
  float: middle;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
  color: #212529;
}

.card-body2 {
  padding: 1rem 1rem;
  color: #212529;
  text-align: center;
  flex: 0 0 50%;
}
.card-footer {
  padding: 0.5rem 1rem;
  color: #212529;
  background-color: #212529;
  border-top: 1px solid white;
  text-decoration: underline;
}

.card-footer2 {
  padding: 0.5rem 1rem;
  color:#212529;
  background-color: #212529;
  border-top: 1px solid white;
  text-decoration: underline;
}

.card-footer2 a{
  text-decoration: none;
  font-size: 15px;
}

.card-footer a{
  text-decoration: underline;
  font-size: 15px;
}

.card-footer a:hover{
  color: #adadad;
  font-size: 15.1px;
}

.card-footer .arrow{
  text-decoration: none;
  font-size: 17px !important;
  margin-left: 5px;
}

.mainbox img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

.boxwrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: space-evenly;
  justify-content: center;
}

.boxwrapper2 {
  display: none;
}

.boxwrapper3 {
  display: none;
}

.boxwrapper4 {
  display: none;
}



@media screen and (max-width: 1050px) {
  .boxwrapper {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
.boxwrapper2 {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  }
.boxwrapper3 {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  }
.boxwrapper4 {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    }
  }

  ol.myOL {
    display: inline-block;
    text-align: left;
  }

/*------------------------------BOX_MAIN_END---------------------------------------*/

/*------------------------------FOOTER---------------------------------------*/
footer {
  background-color: #36393e;
  min-height: 16vh;
  border-radius: 13px;
  border-width: 2px;
  margin: 1.5vh 0 0 0;
  padding: 14px 16px;
  display: flex;
  justify-content: space-evenly; 
  align-items: flex-start; 
  flex-direction: row;
  overflow: hidden;
  z-index: 0;
}

footer .ftsocialbox, footer .ftlinksbox {
  display: flex;
  flex-direction: column;
  align-items: center; 
}

footer .ftsocialbox h1, footer .ftlinksbox h1 {
  margin-bottom: 10px;
  color: white;
  font-size: 1.5rem;
}

footer .ftlinksbox ul {
  list-style: none;
  padding: 0;
}

footer .ftlinksbox ul li {
  margin: 5px 0; 
}

footer .ftlinksbox ul li a {
  text-decoration: none;
  color: white;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

footer .ftlinksbox ul li a:hover {
  color: #adadad;
}

footer .boxicons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

footer .boxicons a svg {
  transition: transform 0.3s ease;
}

footer .boxicons a:hover svg {
  transform: scale(1.5); /* Bigger better stronger*/
}



/*------------------------------FOOTER_END---------------------------------------*/