/* html,
body {
    box-sizing: border-box;
    font-size: 62.5%;
    
    font-family: raleway;
    color: #000;
    margin: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
} /*
 /*10px/16px = 62.5% -> 1rem = 10px  Pixels required divide by 16 to get REM*/


html,
body {
    font-family: raleway;
}

.influencer-header {font-size:1.75rem;}
.influencer-sub-header {font-size:1.5rem;}
.influencer-ter-header {font-size:1.2rem;}
.influencer-text {font-size:1rem;}

.bold {font-weight: bold;}
.vr-influencer-left {padding: 0; margin-left: 40px;}
.vr-influencer-right {padding: 0; margin-right: 40px;}

.worklife-cta {
    font-size: 0.8rem;
    font-weight: bolder;
    width: fit-content;
    display: inline-block;
  }
  
  .worklife-cta:hover .cta-line {
    width: 100%;
    transition: 0.5s;
  }

  .cta-line {
    border-bottom: 2px solid #e73c26;
    transition: 0.4s;
    width: 50%;}
    
    .cta-line:hover {
      width: 100%;}

.col-container {display:flex;}
.video {max-width: 100%; height: auto;}
.pillar {height: 700px; background-color: yellow;}

a {color: black;}

.grey-background {background-color: #F6F5F3;}
.cream-background {background-color: #DCD4C8;}
.white-background {background-color: #fff;}
.darkblue-background {background-color: #404857;}

.wlc-red {color:#e73c26;}

/*600px*/
@media only screen and (min-width: 37.5em) {
    .col-container {display: flex; width: 100%;}
}