*{
    box-sizing: border-box;
}
body{
    font-family: sans-serif;
    margin: 0;
}

#background {

	position:fixed; 
	top:0; 
	left:0;                                                                                    
	height:100%;
 	width:100%;
	z-index: -2;
	
}

header{

    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    height: 170px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.pic {
    width: 15%;
}

.pic img {
    width: 100%;
    
}

.menu {
    width: 100%;

}

.menu img{
    width: 100%;
}

 


h1{
    width: 80%;
    color: white;
    margin: auto;
    text-align: center;
    font-size: 350%;
}
h2{
    color: white;
    text-decoration: none;
}
a{
    text-decoration: none;
}

.red-text {
    color: red;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 350%;
}
p{
    color: rgb(230, 230, 230);
    width: 47%;
    font-size: 180%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#container {

    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.button {
    border: solid white 2px;
    background-color: rgb(42, 42, 42);
    width: 13%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15%;
    height: 100px;
    transition: 500ms;
}

.button:hover {
    background-color: white;
    border: solid black 2px;
    
}
.button h2:hover {
    color: black;
    transition: 100ms;
}


.big-button {
    border: solid white 2px;
    background-color: rgb(86, 86, 86);
    width: 16%;
    align-items: center;
    text-align: center;
    border-radius: 15%;
    height: 210px;
    transition: all 500ms;
}
.big-button:hover {
    width: 17%;
    height: 220px;
}


#second-container {
    margin-top: 50px;
     display: flex;
    justify-content: space-evenly; 
    margin-bottom: 100px;
}

.button-prod {
    border: solid white 2px;
    background-color: rgb(42, 42, 42);
    width: 25%;
    text-align: center;
    border-radius: 10%;
    transition: 500ms;

}

.button-prod:hover {
    width: 27%;
    
}


.button-prod h1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.button-prod img{
    
    width: 60%;

    border-radius: 10%;
}

.button-prod p {
    font-size: 110%;
    width: 70%;
}

#genres {
    display: flex;
    justify-content: space-evenly;
}
.genre {
    border: solid white 2px;
    background-color: rgb(42, 42, 42);
    width: 27%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15%;
    margin-bottom: 20px;
    transition: 500ms;
}

.genre:hover {
    background-color: white;
    border: solid black 2px;
    
}
.genre h2:hover {
    color: black;    
} 




.button-beat {
    border: solid white 3px;
    background-color: rgb(42, 42, 42);
    width: 25%;
    text-align: center;
    border-radius: 10%;
    transition: 500ms;
}

.button-beat:hover {
    border: solid red 3px;
    width: 28%;
}


.button-beat img{
    
    width: 80%;
    margin-top: 20px;
    border-radius: 10%;
}
h3{
    color: rgb(134, 134, 134);
}

.button-beat h1 {
    margin-bottom: 20px;

}

.title{
    margin-bottom: 20px;
}
.back{
    margin-left: 6%;
    margin-top: 20px;
    width: 6%;
    background-color: rgb(42, 42, 42);
    border: solid white 2px;
    border-radius: 10%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* .back h3 {
text-decoration: none;
color: white;

} */

.arrow-back {
    width: 50%;
}
.arrow-back img{
    width: 100%;
}



form {
    width: 40%;
    color: white;
    margin-left: auto;
    margin-right: auto;
    
    padding: 40px;
    background-color: rgb(42, 42, 42);
    height: fit-content;
    text-align: center;
    border-radius: 5%;
    margin-bottom: 30px;
}

fieldset {
    margin-top: 20px;
    padding: 20px;
}
textarea{
    margin-top: 10px;
}
select {
    margin-bottom: 20px;
}

.submit{
    width: 35%;
    margin-top: 20px;
    height: 80px;
    font-size: 120%;
    border-radius: 10%;
    transition: 250ms;
}
.submit:hover{
    background-color: red;
    color: white;
}

.thanks {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 10%;
}
.thanks img {
    width: 100%;
}


.menu-bar {
    width: 10%;

}



/* #drop-menu {
    width: 10%;
    background-color: rgb(42, 42, 42);
    border: solid white;
    position: absolute; 
    overflow: hidden;
    height: 20px;
    transition: all 1s;
}

#drop-menu:hover {
 height: 217px;
 overflow: visible;
}  */


#drop-menu {
    width: 10%;
    background-color: rgb(42, 42, 42);
    position: absolute; 
    top: 130px;
    transition: all 1s;
    overflow: hidden;
    height: 0;
}

.menu:hover #drop-menu {
    height: 220px;
    border: solid white;
}



.drop-menu-item {
    margin-bottom: 5px;
    border-bottom: solid white 1px;
    width: 100%;
    background-color: rgb(42, 42, 42);
/*     padding-top: 10px;
    padding-bottom: 10px; */
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drop-menu-item-current {
    margin-bottom: 5px;
    border-bottom: solid white 1px;
    width: 100%;
    background-color: rgb(86, 86, 86);
/*     padding-top: 10px;
    padding-bottom: 10px; */
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


h4 {
    color: white;
    text-decoration: none;
}

.button-to-form{
    border: solid white 2px;
    background-color: rgb(226, 226, 226);
    width: 18%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
    height: fit-content;
    transition: 500ms;

}

.button-to-form h2 {
    color: black;
}

.button-to-form:hover{
    background-color: red;
    border: solid black 2px;
}

.button-to-form:hover h2:hover {
    color: rgb(255, 255, 255);
    transition: 100ms;
}

.p-thanks {
    background-color: rgba(34, 33, 33, 0.774);
    padding: 20px;
    margin-top: 100px;
    border-radius: 7%;
}

footer {
    height: fit-content;
    background-color: rgb(25, 25, 25);
    display: flex;
    justify-content: space-evenly;
}

.footer-box {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-box h2 {
    color: rgb(252, 252, 252);
}

.footer-box img{
    width: 20%;
}

.footer-last{
    position: absolute;
    bottom: 0;
}