body{
    margin: 0;
    padding: 0;
}
section{
    margin: 0 auto;
}
.container{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* Center the content */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.header{
    background-color: rgba(0,0,0,1);
    color: #fff;
    padding: 1vw;
    background-size: cover;
    word-wrap: anywhere;
}
.hero{
    background-color: rgba(23,87,96,1);
    color: #fff;
    padding: 1vw;
    background-size: cover;
    word-wrap: anywhere;
}
.content{
    background-color: rgba(101,168,135,1);
    color: #fff;
    padding: 1vw;
    background-size: cover;
    word-wrap: anywhere;
}
h1{
    text-align: center;
    font-size: 6.5rem;
    line-height: 1.125;
    font-family: "Roboto",sans-serif;
    font-weight: bold;
    font-style: normal;
}
p{
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.125;
    font-family: "Roboto",sans-serif;
    font-weight: bold;
    font-style: normal;
}
a{
    color: #fff;
    text-decoration: none;
}
.content img{
    padding: 1vw 0;
}
.videoplayer{
    width: 100%;
    /* height: 100%; */
}
.footer{
    background-color: rgba(0,0,0,1);
    color: #fff;
    padding: 1vw;
    background-size: cover;
    word-wrap: anywhere;
}
.footer a{
    color: #fff;
    text-decoration: none;
}
.footer a:hover{
    color: #fff;
    text-decoration: underline;
}