html, body { color: #000; font-family: 'Montserrat', sans-serif; font-size: 18px; -webkit-font-smoothing: antialiased;  scroll-behavior: smooth;}
.container { padding: 0; width: 100%; }
.row { margin: 0; }
.row > div { padding: 0 1.5% 12px; }
.content { width: 100%; }
.vertical-center > div { float: none; display: inline-block; margin-left: -.5%; vertical-align: middle; }
.vertical-center > div:first-of-type { margin: 0; }

/* Links */
a { transition: background-color .2s, color .2s; color: #044f7c; font-weight: 600;}
a:hover,
a:focus { text-decoration: none; }
.button { background-color: #c47; border-radius: 14px; border: 0; color: #044f7c; display: inline-block; letter-spacing: .05em; margin-top: 12px; padding: 4px 16px; transition: background-color .2s; }
.button:hover { background-color: #b16; color: #fff; }
.button:focus { color: #fff; }
a:visited {color: #006037;}



/* Headers */
h1 { font-size: 3.3em; margin: 30px 0 22px; }
h2 { font-size: 2.2em; margin: 12px 0 24px; }
h3 { font-size: 1.8em; margin: 48px 0 24px; }
h4 { font-size: 1.4em; margin: 0; }
h5 { font-size: 1.4em; margin: 26px 0 0; }
h6 { font-size: 1.3em; margin: 26px 0 0; }

/* Paragraphs & Lists */
p { line-height: 1.4em; margin: 22px 0 16px; padding-right: 10px;}
ul, ol { margin: 16px 0 10px; }
li {  line-height: 1.4em; margin-bottom: 8px; }
.images img {width: 100%;}
.image-caption {
    font-size: 18px;
    font-weight: bold;
    color: #35538d;
}


/*********************************************/
/******   Custom CSS  ************************/
/*********************************************/

html { height: 100%; }
body { height: 100%; overflow: hidden; width: 100%; }
.container { height: 100%; overflow: hidden; position: relative; transition: width .5s; width: 100%; } 
.contact-open .container { width: 100%; }
img { max-width: 100%; }
.preload { height: 10px; left: -9999px; position: absolute; }

#meeting-content { height: 100%; width: 100%; }


#menu-blocker { background: rgba(0,0,0,.5); display: none; height: 100%; left: 0; padding: 0 !important; position: fixed; top: 0; width: 100%; }

#meeting-body { height: 100%; overflow-y: auto; position: relative; }
#meeting-body > div { clear: both; padding: 50px 56px 74px 80px; }
#meeting-body h2 span { display: inline-block; padding-bottom: 5px; }
#meeting-body > div .row > div { padding: 14px 2% 14px 0; }
hr { border-bottom: 3px solid #23716D; margin: 26px 0 8px; }


h2 { color: #000; font-size: 2.4em; margin-bottom: 44px; position: relative; }
h2:after { background: #23716D; content: ""; height: 22px; left: 0; margin-top: 2px; position: absolute; top: 100%; width: 248px; }


#welcome { background-image: url("../images/headerbanner.jpg"); background-size: cover; background-position: center; height: 420px; position: relative; }
#welcome h1 { background: #006037; bottom: 36px; color: #fff; font-size: 2.8em; padding: 38px 34px; position: absolute; }
#welcome h1 strong { display: block; font-size: .9em; margin-bottom: 4px; }
#welcome h1 span { letter-spacing: .05em; text-transform: uppercase; }



/*********************************************/
/****** Media Queries ************************/
/*********************************************/
/* Add more queries as needed; 992px is the column breakpoint for "medium"  columns in Bootstrap */

@media screen and (min-width: 1890px) {
    body { font-size: 20px; }
    p { font-size: 20px; }
    #project-overview blockquote { font-size: 20px; margin: 28px 0; }

}



@media screen and (max-width: 1200px) {
    body { overflow: hidden; }
    h2 { font-size: 2.6em; }
    h2:after { height: 10px; margin-top: 6px; }

    #meeting-body { background: #fff; left: 0; margin: 0; position: relative; transition: left .4s; z-index: 10; }
    #meeting-body > div { padding-left: 90px; }
    #meeting-menu { left: -236px; transition: left .4s; z-index: 100; }
    #meeting-body { margin: 0; width: 100%; }

}

@media screen and (max-width: 992px) {
    .vertical-center > div { margin: 0; }
    h1 { font-size: 2.2em; margin: 20px 0 6px; }
    h2 { font-size: 1.6em; margin: 12px 0 24px; padding-right: 20px; }
    h3 { font-size: 1.2em; font-weight: 700; margin: 32px 0 20px; }
    h4 { font-size: 1.3em; margin: 0; }
    h5 { font-size: 1.2em; margin: 26px 0 0; }
    h6 { font-size: 1.1em; margin: 26px 0 0; }
    p, li { font-size: .9em; line-height: 1.3em; }
    .button { font-size: .8em; border-radius: 12px; padding: 4px 12px 3px; }
    table tr { font-size: .8em; padding: 2px; }
}

@media screen and (max-width: 768px) {
    #introduction img { margin-bottom: 8px; width: 124px; }
    #introduction h2 { font-size: 1.2em; padding: 0; }
    #introduction h2 strong { font-size: 1.5em; }
}

@media screen and (max-width: 660px) {
    .container { width: 100%; }

    h2 { font-size: 1.6em; }
    h2 strong { font-size: 1em;}


    #main-content { width: 100%; }
    #meeting-content > div { padding-top: 0 !important; top: 0 !important;  }

    #meeting-menu a span > span { font-size: .9em; }

    #welcome { height: 280px; }
    #welcome h1 { bottom: 16px; font-size: 1.3em; left: 6%; line-height: 1em; margin-top: 62px; padding-left: 18px; width: 84%; }

    #meeting-body > div { padding: 20px 36px 32px; }

}

@media screen and (max-width: 480px) {
    .bookend-screen > p {font-size: 2em; }    
    #meeting-body > div { padding: 8px 24px 22px; }

    #meeting-body h2 { margin-top: 24px; }
    ul li { text-indent: 5px; }


    #welcome p {width: 100%; margin-top: 104px;}
}
