html,
    body {
      height: 100%;
      width: auto;
      margin: 0;
    }

    #text {
      margin-left: 5%;
      margin-right: 5%;
    }

    body {
      /* margin: 5%; */
      font-family: -apple-system, BlinkMacSystemFont, Helvetica, arial, sans-serif;
      font-size: 20px;
      font-weight: 200;
      line-height: 1.65;
      color: #000000; /* #6a737d; */
      background-color: #F1F9FF;
    }

    .bg {
      /* The image used */
      background-image: url("images/NextHubWebsiteBanner.png");
    
      /* Full height */
      height: 30%; 
    
      /* Center and scale the image nicely */
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: #0b3a6f;
    }

    .rest {
      margin: 5%;
    }

    blockquote> :first-child {
      margin-top: 0;
    }

    blockquote> :last-child {
      margin-bottom: 0;
    }

    @media screen and (min-width: 950px) {
      .rwd-break {
        display: none;
      }
    }

    @media screen and (min-width: 600px) {
      .rwd-break2 {
        display: none;
      }
    }
    
    a {
      color: #0b3a6f;
      text-decoration: none;
      padding-bottom: 1px;
    }


    blockquote {
      border-left: 4px solid #dfe2e5;
      padding: 0 15px;
      color: #6a737d;
      margin-left: 0px;
    }

    hr {
      background-color: #dfe2e5;
      color: #dfe2e5;
    }


    h1 {
      font-size: 60px;
      font-weight: 300;
      line-height: 1.2;
    }

    p3 {
      white-space: nowrap;
      overflow: hidden;
      word-wrap: break-word;
    }

    p4 {
      /* white-space: nowrap; */
      /* overflow: hidden;
      word-wrap: break-word; */
      font-size: 0.85rem;
      line-height: 0;
    }

    hr {
      border: 0 none;
      height: 4px;
      padding: 0;
      margin: 24px 0;
    }

    div.gallery {
      margin: 5px;
      border: 1px solid #ccc;
      float: left;
      width: 180px;
    }
    
    div.gallery:hover {
      border: 1px solid #777;
    }
    
    div.gallery img {
      width: 100%;
      height: auto;
    }
    
    div.desc {
      padding: 15px;
      text-align: center;
    }

    details {
      user-select: none;
    }
    
    details>summary span.icon {
      width: 24px;
      height: 24px;
      transition: all 0.3s;
      margin-left: auto;
    }
    
    details[open] summary span.icon {
      transform: rotate(180deg);
    }
    
    summary {
      display: flex;
      cursor: pointer;
    }
    
    summary::-webkit-details-marker {
      display: none;
    }