/* Bootstrap - site specific stylesheet */
/* Joseph Gallagher */
/* April 2014 */

body {
    background: #032378;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
	text-align: left;
}
textarea {
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
.fullWidth {
    background: #fff;
    max-width: 100%;
    margin-bottom: 50px;
}
.noMargin {
    margin: 0!important;
}
small {
    font-style: italic;
}

@media only screen and (min-width: 800px) {

#socialShare {
    display: block;
    width: 72px;
    text-align: center;
    margin-top: -199px;
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 99; }
    #socialShare > img {
      position: relative;
      top: 12px; }
    #socialShare > div {
      padding: 9px 0 0;
      background: #fff;
      border-radius: 5px;
      box-shadow: 2px 2px 4px #999; }
      #socialShare > div .social-icon {
        margin-bottom: 5px; }
      #socialShare > div .fb {
        margin-bottom: 10px; padding-right: 4px; }
}

@media only screen and (max-width: 800px) {

#socialShare {
    display: none;
} }
/*---------------------
    Headings
---------------------*/
h1 {
    background: url(../img/tvIcon.png) 0 0 no-repeat;
    color: #c62434;
    font-size: 55px;
    font-weight: bold;
    text-align: left;
   padding: 10px 0 15px 160px;
    font-family: 'Lobster', cursive;
    /*text-shadow: 5px 5px 0px rgba(115, 19, 18, 1);*/
}
h2 {
    color: #fff;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}
h3 {
    color: #eb4381;
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
}
h4 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

/*---------------------
    Main List
---------------------*/
ul.mainList {
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
}
ul.mainList li {
    margin-bottom: 35px;
}
ul.mainList li h3 {
    background: #c62434;
    padding: 5px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
   
}
ul.mainList li .itemWrapper {
    background: #fff;
    padding: 25px;
    color: #2b2b2b;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
   
}
ul.mainList li .itemWrapper img {
    margin-bottom: 0;
    width: 100%;
}
ul.mainList li .itemWrapper .description {
    clear: both;
    margin-top: 15px;
    margin-bottom: 0;
    width: 100%;
}
/*---------------------
    iFrame
---------------------*/
.iframe {
    font-size: 10px;
    border: none;
    color: #999;
    text-align: left;
}
/*---------------------
    Logo
---------------------*/
#logo {
    height: 116px;
    width: 292px;
    margin: 0 auto;
    padding: 0;
    float: none;
    text-align: center;
	
}
#logo img {margin-bottom: 10px;}
#logo p {font-size: 10px; text-align: center;}

#logo a {color: #fff; text-decoration: underline;}