@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

#clumio-logo {
  margin-left: -1rem;
}

body,div,table {
    font-family: 'Noto Sans', sans-serif;
}

body {
  margin: auto 1.5rem;
}

.setPageWidth {
  max-width: 1240px;
}

/*.container-fluid {
    max-width: 1440px;
  }

.container{
    max-width: 1440px;
  }
  */
  
  /*
   * Custom translucent site header
   */
  
.site-header {
    background-color: white;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
.site-header a {
    color: #999;
    transition: ease-in-out color .15s;
  }
.site-header a:hover {
    color: #1E88E5;
    text-decoration: none;
  }
  

.jumbotron-cloud-bg {
    background-image: url('https://saas.clumio.com/rs/666-JFU-768/images/VMw_Webinar_Header_NoText.png');
    background-size: cover; 
    background-repeat: no-repeat;

  }
/* set H1 in Jumbotron to scale */
.jumbotron-cloud-bg h1 {
    font-size:4vh;
  }

 small a {
     color: #6c757d;
 } 

 small a:hover {
     color:#243B53;
 }

  /* 
   * Clumio Colors
   */
  .blue-dark {color: #092E8C;} 
  .blue-med {color: #1E88E5;}
  .blue-light {color: #4FC3F7}
  .yellow {color: #ffC539;}
  .purple {color: #963091;}
  .red {color: #D42027;}  
  .green {color: #7DC142;}
  .black {color: black;}
  .white {color: white;}
  .gray-drak {color: #243B53;}
  .gray-med {color: #486581;}
  .gray-light {color: #829AB1;}
  
  /*
   * Extra utilities
   */
  
  .flex-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
  @media (min-width: 768px) {
    .flex-md-equal > * {
      -ms-flex: 1;
      flex: 1;
    }
  }
  
  .overflow-hidden { overflow: hidden; }