@import url('normalize.css');

/* ----------------------------------------------------------
    Client Name CSS
    Version 1.0

    TABLE OF CONTENTS

    01 - BASE STYLES
    02 - DO NOT DISPLAY
    
    COLOR GUIDE (Main Site Colors and their Hex Codes)
    Main Blue: #338bc7
    Text Gray: #373737
    
---------------------------------------------------------- */

/* 01 = BASE STYLES
---------------------------------------------------------- */

body {
    color: #666;
    font-family: 'Arial', 'Helvetica', sans-serfi;
    font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

.gigantic{font-size: 30px;}

h1,
.huge {
    font-size: 24px;
}

h2,
.large {
    font-size: 20px;
}

h3,
.big {
    font-size: 16px;
}

h4,
.normal {
    font-size: 12px;
}

h5,
.small {
    font-size: 10px;
}

h6,
.tiny {
    font-size: 8px;
}

p {
    font-size: 12px;
    line-height: 20px;
}

a {
    text-decoration: none;
}

ul,
ol {
    padding-left: 15px;
}

.right,
.align-right {float: right;}

.left,
.align-left {float: left;}

.print {display: none;}

.clear {clear: both;}

.header .left{
    float: none;
}


/* 02 = DO NOT DISPLAY
---------------------------------------------------------- */

img,
.ui-loader,
.mobile-menu {
    display: none;
}

.btn {
    display: none;
}

.logo img {
    display: block;
}

.header .right {
    display: none;
}

.backstretch {
    display: none;
}

.newsfeed-column {
    display: none;
}

.event.left {
    float: none;
    display: block;
}

.events {
    border-bottom: solid #ddd 1px;
}

.view-all-events {
    display: none;
}

.learn-more-btn {
    display: none;
}

.donate-btn {
    display: none;
}

.volunteer-btn {
    display: none;
}

.magnets .col {
    float: none;
    border-bottom: solid #ddd 1px;
}

.footer .col {
    float: none;
}

.footer .col.link {
    display: none;
}

.row {
    display: none;
}

.col.news {
    display: none;
}

