.hidden.menu {
      display: none;
    }
    
/*      .footer a {
     color:#c0c0c0;
    } */

    .ui.vertical.stripe {
      padding: 2em 0em;
    }
    .ui.vertical.stripe h3 {
      font-size: 2em;
    }
    .ui.vertical.stripe .button + h3,
    .ui.vertical.stripe p + h3 {
      margin-top: 1em;
    }
    .ui.vertical.stripe .floated.image {
      clear: both;
    }
    
    /*
    .ui.vertical.stripe p {
      font-size: 1.33em;
    }
    
    */
    
    .ui.vertical.stripe .horizontal.divider {
      margin: 1em 0em;
    }

    .quote.stripe.segment {
      padding: 0em;
    }
    .quote.stripe.segment .grid .column {
      padding-top: 5em;
      padding-bottom: 5em;
    }

  
    
    }
    
    .masthead.segment {
      padding: 0em 0em 2em 0em;
    }
      

.skip {
    left: -999em;
    position: absolute;
    width: 990em;
}

a.skip:active, a.skip:focus {
    background-color: #fff;
    border: 3px solid #c00000;
    color: #000;
    left: 0;
}

