
/* tag definitions */
.board-btn {
    width: 60px;
    height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 10px;
}

.board-btn:active {
    background-image: url("media/gucci/gucceface.png");
    background-size: cover;
    color: white;
}

.migos-btn {
    width: 60px;
    height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: white;
    border-radius: 5px;
    font-size: 10px;
}

.song-box {
    background: darkorchid;
    border-radius: 5px 5px;
    border: 1px solid black;
}

.soundboard {
display: flex;
flex-flow: row wrap;
width: 400px;
justify-content: center;

}
body {
    background-color: white;
}
h1 {
    font-size: 4em;
    /* background-color: whitesmoke; */ 
    text-transform: uppercase;
}

h3 {
    font-size: xx-large;
    font-family: "Silkscreen", sans-serif;
}

p {
    font-size: large;
}

span {
    flex-basis: 100%;
}


/* class definitions */

.upd-top {
    background: black;
    color: white;
    font-size: xx-large;
    display: inherit;
    margin-bottom: 3em;
}

.main {
    text-align: center;
    /* padding: 1em 15em; */
}

.main img {
    max-width: 70%;
}
.homeimg {
    text-align: center;    
}


/* .main img {
    width: 90vw;
} */
 

.main p {
    margin: 1em 3em;
}

.song {
    font-weight: bold;
}

.topnav {
    overflow: hidden;
    background-color: black;
    /* border-bottom: 2px solid gold; */

}

.topnav a {
    float: left;
    color: white;
    text-align: center;
    padding: 1em 3em;
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
}

.topnav a:hover {
    text-decoration: line-through;
}

.topnav a.active {
    font-weight: 900;
}

#tunesintro {
    margin-top: 4em; 
    margin-bottom: 3em;
}

a.section-button {
    color: black;
    font-family: "Silkscreen", sans-serif;
    /* font-size: medium; */
    background-color: white;
    text-transform: uppercase;
    margin-top: 4em;
    margin-bottom: 4em;
    border: 2px solid black;
    padding: 5px 15px;
    border-radius: 10px;
    box-shadow: 3px 2px;
    text-decoration: none;
}

a.section-button:visited {
    color: black;
}

/* id definitions */

#art-button {
    font-family: "Silkscreen", sans-serif;
    font-size: medium;
    background-color: white;
    text-transform: uppercase;
    margin-top: 4em;
    margin-bottom: 1em;
    border: 2px solid black;
    padding: 5px 15px;
    border-radius: 10px;
    box-shadow: 3px 2px;
}

#art-button:hover {
    box-shadow: none;
}

#header {
    text-align: center;
    background-color: white;
}

#header img {
    width: 50%;
}

/* for fonts */

.silkscreen-regular {
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.silkscreen-bold {
  font-family: "Silkscreen", sans-serif;
  font-weight: 700;
  font-style: normal;
}



@media screen and (max-width: 900px) {
    #header img {
        width: 90%;
    }
}

@media screen and (max-width: 450px) {

    h1 {
        font-size: x-large;
        margin-top: 1em;
    }
    p {
        font-size: large;
    }

    .main p {
        margin: 2em 1em;
    }
	
    .main img {
	width: 70%;
     }


    .homeimg img {
        width: 90%;
    }

    .topnav a {
        padding: 1em 1em;
    }

    .upd-top {
        font-size: large;
        margin-bottom: 2em;
    }

    a.section_button {
        font-size: small;
    }
}
