/* Enter Your Custom CSS Here */

.lgc-column {
    margin-bottom: 1.5em;
  background: #FFFFFF;
    border: 1px solid rgb(241, 241, 241);
  }

.sticky-navigation .main-navigation li a {
text-transform: capitalize; 
margin: 22px 15px;

  }


.entry-content, .entry-content p, .entry-content span {
    font-weight: 400;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
  
    }

 
body {
    font-family: 'Open Sans', Helvetica Neue, Sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 200;
  
    } 

.powered-by {
    font-size: 13px;
  color: #fff;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 5px;
    text-align: center;
}



