@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,700");


  .top_left_logo { 
    max-width: 140px; 
    margin-top: -10px; 
    float: left; 
    position: absolute; 
    top: 15px;
  }
  
  .top_navbar_scrolled { 
    background-color: rgb(0, 0, 0, 0.85);
  }
  
  .top_navbar_default { 
    background: linear-gradient(rgb(0, 0, 0), transparent);
  }
  
  .main-logo {
    width: 50vmin;
    padding: 3em 0 2em 0;
  }
  
  
  .logo_txt { 
    color: #fff;
    font-size: .8em;
    line-height: 1.35em;
    padding-bottom: 3em;
    text-shadow: 1px 1px #333;
    width: calc(0.45*100vw);
    min-width: 300px;    
    background-color: #00000055; 
    border-radius: 15px; 
    border: 5px; 
    padding: 20px; 
    padding-top: 10px;
    margin-top: -6em;
    display: block;
  }
  

/*  SMALL-ISH DEVICES */
  @media(max-width:925px){
    .top_left_logo {
      max-height:60px;
    }
  
    #logo_description { 
      display: none;
    }
  
    /* On small devices we ALWAYS show it dark because of the navbar items being shown here (alternatively could just darken when non-collapsed but meh) */
    .top_navbar_default { 
      background: none;
      background-color: rgb(0, 0, 0, 0.85);
    }
  }
  
  @media(max-width: 750px) { 
    .main-logo {
      display: none;
    }
    
    #logoContainer { 
      min-height: 200px;
    }

    #logoContainer { 
      margin-top: 160px;
    }
  
  }

/*  LARGER-ISH DEVICES */  
  @media(min-width: 767px) { 
    #mainNav { 
      height: 58px;
    }
    
    #mainJumbo { 
      height: calc((0.51) * (100vw));
    }
  }

  #mainJumbo {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
  }

  body { 
    font-family: "Roboto", sans-serif;
  }

  #mainJumbo video {
    filter: brightness(70%);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
  }
    
    div.polaroid {
      background-color: #343a40;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7), 0 6px 30px 0 rgba(0, 0, 0, 0.7);
      margin-bottom: 25px;
      min-width: 250px;
      min-height: 27em;
    }
    
    div.c h4 {
      text-shadow: 2px 2px #000000;
      padding: 16px;
    }

    div.c {
      text-shadow: 1px 1px #333;
      color: #FFFFFF;
      text-align: center;
      padding: 10px 10px 6px 6px;
    }
    
    nav .nav-item { 
      vertical-align: top;
    }
    
    .nav li a {
        padding: 0px;
        line-height: 80px;
    }
    .nav a {
        padding:0 15px;
        line-height: 80px;
    }
    
    #top_nav {
      align-items: start;
    }
    
    .nav-item-main a {
      font-size: 13px;
      text-transform: uppercase;
      position: relative;
      text-decoration: none;
    }
    
    .navbar-dark .navbar-nav .nav-link { 
      color: #cfcfcf;
    }
    
    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { 
      color: #FFFFFF;
    }

    .nav-item-main a:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    
    .nav-item-main a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #FFFFFF;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
    }
    
    .nav-item a:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    
    .cta:hover { 
        box-shadow: 0px 0px 4px 4px rgba(255, 200, 200, 0.5); /*, 10px 10px 10px 10px rgba(255, 0, 0, 0.5);*/
    }

    .cta { 
    	color: #FFFFFF;
      font-color: #000000;
      width: 225px;
      padding: 5px;
      margin: 10px;
      text-transform: uppercase;
      letter-spacing: 2px;
      opacity: 1;
      
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7), 0 6px 30px 0 rgba(0, 0, 0, 0.7);
    }
    