/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/


body {
    background-color: #e5e5e5;
    font-family: 'serif';
    background: url('img/header_bg.jpg');
    text-align: center;
    background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size:  cover;
}

p {
    font-family: 'san serif';
    font-size: 1.4em;
}

#navMain a {
    font-family: 'belleroselight';
}

#contentMain02 p {
    font-family: 'serif';
    font-size: 1.4em;
}

#navMain {
    position: relative;
    display: block;
    width: 97px;
    height: 247px;
    margin-top: -90px;
    margin-right: -95px;
    float: left;
    clear: both;
    background: url('img/menu_bg.png') no-repeat;
}

.navMain_list {
    margin-top: 70px;
    font-size: 16px;
    font-weight: 800;
}

.navMain_list ul li {
    padding: 0;
    margin: 10px 0;
    line-height: 16px;
}

.navMain_list a {
    color: white;
    margin: 0;
    padding: 0;
}

.navMain_list a:hover {
    color: #FFDA84;
}

#navMain img {
    width: 100%;
}

#navMainSM {
    position: relative;
    text-align: center;
    display: block;
    width: 15%;
    margin-left: -15%;
    float: right;
    z-index: 1;
}

#navMainSM2 {
    position: relative;
    margin-left: -15%;
    float: right;
    z-index: 1;
    display: block;
    margin-top: -110px;
    width: 12%;
}

#navMainSM h4 {
    font-size: 120%;
}

#navMainSM ul li {
    display: inline;
}

.link_resume {
    font-size: 2.625rem;
    text-align: center;
    font-family: 'westmeathregular';
}

#navMainSM a:hover {
    border-bottom: 2px solid #4d4d4d;
}

#navMainSM h5 {
    font-size: 1em;
    padding: 0;
    font-family: 'arial';
}


#headerMain {
     background: url("img/ribbon01.png") repeat-x;
     padding-top: 40px;
}

.headerLogo {
    margin: auto;
    text-align: center;
}



#contentMain01 {
    background: #4d4d4d;
    min-height: 400px;
    color: #e5e5e5;
    text-align: center;
    padding-bottom: 50px;
}

#contentLatestHeader {
    background: url('img/latest_bg.png') repeat-x;
    background-position: 0 8px;
    height: 190px;
    padding-top: 40px;
    margin-bottom: 20px;
}

#contentMain01 h2 {
    color: #e5e5e5;
    margin: 0;
    padding: 0;
    font-family: 'westmeathregular';
    font-size: 3em;
}



.vidCategory h4 {
    margin: 0;
    padding: 20px 0 0 0;
}

.latestVideoTitle {
    text-align: center;
    padding-left: 5px;
}


.vidContainer {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.vidContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border: 3px solid #dfdfdf;
}

.prevEpisodes iframe {
    border: 2px solid #4d4d4d;
}

.prevEpisodes h5 {
    text-align: center;
    font-family: sans-serif;
    font-weight: 400;
}

#contentMain02 {
    min-height: 300px;
    background-color: #dfdfdf;
    padding: 30px 0 100px 0;
    text-align: left;
}

#contentMain02 h2 {
    text-align: center;
    font-family: 'westmeathregular';
}

.aboutContent div p {
    font-size: 1.4em;
}

.aboutContent img {
    margin: auto;
}

.aboutContent h4 {
    text-align: center;
}

.thanksLogo div {
    text-align: center;
}

hr {
    border: 8px solid #4d4d4d;
    margin: 0;
}

#footerMain {
    min-height: 100px;
    background-color: #ef7e0a;
    padding-top: 50px;
    color: #dfdfdf;
    padding-bottom: 40px;
}

#footerMain  p {
    color: #dfdfdf;
    font-weight: 800;
}


.footContact {
    text-align: left;
    font-size: 0.7em;
}

.footContact a:hover {
    text-decoration: underline;
}

.footContact h4, .footContact p, .footContact a {
    color: #dfdfdf;
}


h1, h2, h3, h4, h5 {
    font-family: 'westmeathregular';
}

@font-face {
    font-family: 'westmeathregular';
    src: url('fontface/westmeath-webfont.woff2') format('woff2'),
         url('fontface/westmeath-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'belleroselight';
    src: url('fontface/bellerose-webfont.woff2') format('woff2'),
         url('fontface/bellerose-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





