body{
    margin: 0;
    padding: 0;
}
#vjs_id {
    background-image: url('../img/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.vjs_section {
    width: 50%;
    margin-left: auto;
    color: white;
    text-align: center;
}

.vjs_section_overlay {
    background-color: rgba(46, 36, 23, .7);
    padding:82px 50px 82px 40px;
}

button {
    width: 174px;
    height: 50px;
    background-color: #2f7cac;
    color: white;
    border: none;
    border-radius: 43px;
    font-family: Lato;
    font-weight: 700;
    cursor: pointer;
    font-size: 20px;
}

h5 {
    font-family: Lato;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.19;
    text-align: center;
    color: #ffffff;
    margin: 0;
}
p{
    font-family: Lato;
    font-size:16px;
    margin: 0;
}
h6{
    font-weight: bold;
    font-family: Lato;
    font-size: 16px;
    margin: 0;
    padding-top: 16px;
}
.website-button{
    display: flex;
    justify-content: space-between;   
}
.website-button, .img-logo{
    padding-bottom: 60px;
}
.open-website-text{
    padding-bottom: 40px;
}

.open-website-text h5:nth-child(2){
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
}
.contact-details h5:nth-child(2){
 font-size: 20px;
}

@media (max-width: 768px) { 
    /* .vjs_section{
      margin: 0;
      width: 100%;
    } */
    .website-button{
     flex-flow: column;
    }
    .website-button a:first-child {
        padding-bottom: 24px;
    }
}

@media (max-width: 650px) { 
     .vjs_section{
      width: 100%;
    } 
    .website-button{
     flex-flow: column;
    }
    .website-button a:first-child {
        padding-bottom: 24px;
    }
    .vjs_section_overlay {
        padding:60px 40px 60px 30px;
    }
    .website-button, .img-logo{
        padding-bottom: 40px;
    }
    .open-website-text{
        padding-bottom: 40px;
    }
    .open-website-text{
        padding-bottom: 25px;
    }
}

