@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: 'Open Sans', sans-serif;
    font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

.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 {
    font-size: 14px;
    list-style: none;
    padding-left: 15px;
}

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

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

.print {display: none;}

.clear {clear: both;}

.story {
    height: auto !important;
    min-height: auto !important;
}

.logo {max-width: 150px;}

.logo img {
    display: block;
    height: auto;
    width: 100%;
}

/* 02 = DO NOT DISPLAY
---------------------------------------------------------- */
.prlx,
.tl-nav {display: none;}
