body {
 background-color: white;
 font-family: Century Gothic, sans-serif;
 font-size: 18px;
 color: #333;
 margin: 0px;
 min-width: 300px;
}

header {
    height: 90px;  
/*    position: fixed; */
    background-color: #f3f3f3;
    width: 100%;
    border-bottom: 2px solid #aaa;
    padding-top: 10px;
    box-shadow: 0px 0px 20px 0px #333;
    margin-top: 0px;
    z-index: 9;
    min-width: 320px;
}

.logo {
    background-image: url('img/logoSmall.gif');
    border: 0px;
    margin: 0% 0% 15px 12%;
    float: left;
    width: 207px;
    height: 78px;
}

.payPalLogo {
    border: 0px;
    width: 150px;
    height: 52px;
}
.navigation {
    float: right;
    margin: 10px 12% 0px 0px;
}

.headerText {
    font-size: 20px;
    margin-right: 15px;
}

.navigation ul {
    list-style-type: none;
    padding: 0;
    font-size: 18px;
    display: flex;
    margin: 20px 0px 20px 0px;
    float: right;
}

.navigation li a { 
    padding: 0px 15px;
    text-decoration: none;
    color: #555; 
    transition: all 0.5s ease;
    border-bottom: 0px solid #fff;
}

.navigation li a:hover {
    color: #dd6e57;
    border-bottom: 2px solid #dd6e57;
    padding-bottom: 10px;
    font-size: 20px;
}


.mainContent {
    margin: 75px 10% 0 10%;
}


h1 {
    color: #000;
    text-align: center;
    font-size: 32px;
    padding-top: 35px;
}

.banner{
    background-image: url("img/bannerBackground.jpg");
    background-color: #aaa;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 150px;
    text-align: center;
    padding: 80px 50px 80px 50px;
}

.banner h1 {
    color: #dd6e57;
    font-size: 40px;
}

.banner p {
    color: black;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}


h2 {
    color: #111;
    font-size: 28px;
    padding: 0px 10px 10px 10px;
}

h3 {
    color: #dd6e57;
    font-size: 25px;
    padding: 0px 10px;
}

h4 {
    color: #333;
    font-size: 23px;
    text-align: left;
}

.h4Center {
    color: #333;
    font-size: 23px;
    text-align: center;
}

h5 {
    color: #fff;
    font-size: 23px;
    text-align: left;
}

h6 {
    color: #dd6e57;
    font-size: 23px;
    text-align: left;
    margin-top: 20px;
    margin-left: 80px;
}

p {
    padding: 0px 10px;
}

a { 
    text-decoration: none; 
}

a:hover {
    color: #dd6e57;
}

.stripeDecor {
    background-color: #f19481;
    width: 100%;
    padding: 20px 0px 0px 0px;
}

.stripe {
    background-color: #f19481;
    width: 100%;
    padding: 0px 0px 80px 0px;
}

.textWhite {
    color: white;
}

.textBlack {
    color: black;
}

.textHighlight {
    color: #dd6e57;
}

.stripe h3 {
    text-align: center;
}

