@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&family=Playfair:ital,wght@0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo&family=Raleway:wght@100&display=swap');
@font-face {
    font-family: 'Raleway', sans-serif;
    src:url('Steiner-Light.ttf.woff') format('woff'),
        url('Steiner-Light.ttf.svg#Steiner-Light') format('svg'),
        url('Steiner-Light.ttf.eot'),
        url('Steiner-Light.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
header {
    display: flex;
    height: 100px;
    box-shadow: 1px 5px 16px 5px rgba(0,0,0,0.39);
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
header:hover {
    display: flex;
    height: 100px;
    box-shadow: 1px 5px 33px 8px rgba(0,0,0,0.78);
    align-items: center;
    transition: 0.3s;
    justify-content: center;
}
body {
    margin: 0%;
}
header a {
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    margin-right: 20px;
    text-decoration: none;
    color: black;
    transition: 0.3s;
}
header a:hover {
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    margin-right: 20px;
    text-decoration: none;
    color: white;
    background-color: black;
    transition: 0.3s;
}
.div1 {
    background-color: black;
    width: 100%;
    height: 10px;
}
.div1h1 {
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    margin-right: 20px;
    color: black;
    float: right;
}
.div1img {
    float: left;
    width: 460px;
    height: 560px;
}
.button {
    background-color: white;
    border: 2px solid black;
    font-size: 45px;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    color: black;
    border-radius: 12px;
    transition: 0.3s;
}
.button:hover {
    background-color: black;
    border: 2px solid white;
    font-size: 45px;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    color: white;
    transition: 0.3s;
    border-radius: 12px;
}
.div1 {
    display: flex;
    align-items: center;
}
.div1h1 {
    color: rgb(0, 0, 0);
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
}
.div1img
{
    margin-right: 15px;
    float: left;
}
.div1p {
    color: rgb(0, 0, 0);
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
}
header h1 {
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    margin-right: 20px;
    color: black;
}
.content {
    padding: 16px;
  }
  /* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%
  }
  /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 102px;
  }
.musicgal {
    padding: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    background-image: url("images/musicbanner.jpg");
}
.musicgal a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
}