/** Shopify CDN: Minification failed

Line 56:0 Expected "}" to go with "{"

**/
  .custom-title {
    font-size: 50px;
  }
  #header {
    display: none;
  }
  .footer {
    display: none;
  }

.container {
  background: url('BGBTheme-HoptreeNavy-BG.jpg');
}
  .main {
/*     background-color: #1b2449; */
    background: url( 'BGBTheme-HoptreeNavy-BG.jpg');
    width: 100vw;
    height: 125vh;
  }
  section {
    text-align: center;
    width: 100%;
  }
.no-layout__item {
  padding-left: 0;
}
  .c-btn--full {
    width: 35%;
  }
  .c-btn--hollow {
  background-color: transparent;
  color: white;
  box-shadow: inset 0px 0px 0px 1px white; }
  @media (hover: hover) {
    .c-btn--hollow:hover {
      background-color: white;
      color: #1b2449; } }

  .o-layout__item {
    text-align: center !important;
  }
  .home-custom__item {
    margin-bottom: 15px;
  }
  
  @media screen and (max-width: 768px) {
    .c-btn--full {
      width: 80%;
    }
    