.sideBySideContent {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.tableColumn {
    width: 28%;
    padding: 20px;
    text-align: center;
}

.fullPage {
    width: 100%;
    padding: 20px;
}

.input1 {
    min-width: 200px;
    width: 90%;
    height: 40px;
    background-color: #eee;
    border-radius: 7px;
    margin: 10px 0px;
    border: 1px solid #dd6e57;
    /*float: right;*/
    padding-left: 10px;
    transition: background-color 0.5s ease;
}

input {
    padding: 0;
}

textarea {
    min-width: 200px;
    width: 90%;
    height: 100px;
    background-color: #eee;
    border-radius: 7px;
    margin: 10px 0px;
    border: 1px solid #dd6e57;
    /*float: right;*/
    padding: 10px 0px 0px 10px;
    font: inherit;
    font-size: 13px;
    transition: background-color 0.5s ease;
}

:required {
    background-color: #ffaaaa;
}

input:valid {
    background-color: #aaffaa;
}

input[type="submit"] {
    width: 10px;
    height: 40px;
    background-color:#234358;
    border-radius: 7px;
    font-size: 16px;
    border: none;
    transition: all 0.5s ease;
    color: white;
    margin: 10px 15px;
}

:required::-webkit-input-placeholder {
    color: #ff6666;
}

input:optional {
    background-color: white;
}

input[type="submit"] {
    background-color: #234358;
}

input[type="submit"]:hover {
    background-color: #000;
}

.error {
    color: #FF0000;
}

.darkBlue {
    background-color: #2b4b69;
    fill: #2b4b69;
}

.blue2 {
    background-color: #41576c;
    fill: #41576c;
}

.green {
    background-color: #37b34a;
    fill: #37b34a;
}

.lightGray {
     background-color: #eee;
    fill: #eee;
}

.gray {
    background-color: #ccc;
    fill: #ccc;
}
.white {
    background-color: #fff;
    fill: white;
}

.tabSpacer {
    width: 8%;
    height: 50px;
}
.tabHeader {
    font-size: 20px;
    color: #2b4b69;
    z-index: 9;
}

category:target {
	display:flex;
    padding: 220px 0px 0px 0px;
    margin: -280px 0px 0px 0px;
    z-index: 2;
}

category {
	display:none;
}


table{
border-collapse: collapse;
max-width: 500px;
}

th {
    height: 40px;
    padding: 6px 10px;
    background-color: #dd6e57;
}

td {
    padding: 6px;
}

tr:nth-child(even) {
    background-color: #ccc;
}
.success {
    color: #00aa55;
}

.categories {
    display: flex;
    min-width: 100%;
    flex-wrap: nowrap;
}

.pricing {
    justify-content: space-between;
    text-align: center;
}

.tabHeader {
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.tabButton {
    width: 80%;
    min-width: 150px;
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.tab {
    width: 50%;
    text-align: center;
    margin: auto;
}

.categories .mainContent {
    margin: 0px 0px 0px 0px;
}

.testimonials {
margin: auto;
width: 100%;
}

.testimonial {
    max-width: 330px;
    position: relative;
    margin: 25px auto;
    border: 2px solid #ccc;
    border-radius: 15px;
    padding: 10px;
    background-color: #fff3f1;
}

.testimonial img {
    position: absolute;
    margin: -30px 0px 0px -25px;
    border: 10px solid white;
    border-radius: 50px;
}

.twentyFivePercentWide {
    width: 25%;
    padding: 45px 0px 45px 30px;
}

.thirtyThreePercentWide {
    width: 30%;
    padding: 15px 10px;
}

.fiftyPercentWide {
        width: 50%;
        padding: 15px 10px;
    }

.sixtySixPercentWide {
    width: 66%;
    padding: 15px 10px;
}

.seventyFivePercentWide {
    width: 75%;
    padding: 15px 10px;
}

.seventyFivePercentWideRight {
    width: 75%;
    padding: 15px 10px;
	float: right;
}

.seventyFivePercentWide li {
    color: black;
    font-size: 26px;
}

.backgroundColor {
    background-color: #eee;
}

.homeBlogPosts {
    padding: 20px 20px 20px 20px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.payPalAdj {
	margin-left: -25px;
}

.payPalPayment {
    width: 25%;
    padding: 0;
	float: left;
}

button {
    width: 150px;
    height: 40px;
    background-color:#aaa;
    border-radius: 7px;
    font-size: 16px;
    border: none;
    transition: all 0.5s ease;
    color: white;
    margin: 7px;
}

button:hover {
    background-color: #dd6e57;
}

footer {
    margin-top: 50px;
    background-color: #dd6e57;
    padding: 0px 0px 30px 0px;
    min-height: 100px;
    text-align: center;
    vertical-align: middle;
    color: white;
    width: 100%;
}

footer h5 {
    font-size: 22px;
	margin-bottom: 0px;
} 

footer a {
    color: white;
} 

footer a:hover {
    color: lightgray;
} 


@media screen and (max-width: 1240px) {
   .categories {
        display: flex;
    }
    /*.mobileCategories {
        display: flex;
        padding: 10px;
    }*/
    .tabButton {
    width: 100%;
    min-width: 120px;
    color: black;
    font-size: 20px;
    font-weight: bold;
}
    
}

@media screen and (max-width: 1100px) {
    .headerText {
        font-size: 15px;
    }

}

@media screen and (max-width: 915px) {
    .logo {
        background-image: url('img/logoSmall.gif');
    }
    .headerText {
        display: none;
    }
	.payPalPayment {
    width: 100%;
    padding: 0;
}
}

@media screen and (max-width: 860px) {
    .logo {
        background-image: url('img/emblemSmall.gif');
        width: 42px;
        height: 42px;
        margin: 0% 0% 15px 7%;
    }
    .navigation {
        float: right;
        margin: 0px 50px 0px 0px;
    }
    
     header {
        height: 55px;  
        float: top; 
        background-color: white;
        width: 100%;
        border-bottom: 2px solid #aaa;
        box-shadow: 0px 0px 20px 0px #333;
    }

    .navigation ul {
        font-size: 15px;
        margin: 15px 0px 20px 0px;
    }
    .navigation li a:hover {
    color: #dd6e57;
    border-bottom: none;
    padding-bottom: 0px;
    font-size: 15px;
    }
    
    .sideBySideContent {
        display: block;
    }

    .categories .sideBySideContent {
        display: flex;
    }

    .banner{
        min-height: 80px;
        padding: 40px 50px 10px 50px;
    }

    .mainContent {
        margin: 25px 5% 0 5%;
    }

    .tableColumn {
        width: 100%;
        padding: 20px 0px;
        text-align: left;
    }

    .tableColumn:first-child {
        width: 100%;
        padding: 40px 0px 20px 0px;
        text-align: left;
    }

    .sixtySixPercentWide {
        width: 100%;
        padding: 5px 0px;
        
    }

    .thirtyThreePercentWide {
        width: 100%;
        padding: 5px 0px;
    }

    .seventyFivePercentWide {
        width: 100%;
        padding: 5px 0px;
    }
	.seventyFivePercentWideRight {
    width: 100%;
    padding: 15px 10px;
	float: right;
}
     .fiftyPercentWide {
        width: 100%;
        padding: 5px 0px;
    }

    /*.categories img {
        height: 45px;
        padding: 10px 5px;
        margin: 0;
    }*/

    .categories .stripe {
        height: 0px;
        z-index: 1;
        padding-bottom: 180px;
    }
	
	.payPal {
		max-height: 52px;
		max-width: 150px;
	}
		
    category:target {
	display:flex;
    padding: 250px 0px 0px 0px;
    margin: -250px 0px 0px 0px;
    z-index: 2;
    }

    .twentyFivePercentWide {
        width: 100%;
        padding: 5px 0px 5px 0px;
    }
    
    .floatLeft {
        float: none;
    }

    .floatRight {
        float: none;
    }

    form {
        padding-bottom: 20px;
    }

    .stripe {
        padding-bottom: 30px;
    }

    h1 {
        color: #000;
        text-align: center;
        font-size: 22px;
        padding: 70px 0px 35px 0px;
    }

    .banner h1 {
        color: #dd6e57;
        font-size: 28px;
    }

    .banner p {
        color: black;
        font-size: 18px;
    }

    h2 {
        color: #111;
        font-size: 22px;
        padding: 10px 10px 10px 10px;
    }

    h3 {
        color: #dd6e57;
        font-size: 20px;
        padding: 0px 10px;
    }

    h4 {
        color: #333;
        font-size: 17px;
		text-align: left
    }

    .homeBlogPosts {
        padding: 0px;
    }

    img {
    max-width: 60%;
    max-height: 60%;
    }

    
}

@media screen and (max-width: 570px) {
    .navigation {
        float: right;
        margin: 0px 20px 0px 0px;
        font-size: 7px;
    }
    header {
        height: 60px;  
        position: fixed; 
        padding-top: 15px;
        margin-top: 0px;
    }
    .navigation li a { 
    padding: 0px 6px;
    transition: none;
    }
    .navigation ul {
        font-size: 14px;
        margin: 15px 0px 20px 0px;
    }
    .navigation li a:hover {
    color: #dd6e57;
    border-bottom: none;
    padding-bottom: 0px;
    font-size: 14px;
    }
    
}