/**
 *  Code for universal elements of the theme
 **/

 body {
   font-size: 16px;
   letter-spacing: .03em;
   .body-font;
   text-rendering: optimizeLegibility;
 }

 a {
     .color(@accent);
   &:visited,
   &:hover,
   &:focus,
   &:active {
     text-decoration: underline;
     .color(@accent);
   }
 }

 ul {
     list-style: none;
     margin: 0 0 .5em 1em;
     padding-left: 1em;
     li {
         margin: 15px auto;
     }
 }

 #content-wrapper {
     margin-bottom: 50px;
 }

 #top-bar {
     padding: 10px 0;
 }

#top-wrapper {
  padding: 20px 0;
}

#masthead {
  margin-bottom: 50px;
}

#primary, #secondary {
    display: inline-block;
    padding: 0 15px;
    @media (max-width: 767px) {
        width: 100% !important;
    }
}
