@keyframes appear {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

@font-face {
    font-family: "montserrat";
    src: url(../fonts/Montserrat-VariableFont_wght.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

* {
    box-sizing: border-box;
}

body {
    font-family: montserrat !important;
    background-color: #fff;
    font-size: 16px;
    margin: 0;
    padding-bottom: 3rem;
    min-height: 100vh;
    position: relative;
}

.header {
    width: 100%;
    height: 4rem;
    /*background-color: #777;*/
    margin-bottom: 10px;
}


/*div {
    border: solid;
}*/


/* Container */

.containerMidi {
    width: 40%;
    margin: auto;
    position: relative;
}

#copyURL {
    width: 10rem;
    height: 2.5rem;
    text-align: center;
    /* position: absolute; */
    left: 46%;
    margin-bottom: 1rem;
    z-index: 1;
}

#copyURL:hover {
    border: none;
    background: rgb(212, 159, 33);
    /* box-shadow: 0px 0px 1px #777; */
}

h3 {
    text-align: center;
}

#row {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: solid 2px grey; */
}

.col-12 {
    margin-bottom: 10px;
}


/* .accordion-button {
    background-color: #e7e7e7;
} */

#accordion-button:hover {
    background-color: rgb(212, 159, 33);
}

#accordion-button:focus {
    box-shadow: 0 0 0px 1px rgb(212, 159, 33);
    /* outline: 2px solid #e7e7e7; */
}

#accordion-item {
    padding: 0;
}

#accordion-body {
    border: solid 2px #e7e7e7;
}

#accordion-button {
    border: 0px;
    background-color: #e7e7e7;
}

#midi {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Login */

#div_login {
    border: 1px solid gray;
    border-radius: 3px;
    width: 470px;
    height: 270px;
    box-shadow: 0px 2px 2px 0px gray;
    margin: 0 auto;
}

#div_login h1 {
    margin-top: 0px;
    font-weight: normal;
    padding: 10px;
    background-color: black;
    color: white;
    font-family: sans-serif;
}

#div_login div {
    clear: both;
    margin-top: 10px;
    padding: 5px;
}

#div_login .textbox {
    width: 96%;
    padding: 7px;
}

#div_login input[type=submit] {
    padding: 7px;
    width: 100px;
    background-color: rgb(212, 159, 33);
    border: 0px;
    color: white;
}

#videoDiv {
    max-width: 30rem;
    height: 16, 87rem;
    position: relative;
    /* margin:auto; */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#video1 {
    background-color: rgba(0, 0, 0, 1);
    width: inherit;
    height: inherit;
    margin-top: 20px;
    border-radius: 10px;
    animation-name: appear;
    animation-duration: 4s;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 4px 12px;
}

#videoInput {
    margin-left: 3rem;
}

#usertc {
    margin-top: 2rem;
    margin-bottom: 20px;
    padding: 10px;
    /* text-align:center; */
    height: 8rem;
    width: 18rem;
}

.label {
    display: none;
}

#logo {
    width: clamp(300px, 90%, 700px);
    height: auto;
    margin-bottom: 40px;
    margin-top:20px;
}

#submit {
    position: relative;
    left: 0.5em;
    top: 1em;
    background-color: #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 6px;
    color: rgb(66, 66, 66);
    font-family: 'Oswald';
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    height: 60px;
    width: 100px;
}

.button {
    background-color: #e7e7e7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 6px;
    border-style: hidden;
    color: rgb(66, 66, 66);
    cursor: pointer;
    /* height:3.5rem;
    width:7rem; */
}

#setButton {
    width: 5rem;
    height: 1.8rem;
}

.button:hover {
    border: none;
    background: rgb(212, 159, 33);
    box-shadow: 0px 0px 1px #777;
}

#logout {
    float: inline-start;
    height: 3.5rem;
    width: 7rem;
}

::marker {
    font-size: 1rem;
}

#midiTransfer {
    list-style-type: none;
    padding: 0;
}

.midicontainer a:link {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.midicontainer a:hover {
    color: #252525;
}


/* a {
  color: #ffb;
}
a:hover {
  color: #ffa;
} */

li.is-selected {
    color: rgb(212, 159, 33);
    font-weight: bold;
}

.arrow {
    padding: 1rem;
}


/* media */

@media screen and (max-width:720px) {
    .container {
        width: 100%;
    }
    #div_login {
        width: 99%;
    }
    #usertc h3 {
        font-size: 1.4rem;
    }
}

@media (max-width:480px) {
    #app {
        font-size: 80%;
    }
    #app h4 {
        font-size: 100%;
    }
    #setButton {
        margin-top: 8px;
    }
    #usertc h3 {
        font-size: 1.2rem;
    }
}

#offset {
    padding: 10px;
    width: 18rem;
    height: 8rem;
    margin: auto;
}

#setOffset {
    margin-top: rem;
    width: 5rem;
    height: 1.8rem;
}

input[type="file"]::file-selector-button {
    background-color: #e7e7e7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 6px;
    border-style: hidden;
    color: rgb(66, 66, 66);
    cursor: pointer;
    height: 1.8rem;
}

input[type="file"]::file-selector-button:hover {
    border: none;
    background: rgb(212, 159, 33);
    box-shadow: 0px 0px 1px #777;
    /* transition:0.5s; */
}

@media (max-width: 480px) {
    #videoInput {
        font-size: 88%;
        margin-left: 0;
    }
}

input[type="text"]:focus {
    outline: 2px solid rgb(212, 159, 33);
    border: 0;
}

#popup {
    height: 100px;
    width: 400px;
    font-size: 1.7rem;
    background: rgba(212, 159, 33, 1);
    position: fixed;
    top: -.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    border-radius: 0 0 10px 10px;
    padding-top: 1.9rem;
    display: none;
    outline: 8px solid rgba(49, 49, 49, 0.4);
    box-shadow: 0 0 5px 1px gray;
}

@media (max-width:480px) {
    #popup {
        width: 240px;
        height: 70px;
        padding-top: 1.7rem;
        font-size: 1rem;
        top: -.5%;
    }
}

#footer {
    background-color: #e7e7e7;
    color: #000;
    height: 40px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

#footer nav {
    float: right;
    padding-right: 2rem;
    padding-top: .6rem;
}

#footer nav a {
    color: #000;
    text-decoration: none;
}

#footer nav a:link {
    color: #000;
}

#footer nav a:visited {
    color: #000;
}

#footer nav a:hover {
    color: rgba(212, 159, 33, 1);
}

#footer nav a:active {
    color: #000;
}