@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
}
body, html {
  height: 100%;
  margin: 0;
}
body{
    font-family: "Raleway", sans-serif;
    color: white;
    background-color: #0c1824;
}
/* comment out for menu ide */
.contentholder{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

h1{
    text-align: center;
    margin-bottom: 10px;
}
.text{
    margin-top: 80px;
    padding: 20px 45px 20px 45px;
    border: solid 1px #ffffff25;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background-color: #00000025;
}

.BG{
    height: 100%;
    background-image: url(./img/DSC_0814.JPG);
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}
footer{
    text-align: center;
    padding: 10px;
}

ul{
    list-style: none;
    line-height: 150%;
    font-size: large;
    font-weight: 500;
}
a:link {
  color: white;
}
a:visited {
  color: white;
}
a:hover{
  color: orange;
}
#listen {
    list-style: outside;
    margin: 15px 25px;
}