 body{
            
            font-family: Arial, Helvetica, sans-serif;
        }
        .framer-logo{
            text-align: center;
            max-width: 350px;
            padding: 1%;
        }
        .menu-hnc{
            border-bottom: solid thin #000;
            border-top:  solid thin #000;
            
        }
        .separator-1{
            height: 8vh;
        }
        
        #gallery{
            width: 100vw;
            text-align: center;
        }
        
        .heading-galery-sub{
            font-size: 1.6em;
            text-align: center;
            padding-top: 1em;
            border-bottom: solid thin #000;
        }
        .headings-three-col{
            font-size: 1em;
            text-transform: uppercase;
            font-weight: bold;
        }
        .sub-headings-three-col{
              font-size: .85em;
            line-height: .9em;
        }
        ul.three-col{
          margin: 0;
            border-left: solid thin #777;
            border-width: 3px;
             list-style-type: none;
        }
        ul.three-col > li {
          text-indent: -30px;
          font-size: .85em;
        }
         ul.three-col > li > a {
         text-decoration: none;
         color: inherit;
        }
        ul.three-col > li:before {
          content: "- ";
          text-indent: -30px;
          
        }
        .holder-three-colum{
            
              width: 70%;
            padding-left: 10%;
        }
        .img-three-col{
            max-height: 130px;
            padding-left: 20%;
            padding-bottom: 5%;
        }
        fieldset{
            
              background-image: url("img/fractal.png");
              background-repeat: repeat;
              background-color: #dad7d7;
        }