




h1 {
    color:#e72d2d;
    font-weight: bold;
    padding-bottom: 20px;
     text-align: center;
}

h2 {
    color:#e72d2d;
    text-transform: none;
    font-size: 20px;
    padding-bottom:30px;
}



h3 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 40px;
    padding: 10px 0px 0px 0px;
    letter-spacing: 10px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    margin: 0;
}


h5 {
    padding-left:0%;
}

p {
    color:white;
     text-align: center;
}



#global {
    background-color: #faf9f7;
    position:absolute;
    width:100%;
    height: 100%;
    overflow: hidden;
}

#container {
    background-color: #201f24;
    position:absolute;
    right: 65px;
    top: 50%;
    transform: translate(0%, -50%);  
    z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 50px 0px 0px 50px;
}

#content {

}




#headerImg {
    height:10%;
    width: 100%;
}


.image, .image img {
    width : 105%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50px, -50px);
    
}


#video {
    max-width:60%;
    display: block;
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 30px;
}

