@charset "utf-8";
/* CSS Document */


/* ----------------------------
Body / General
---------------------------- */
body {
background-image: url("images/hms-background.png");
background-repeat: repeat-y;
background-position: top center;
background-color: black;
color: #dddddd;
font-family: Georgia, "Times New Roman", serif;
font-size: 18px;
line-height: 1.6;
margin: 0;
padding: 0;
text-align: center;
}

#container {
width: 1292px;
margin: 0 auto;
text-align: left;
}

#layoutTable {
table-layout: fixed;
}

#header {
width: 1292px;
margin: 0;
padding: 0;
}

td {
padding: 0;
text-align: left;
vertical-align: top;
}

/* ----------------------------
Columns
---------------------------- */
#leftcolumn {
background-image: url("template_pieces/left_column.jpg");
background-repeat: repeat-y;
background-position: top left;
background-color: #CCC;
padding-left: 25px;
padding-right: 46px;
}

#rightcolumn {
background-image: url("template_pieces/right_column.jpg");
background-repeat: repeat-y;
background-position: top right;
}

#centercolumn {
background-image: url("template_pieces/center_content.jpg");
background-repeat: repeat-y;
background-position: top center;
min-height: 500px;
padding-left: 60px;
padding-right: 60px;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}

/* ----------------------------
Link Effect
---------------------------- */
#centercolumn a {
position: relative;
}

#centercolumn a::after {
content: "";
position: absolute;
left: 0;
bottom: -2px;
width: 0;
height: 1px;
background: #c5a047;
transition: width 0.3s ease;
}

#centercolumn a:hover::after {
width: 100%;
}

/* ----------------------------
Footer
---------------------------- */
#footer {
width: 1292px;
height: 51px;
background-image: url("template_pieces/footer.jpg");
background-repeat: no-repeat;
background-position: top center;
}

.footer-content {
padding-left: 60px;
padding-right: 60px;
padding-top: 15px;
}

.footer-content img {
margin-right: 15px;
}

/* ----------------------------
Typography
---------------------------- */
h1 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 64px;
font-weight: 300;
letter-spacing: 5px;
text-align: center;
color: #ffffff;
margin-top: 0;
margin-bottom: 20px;
}

h2, h3 {
font-family: Georgia, "Times New Roman", serif;
font-size: 28px;
font-weight: normal;
letter-spacing: 1px;
text-align: center;
color: #eeeeee;
margin-top: 0;
margin-bottom: 15px;
}

.subheader-spread {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: bold;
	color: #CCC;
	letter-spacing: 7px;
	text-align: left; /* FIXED */
}

/* ----------------------------
Body Text
---------------------------- */
p {
font-family: Georgia, "Times New Roman", serif;
font-size: 18px;
line-height: 1.6;
margin-bottom: 20px;
text-align: center; /* FIXED */
}

.body-text-left {
    font-size: 18px;
    line-height: 32px;
    width: 600px;
    margin: 0 auto 20px auto;
    text-align: left;
    display: block;   /* CHANGE THIS (was inline-block) */
}


/* ----------------------------
Navigation
---------------------------- */
a {
color: #c5a047;
text-decoration: none;
}

a:hover {
color: #e6c76a;
}

.nav_index {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #CCC;
text-align: center;
padding: 12px 0;
letter-spacing: 5px;
}

/* ----------------------------
BACKGROUND SECTIONS (FIXED)
---------------------------- */

.reflections_background {
background-image: url(images/timeline.png);
background-repeat: no-repeat;
background-position: center center;
text-align: center;
/* REMOVED display:block (CRITICAL FIX) */
}

.news_background {
background-image: url(images/news_background.png);
background-repeat: no-repeat;
background-position: center center;
text-align: center;
}

.literature_background {
background-image: url(images/literature_background.png);
background-repeat: no-repeat;
background-position: center center;
text-align: center;
}

.film_background {
background-image: url(images/filmstrip-copy.png);
background-repeat: no-repeat;
background-position: center center;
text-align: center;
}

.digital_art_bg {
background-image: url(images/digatal-art-bg.png);
background-repeat: no-repeat;
background-position: center center;
text-align: center;
}
