body {
    /* margin: 0px;
    padding: 0px; */
    overflow-x: hidden;
}

.nav {
    background: #00000044;
}

#MControl {
    height: 40px !important;
    margin: 7px;
    border-radius: 9px;
    transition: all 0.4s;

}

#MControl:hover {
    background-color: rgba(169, 169, 169, 0.5);
}

#jumbotron {
    margin: auto auto;

    background-repeat: no-repeat;
    background-color: #00000000;
    background-image: url("./img/all.jpg");
    background-position: center;
    background-size: cover;
    height: 350px;
    width: 100%;
    /* border: 2px solid #0563ce; */
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 11px;
    color: rgb(0, 0, 0);
}

#music {
    flex-direction: row;
    background-color: whitesmoke;
    border-radius: 20px;
    position: fixed;
    transition: all 0.4s ease-out;
    top: 50vh;
    left: calc(100vw - 40px);
    z-index: 16;
}

#music:hover {
    width: 200px;
    left: calc(100vw - 200px);

}

#music:hover div {
    display: inline;
}

audio {
    display: block;
}

#music:hover audio {
    width: 300px;
}

#music div {
    display: none;
    float: left;
}

#music img {
    height: 50px;
    width: 50px;
    float: left;
}

#big-text {
    background: #ffffff80;
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
}

h1 {
    font-size: 3em;
}

h4 {
    font-size: 1.9em;
}

h6 {
    margin-top: 6px;
    margin-bottom: 6px;
}

.center-block {
    /*	display: flex;*/
    align-items: center;
    justify-content: center;
}

.navbar-fixed-top {
    position: fixed !important;
    top: 0px;
    width: 100%;
    background-color: white;
}

.card {
    margin-top: 10px;
    margin-bottom: 10px;
}