
body {
    height:100%;
    margin:0px;
}

html {
    height:100%;
    margin:0px;
    /* The image used */
  background: url("/img/backgroundcropped.jpg");

  /* Full height */
  height: cover; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  /* overflow: hidden; */
}

h1 {
    font-size: clamp(10px, 6vw, 42px);
    text-align:center;
    max-width:800px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 0 8px #FFFFFF, 0 0 8px #FFFFFF, 0 0 8px #FFFFFF, 0 0 8px #FFFFFF, 0 0 8px #FFFFFF, 0 0 8px #FFFFFF;
}

h2 {
    font-size: clamp(8px, 3vw, 18pt);
    text-align:center;
    max-width:800px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 0 8px #FFFFFF, 0 0 8px #FFFFFF, 0 0 8px #FFFFFF, 0 0 8px #FFFFFF, 0 0 8px #FFFFFF, 0 0 8px #FFFFFF;
}

h3 {
    font-size: clamp(6px, 3vw, 14pt);
    text-align: justify;
    max-width:800px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 0 8px #FFFFFF, 0 0 8px #FFFFFF, 0 0 8px #FFFFFF, 0 0 8px #FFFFFF, 0 0 8px #FFFFFF, 0 0 8px #FFFFFF;
}

h4 {
    max-width:800px;
    margin-left: auto;
    margin-right: auto;
}

p {
    font-size: clamp(6px, 3vw, 14pt);
    text-align: justify;
    max-width:800px;
    margin-left: auto;
    margin-right: auto;
    background-color:white;
    padding:8px;
}

p1 {
    font-size: clamp(4px, 2vw, 12pt);
    text-align: justify;
}


#rcorners1 {
    border-radius: 16px;
    border-radius: 16px;
    border: 2px solid #73AD21;
    padding: 8px; 
}

#rcornerspic {
    border-radius: 16px;
    border-radius: 16px;
    
}

#rcornersmenu {
    border-radius: 8px;
    border-radius: 8px;
    
}


IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
    

.button {
  border: none;
  color: white;
  padding: .5px 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-size: clamp(6px, 3vw, 14pt);
  margin: 2px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  position: relative; 
}

.button-link {
  border: none;
  color: white;
  padding: .5px 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-size: clamp(10px, 3vw, 18pt);
  margin: 2px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  position: relative;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
}

.button1:hover {
  background-color: #008CBA;
  color: white;
}

.button2 {
  background-color: #008CBA;
  color: white;
  border: 2px solid #008CBA;
}

.flex-menu {
    display: flex;
    justify-content:center;
}

.flex-link {
    display: flex;
    justify-content:center;
    padding-bottom:.42em;
}


table.center {
  margin-left: auto; 
  margin-right: auto;
}

.table {
    max-width:800px;
    margin-left: auto;
    margin-right: auto;
    border:1px solid black;
    border-collapse: collapse;
}

.th {
    max-width:800px;
    margin-left: auto;
    margin-right: auto;
}

.td {
    max-width:800px;
    margin-left: auto;
    margin-right: auto;
}

tr.space-under>td {
  padding-bottom: 1em;
}

.spotify {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1em;
}


.dropbtn {
  background-color: #008CBA;
  color: white;
  padding: 2px;
  font-size: clamp(4px, 2vw, 12pt);
  border: none;
  cursor: pointer;
  border-radius:8px;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width:max-content;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius:8px;
}

.dropdown-content a {
  color: black;
  padding: 4px 4px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}


.video-container {
    margin-left:auto;
    margin-right:auto;
    overflow: hidden;
    position: relative;
    max-width:600px;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
