@font-face {
 font-family: 'VAG Rounded Light';
 font-style: normal;
 font-weight: 100;
}

 .bg-light-grey {
    background-color: #f2f2f2 !important;
}

.top-bar-text {
  font-size: 18px;
}


body{
   letter-spacing: .75px;
 -webkit-font-smoothing: antialiased;
}


.gradient1 {
  background: linear-gradient(45deg, #090d0d 0, #24a6b7 100%);
}



.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

.video-container2 {
    overflow: hidden;
    position: relative;
    width:80%;
}

.video-container2::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
}

.responsive {
  width: 100%;
  height: auto;
}