#shared-video #content{
    background-color: #1e1e1e;
}

#shared-video .container-fluid .row{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#shared-video video{
    width: 100%;
}

.video-js{
    width: 80%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.content-shared{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#contact1 textarea{
    background-color: #5a5a5a;
    color: #ffffff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 9.5em;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

p{
    color: white;
}

#header{
    height: 85px;
    line-height: 72px;
}

.button.red, #contact1 .button {
    background: #ffffff;
    box-shadow: inset 0 0 0 2px #c42429;
    color: #c42429;
    border-radius: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
#contact1 .button {
    background: #c42429;
    box-shadow: inset 0 0 0 2px #fff;
    color: #ffffff;
    height: 50px;
    text-transform: uppercase;
}

#contact1 .button:hover, #contact1 .button:focus, #contact1 .button:active {
    background: #ffffff;
    color: #c42429;
}


#contact1 {
    color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
}

#contact1 p {
    font-size: 2.2rem;
}
#contact1 p.mediumTitle {
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

#contact1 form {
    color: #626262;
}
#contact1 textarea {
    height: 170px;
}

#contact1 input, #contact1 textarea{
    margin-bottom: 1rem;
}

.boxMessage p{
    color: grey;
}

@media screen and (max-width: 500px){

    .row{
        margin: 0;
        width: 100%;
    }
    .video-js{
        height: 250px;
        width: 100%;
    }

    #contact1{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #contact1 textarea{
        width: 100%;

    }

    #contact1 #avisBtn{
        margin-top: 10px;
        margin-bottom: 10px;
    }

}