﻿@charset "utf-8";
/* CSS Document */
/* --------------------- 
STYLES DIRECTORY:
    01. HIDE
    02. RESET
    03. MISCELLANEOUS
--------------------- */
/* ---------- 01. HIDE ---------- */
.top-nav, .main-nav, .hero, .features, .link-heading, .accordion-heading{
display: none;
}

/* ---------- 02. RESET ---------- */
html, body, header, footer{
    position: static;
    float: none;
    clear: both;
    display: block;
    width: 98% ;
    height: auto;
    padding: 0 ;
    margin: 5px;
    background: none;
    color: #000;
    text-align: left;
    border:none;
}


 