/*

Theme Name: Special Access Services

Theme URI: http://eoflex.com/

Description: A simple e commerce responsive theme built with Bootstrap

Author: EOFlex

Author URI: http://eoflex.com/

Version: 1.0

Tags: responsive, white, bootstrap



This is an example theme to go along with the Treehouse blog post on <a href="http://www.eoflex.com/">How to Build a Simple Responsive WordPress Site Using Twitter Bootstrap</a>.

*/
@import url('css/all-stylesheets.css');

.content
{
padding-top: 120px;
}

@media (max-width: 480px) 
{
.content {
    padding-top: 0;
}
}