/* Bootstrap - site specific stylesheet */
/* Joseph Gallagher */
/* December 2014 */

body {
    background: #e4c491 url(../img/background.gif) repeat 0 0;
    background-size: 30%;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
a, a:hover, a:focus {
    color: #b1422e
}
textarea {
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 35px;
}
.fullWidth {
    max-width: 100%;
    margin-bottom: 50px;
}
.noMargin {
    margin: 0!important;
}
.title {
    width: 680px;
    margin: 45px auto;
}
.intro {
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 35px;
}
.bottomLink, .bottomLink a, .bottomLink a:hover, .bottomLink a:focus {
    color: #b1422e;
}
small {
    font-style: italic;
}
.addthis_floating_style.addthis_counter_style {
    width: 73px!important;
}
.addthis_default_style {
    min-width: 400px;
    margin: 0 auto 25px 0;
}
@media only screen and (max-width: 1280px) {
    body {
        background-size: 30%;
    }
}
/*---------------------
    Headings
---------------------*/
h2 {
    font-size: 22px;
    font-weight: normal;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
}
h3 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
h4 {
    color: #b1422e;
}
/*---------------------
    Main List
---------------------*/
ul.mainList {
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
}
ul.mainList li {
    margin-bottom: 35px;
}
ul.mainList li h2 {
    background: #949599;
    padding: 5px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}
ul.mainList li .itemWrapper {
    background: #f6f4e7;
    padding: 10px 10px 65px 10px;
    color: #2b2b2b;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}
ul.mainList li .itemWrapper img {
    margin-bottom: 15px;
    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: center;
}
/*---------------------
    Logo
---------------------*/
#logo {
    height: 84px;
    width: 193px;
    margin: 50px auto 15px auto;
    padding: 0;
    float: none;
    text-align: center;
}
@media only screen and (max-width: 800px) {
    #addside {
        display: none;
    }
}