body {
	margin: 0px;
    font-family: "Muli", "Helvetica", Arial, sans-serif;
    background-image: url(../images/7.png);
}
#wrapper {
	max-width: 1307px;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #515151;
	box-shadow: 0px 0px 20px black;
}
a {
    text-decoration: none;
    color: #e2e2e2;
}
a:hover {
    color: white;
    transition: all 0.3s ease 0s;
}
h2 {
    margin-top: 0px;
    color: #0803a3;
}
h3 {
    display: none;
}
.page-header {
    display: none;
}
p {
    font-size: 16px;
    color: #545454;
    line-height: 1.5em;
}
#topmenu {
    max-width: 1307px;
    height: 29px;
    padding-top: 4px;
    background-image: url(../images/Meadows-NavBarBG.jpg);
    text-align: right;
    padding-right: 20px;
    color: #e2e2e2;
}
#mainbody {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    background-color: white;
    overflow: hidden;
}
.features {}
.feature1, .feature2, .feature3 {
    box-shadow: 0px 0px 20px gray;
    border: thin solid #9c9c9c;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    padding-left: 30px;
    box-shadow: inset 0 0 30px #dedddd;
    text-align: left;
    background-image: url(../images/FeaturedFlagBG.jpg);
    background-repeat: no-repeat;
}
#footername {
    width: 100%;
}
#copyright {
	max-width: 1307px;
	height: 70px;
	background-image: url(../images/Meadows-Copyright-Bar.jpg);
    padding-left: 20px;
    padding-right: 20px;
    color: #e2e2e2;
}
.copyright-left {
    font-size: 24px;
    font-style: italic;
    padding-top: 25px;
}
.copyright-right {
    text-align: right;
    font-family: arial;
    padding-top: 35px;
}
.paypalbox {
    border: thin solid gray;
    border-radius: 7px;
    margin: 20px;
    padding-bottom: 15px;
    background-image: url(../images/7.png);
    box-shadow: 7px 7px 12px gray;
}
.paypalbox:hover {
    box-shadow: 5px 5px 8px gray;
    transition: all 0.3s ease 0s;
}
fieldset {
    border: none;
}
#contact-form input, #contact-form textarea {
    max-width: 500px;
    width: 100%;
    border: thin solid #989898;
}
.star {
    color: red;
}
.popover {
    display: none !important;
}
#contact-form .field-spacer {
    color: red;
    font-size: 14px;
    margin-bottom: 20px;
}
#contact-form legend {
    display: none;
}
/****************** MOBILE STYLES ***********************/

@media (max-width:992px) {
    .copyright-left {
        text-align: center;
    }
    .copyright-right {
        display: none;
    }
}
@media (max-width:900px) {
    #topmenu {
        text-align: center;
    }
}
@media (max-width:535px) {
    .copyright-left {
        font-size: 18px;
        font-weight: bold;
        padding-top: 30px;
    }
    ul {
        text-align: left;
    }
}