﻿@charset "utf-8";
/* CSS Document */
/* --------------------- 
STYLES DIRECTORY:
    01. HIDE
    02. RESET
    03. MISCELLANEOUS
--------------------- */
/* ---------- 01. HIDE ---------- */
.topnav, .main-nav, .hero, .pharming, iframe {
display: none;}


/* ---------- 02. RESET ---------- */
html, body, header, footer, .interior-main {
    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;
}