@import url('https://fonts.googleapis.com/css2?family=Griffy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Risque&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lemon&display=swap');


body {
  background-color: #070a4a;
  padding: 0;
}

.main {
  background-color: #8BD6C2;
  margin: 2px 5px 15px;
  padding: 10px 5px;
}

.navbar {
  background-color: #8BD6C2;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 98%;
  margin-left: -7px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top: 3px solid #D68B9F;
  border-left: 3px solid #D68B9F;
  border-right: 3px solid #D68B9F;
}

.navbar a {
  float: left;
  display: block;
  color: #D68B9F;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: lemon;
  font-variant: small-caps;
}

.menu a:hover {
  background-color: #D68B9F;
  color: #8BD6C2;
}

.navbar .icon {
  display: none;
}

@media screen and (max-width: 600px) {
    .navbar a:not(:first-child) 
  {display: none;}
    .navbar a.icon {
      float: right;
      display: block;
    }
}

@media screen and (max-width: 600px) {
  .navbar.responsive a.icon {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

h2 {
  font-family: lemon;
  font-variant: small-caps;
  text-align: center;
  color: #D68B9F;
}

h1 {
  font-family: lemon;
  text-align: center;
  color: #D68B9F;
  font-variant: small-caps;
}

.stardiv {
  width: 103%;
  margin-left: -5px; 
  margin-right: -5px;
}

.infol {
  font-family: Risque;
  color: #d1667e;
  padding-right: 20px;
  font-weight: 600;
}

.listp {
  font-family: risque;
  color: #d1667e;
  text-align: center;
}

.infol li {
  margin-bottom: 5px ;  
}

.infol a {
  color: inherit;
}

.ul {
  text-decoration: underline;  
}

.header {
  background-image: url("stardiv.gif");
  padding: 3px;
  margin: -5px 5px;
}


.nametab {
  width: 90%;
  border: 3.5px solid #0B1074;
  border-collapse: collapse;
  font-family: risque;
  color:#D68B9F;
}

.nameth {
  border-bottom: 4px double #0B1074;
  padding: 8px;
  font-weight: 800;
  font-size: 18px;
}

.nametd {
  padding: 8px;
  border-left: 3px solid #0B1074;
  border-right: 3px solid #0B1074;
  text-align: center;
  width: 33%;
  font-size: 14px;
    border-bottom: 3px solid #0B1074;

}

.nametd1 {
  padding: 10px;
  border-left: 3px solid #0B1074;
  border-right: 3px solid #0B1074;
  text-align: center;
  font-size: 14px;
  width: 25%;
  border-bottom: 3px solid #0B1074;
}

.prntd {
  padding: 10px;
  border-left: 2px dashed #0B1074;
  border-right: 2px dashed #0B1074;
  text-align: center;
  font-size: 14px;
  width: 20%;
  border-bottom: 3px solid #0B1074;
}

.prnth {
  border-bottom: 4px double #0B1074;
  padding: 8px;
  font-weight: 800;
  font-size: 18px;
}

.prnth2 {
  border-bottom: 3px double #0B1074;
  border-left: 2px solid #0B1074;
  padding: 8px;
  font-weight: 800;
  font-size: 11px;
}

hr.hr1 {
  margin: 10px 40px;
  border: 3.75px solid #D68B9F;
  border-radius: 15px;
}
/* 
geen: 8BD6C2

pink: D68B9F
*/