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

 @media only screen and (max-width: 800px) {
#addside {
	display: none;
}
}

body {
    background: url(../img/food.png) 0 0 repeat;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
p {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
a {
    color: #831218;
}
a:hover, a:focus {
    color: #43090c;
}
textarea {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 35px;
	font-size:8px;
}
.fullWidth {
    max-width: 100%;
  
}
.noMargin {
    margin: 0!important;
}
small {
    font-style: italic;
}
.addthis_floating_style.addthis_counter_style {
    width: 73px!important;
}
.addthis_default_style {
    width: 400px;
    margin: 0 auto 25px 0;
}
/*---------------------
    Headings
---------------------*/
h1 {
    background: url(../img/appleIcon.png) 0 23px no-repeat;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    padding: 35px 0 35px 100px;
    font-family: 'Indie Flower', cursive;
    margin: 20px auto 10px auto;
    width: 530px;
}
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;
}
/*---------------------
    Main List
---------------------*/
ul.mainList {
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
}
ul.mainList li {
    margin-bottom: 35px;
}
ul.mainList li h2 {
    background: #7c9757;
    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: 15px;
    width: 100%;
}
ul.mainList li .itemWrapper .description {
    clear: both;
    margin-top: 15px;
    margin-bottom: 0;
    width: 100%;
	text-align:left;
}
/*---------------------
    iFrame
---------------------*/
.iframe {
    font-size: 10px;
    border: none;
    color: #999;
    text-align: center;
}
/*---------------------
    Logo
---------------------*/
#logo {
    height: 103px;
    width: 180px;
    margin: 50px auto 15px auto;
    padding: 0;
    float: none;
    text-align: center;
}
@media only screen and (max-width: 800px) {
    #addside {
        display: none;
    }
}