@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 {
    font-family: 'Source Sans Pro', 'Arial', 'Helvetica', sans-serif;
    margin: 0;
    padding: 0;
}

.masthead{font-size: 36px;}

h1, .h1 {
    font-size: 40px;
    text-transform: uppercase;
}

h2, .h2 {font-size: 30px;}

h3, .h3 {font-size: 20px;}

h4, .h4 {
    font-size: 18px;
    text-transform: uppercase;
}

h5, .h5 {font-size: 16px;}

h6, .h6 {font-size: 14px;}

.micro {font-size: 10px;}

p {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 15px;
}

a {
    text-decoration: none;
}

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

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

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

.clear {clear: both;}


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

.backstretch,
.challenge,
.challenge-grid,
.challenge-grid-copy a,
.did-you-know,
.enews-signup-wrap,
.logo,
.mcwane-happenings,
.mega-footer,
.nav,
.page-grid,
.responsive-nav,
.responsive-nav-link,
.rotator,
.rotator-copy a,
.search,
.secondary-nav-wrap,
.section-img,
.sidebar {display: none;}

.logo-print {padding: 20px 0;}

.imax-dome {
    margin: 0 0 30px;
    width: 100%;
}

a.movie-item {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    color: #6d6d6d;
    display: block;
    font-family: 'Source Sans Pro', 'Arial', 'Helvetica', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-top: -1px;
    overflow: auto;
    padding: 14px 15px 15px;
    width: 90%;
}

.movie-thumb {padding-right: 15px;}

.movie-title {font-weight: 600;}

a.movie-item.even {
    background-color: #f9f9f9;
}

.challenge-grid-wrap {clear: both;}

