@charset "utf-8";
body {
    background-color: #FFFFFF;
    background-attachment: fixed;
    background-size: cover;
    font-family: actor;
    font-style: normal;
    font-weight: 400;
    margin-left: 0px;
}
h1   {
    font-family: actor;
    font-style: normal;
    font-weight: 900;
    font-size: 2em;
    text-align: left;
    margin-left: 0%;
}
h2   {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
    text-align: left;
    font-family: alfa-slab-one;
    clear: both;
}
.sectionHeaderImg {
    text-align: left;
    margin-left: 5%;
    width: 30%;
    float: left;
}

body footer {
}

.sectionRight {
    width: 50%;
    padding-top: 2%;
    padding-bottom: 3%;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.06) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.06) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.06) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.06) 100%);
    float: left;
    padding-left: 2.5px;
    margin-bottom: 2%;
}
.sectionAbout {
    width: 60%;
    padding-top: 2%;
    padding-bottom: 3%;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.06) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.06) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.06) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.06) 100%);
    float: none;
    padding-left: 2.5px;
    margin-left: 20%;
    margin-right: 20%;
}


footer  {
    font-size: small;
    clear: both;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    color: #00508B;
    text-align: center;
}

.headerImg {
    text-align: left;
    background-attachment: scroll;
    max-width: 80%;


}
header {
    text-align: center;
    margin-top: 5%;
}

.asideLeft {
    width: 90%;
    clear: both;
    margin-left: 5%;
}
.txtBoldHeader {
}
nav {
    clear: none;
}
.navlist {
    list-style-type: none;
    overflow: hidden;
    float: none;
}
.navlistitem {
    float: left;
}

.navlistitem a {
    text-decoration: none;
    display: block;
    color: #3F3F3F;
    padding-top: 14px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;

}
.navlistitem a:hover {
    text-shadow: 0px 0px #000000;
    background-color: #A0C8A0;
    color: #000000;
}
.navbarBrandTopDianeCampbell {
    font-family: alfa-slab-one;
    font-style: normal;
    font-weight: 400;
    color: #00508B;
}

.asideLeft h1 {
}
.sectionRight #form1 #name {
}
.contactformStyle {
    width: 100%;
    float: right;
}
.contactformComments {
    width: 100%;
    height: 150px;
}





@media (max-width: 768px){
body {
}
.asideLeft {
    width: 90%;
    margin-left: 5%;
	margin-right: 5%;
}
.sectionRight {
    width: 90%;
    padding-bottom: 2%;
    margin-top: 2.5%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 50px;
    float: none;
}
.sectionHeaderImg {
    margin-left: 5%;
    width: 40%;
	margin-left: 30%;
	margin-left: 30%;
    float: none;
}
h1 {
    font-family: actor;
    font-style: normal;
    font-weight: 900;
    font-size: 2em;
    text-align:center;
    margin-left: 0%;
}
footer {
    font-size: small;
    clear: both;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    float: left;
}
}
