/**
	Still trying to figure out how to make the width of the 
	website to 100%.
	Doing this with the html, body elements in the css code 
	right below this comment.
**/

html, body {
	width: 100%;
	padding: 0; /** Padding of 0 changed a little **/
	margin: 0; /** Margin of 0 changed a little **/
	/*max-width: 1366px;*/
	max-width: auto;
}
h3 {
    font-family: Arial Hebrew Scholar;
	color: #000000;
    font-style: normal;
    font-size: 25px;
    font-weight: 300;
}
p {
    color: #000000;
    font-family: Helvetica Neue;
    font-style: normal;
    font-size:16px;
}
.logoBanner{
    display: block;
}
.about {
    background-color: #3F88B9;
    padding-left: 85px;
    padding-right: 85px;
    padding-bottom: 85px;
    padding-top: 85px;
}
.aboutTitle {
    text-align: center;
}
.aboutText {
    text-align: center;
    padding-top: 20px;
}
.certifications {
    height: 180px;
    /**
		Made the hight of this class 360 because the certificates images are 180
		So this class is double the certifications images height.
	**/
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.dbe-box {
    background-image: url(DBE-Certified%20Icon.png);
    background-repeat: no-repeat;
    width: 190px;
    height: 180px;
    background-size: contain;
    float: left;
    clear: left;
    display: block;
}
.sba-box {
    background-image: url(SBA-Certified%20Icon.jpg);
    background-repeat: no-repeat;
    width: 190px;
    height: 98px;
    background-size: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    margin-top: 37px; /*This code made the image drop down to give it a feel of being in the center instead of the img top being at the top of dbe*/
}
.mbe-box {
    background-image: url(MBE-Certified%20Icon.png);
    background-repeat: no-repeat;
    width: 190px;
    height: 180px;
    background-size: contain;
    display: block;
    float: right;
    clear: right;
    margin-top: -138px;
}
.refferences {
    background-color: #3F88B9;
    height: 500px;
    display: block;
    border-top: thin solid #95989A;
    border-bottom: thin solid #95989A;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 30px;
    padding-bottom: 0px;
}
.asideLeft {
    width: 400px;
    float: left; /*this code made the asideLeft be on the left side of the refferences**/
    display: block;
}
.govTitle {
    margin-left: 15px;
}
.govCodes {
    border: thin solid #FFFFFF;
    height: 300px;
    font-family: Helvetica Neue;
    font-size: small;
    padding-top: 60px;
    padding-left: 15px;
    display: block;
}
#govCodeOne {
}
#govCodeTwo {
}
#govCodeThree {
}
.asideRight {
    float: right;
    width: 825px;
    display: block;
}
.performanceTitle {
    margin-left: 15px;
}
.pastCompanies {
    border: thin solid #FFFFFF;
    display: block;
    height: 300px;
    padding-left: 15px;
    padding-top: 60px;
    font-family: Arial Hebrew Scholar;
    font-size: medium;
    padding-right: 20px;
}
#kanawha {
    width: 257px;
    display: block;
    float: left;
    margin-bottom: 35px;
}
#blythe {
    width: 250px;
    float: right;
    display: block;
    margin-bottom: 35px;
}
#haymes {
    width: 250px;
    display: block;
    float: left;
    clear: left;
}
#ken {
    width: 250px;
    display: block;
    float: right;
}
.contact {
    padding-top: 50px;
    padding-left: 125px;
}
.contactInfo {
    width: 450px;
    display: block;
    float: left;
}
.tcContact {
    margin-left: 121px;
    width: 221px;
    margin-top: 25px;
}
.commentSection {
    width: 630px;
    display: block;
    float: right;
    margin-top: 39px;
}
#userName {
    width: 55px;
    display: block;
    float: left;
}
#customerEmail {
    width: 55px;
    display: block;
    float: left;
    clear: left;
}
#customerComment {
    width: 85px;
    display: block;
    float: left;
    clear: left;
}
.customerName {
    width: 180px;
    display: block;
    margin-top: 16px;
    margin-left: 85px;
}
.emailAddress {
    width: 180px;
    display: block;
    margin-top: 32px;
    margin-left: 85px;
}
.emailComment {
    width: 180px;
    display: block;
    margin-top: 30px;
}
.button {
    width: 83px;
    height: 37px;
    background-color: #7EA9DB;
    border: thin solid #95989A;
    color: #FFFFFF;
    display: block;
    margin-left: 85px;
    margin-top: 10px;
}

@media (max-width: 1295px){
.refferences {
    background-color: #3F88B9;
    height: 800px;
    border-top: thin solid #95989A;
    border-bottom: thin solid #95989A;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 30px;
    padding-bottom: 0px;
    display: block;
}
.asideLeft {
    height: 380px;
    width: 1100px;
    float: left;
    border: thin solid #FFFFFF;
    display: block;
}
.govTitle {
    margin-left: 15px;
    width: 200px;
}
.govCodes {
    height: 300px;
    font-family: Helvetica Neue;
    font-size: 13px;
    padding-top: 60px;
    padding-left: 3%;
    display: block;
    padding-right: 3%;
    border-width: thin;
    border-style: none;
}
#govCodeOne {
    width: 275px;
    display: block;
    float: left;
    margin-top: 65px;
}
#govCodeTwo {
    width: 290px;
    display: block;
    float: right;
    margin-top: 40px;
}
#govCodeThree {
    width: 382px;
    display: block;
    float: right;
    margin-right: 53px;
}
.asideRight {
    float: left;
    width: 1100px;
    display: block;
    border: thin solid #FFFFFF;
    height: 350px;
}
.performanceTitle {
    margin-left: 15px;
    width: 200px;
}
.pastCompanies {
    border: thin none #FFFFFF;
    display: block;
    height: 300px;
    padding-left: 15%;
    padding-top: 60px;
    font-family: Arial Hebrew Scholar;
    padding-right: 15%;
}
}

@media (max-width: 1135px){
.refferences {
    background-color: #3F88B9;
    height: 720px;
    border-top: thin solid #95989A;
    border-bottom: thin solid #95989A;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 30px;
    padding-bottom: 0px;
    display: block;
}
.asideLeft {
    height: 330px;
    width: 1050px;
    float: left;
    border: thin solid #FFFFFF;
    display: block;
}
.govTitle {
    margin-left: 15px;
    width: 200px;
}
.govCodes {
    height: 240px;
    font-family: Helvetica Neue;
    font-size: 10px;
    padding-top: 10px;
    padding-left: 3%;
    display: block;
    padding-right: 3%;
    border-width: thin;
    border-style: none;
}
#govCodeOne {
    width: 275px;
    display: block;
    float: left;
    margin-top: 65px;
}
#govCodeTwo {
    width: 290px;
    display: block;
    float: right;
    margin-top: 40px;
}
#govCodeThree {
    width: 382px;
    display: block;
    float: right;
    margin-right: 39px;
}
.asideRight {
    float: left;
    width: 1050px;
    display: block;
    border: thin solid #FFFFFF;
    height: 350px;
}
.performanceTitle {
    margin-left: 15px;
    width: 200px;
}
.pastCompanies {
    border: thin none #FFFFFF;
    display: block;
    height: 205px;
    padding-left: 15%;
    padding-top: 37px;
    font-family: Arial Hebrew Scholar;
    padding-right: 15%;
}
.contactInfo {
    width: 450px;
    display: block;
    float: left;
    margin-right: 20%;
    text-align: left;
    margin-left: 20%;
}
.tcContact {
    margin-left: 121px;
    width: 221px;
    margin-top: 25px;
}
.commentSection {
    width: 630px;
    display: block;
    margin-top: 39px;
    margin-right: 15%;
}
}

@media (max-width: 980px){
.refferences {
    background-color: #3F88B9;
    height: 720px;
    border-top: thin solid #95989A;
    border-bottom: thin solid #95989A;
    padding-left: 4%;
    padding-right: 3%;
    padding-top: 30px;
    padding-bottom: 0px;
    display: block;
    margin-left: 0px;
}
.asideLeft {
    height: 330px;
    width: 900px;
    float: left;
    border: thin solid #FFFFFF;
    display: block;
}
.govTitle {
    margin-left: 15px;
    width: 200px;
}
.govCodes {
    height: 240px;
    font-family: Helvetica Neue;
    font-size: 10px;
    padding-top: 10px;
    padding-left: 3%;
    display: block;
    padding-right: 3%;
    border-width: thin;
    border-style: none;
}
#govCodeOne {
    width: 205px;
    display: block;
    float: left;
    margin-top: 65px;
}
#govCodeTwo {
    width: 220px;
    display: block;
    float: right;
    margin-top: 40px;
    margin-right: 60px;
}
#govCodeThree {
    width: 291px;
    display: block;
    float: right;
    margin-right: 40px;
}
.asideRight {
    float: left;
    width: 900px;
    display: block;
    border: thin solid #FFFFFF;
    height: 350px;
}
.performanceTitle {
    margin-left: 15px;
    width: 200px;
}
.pastCompanies {
    border: thin none #FFFFFF;
    display: block;
    height: 205px;
    padding-left: 15%;
    padding-top: 37px;
    font-family: Arial Hebrew Scholar;
    padding-right: 15%;
}
.contactInfo {
    width: 450px;
    display: block;
    float: left;
    margin-right: 10%;
    text-align: left;
    margin-left: 10%;
}
.tcContact {
    margin-left: 121px;
    width: 221px;
    margin-top: 25px;
}
.commentSection {
    width: 300px;
    display: block;
    margin-top: 39px;
    margin-right: 50%;
}
}

@media (max-width: 768px){
.certifications {
    height: 150px;
    /**
		Made the hight of this class 360 because the certificates images are 180
		So this class is double the certifications images height.
	**/
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.dbe-box {
    background-image: url(DBE-Certified%20Icon.png);
    background-repeat: no-repeat;
    width: 150px;
    height: 180px;
    background-size: contain;
    float: left;
    clear: left;
    display: block;
}
.sba-box {
    background-image: url(SBA-Certified%20Icon.jpg);
    background-repeat: no-repeat;
    width: 150px;
    height: 98px;
    background-size: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    margin-top: 37px; /*This code made the image drop down to give it a feel of being in the center instead of the img top being at the top of dbe*/
}
.mbe-box {
    background-image: url(MBE-Certified%20Icon.png);
    background-repeat: no-repeat;
    width: 150px;
    height: 180px;
    background-size: contain;
    display: block;
    float: right;
    clear: right;
    margin-top: -138px;
}
.refferences {
    background-color: #3F88B9;
    height: 720px;
    border-top: thin solid #95989A;
    border-bottom: thin solid #95989A;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 30px;
    padding-bottom: 0px;
    display: block;
}
.asideLeft {
    height: 300px;
    width: 725px;
    float: left;
    border: thin solid #FFFFFF;
    display: block;
}
.govTitle {
    margin-left: 15px;
    width: 200px;
}
.govCodes {
    height: 220px;
    font-family: Helvetica Neue;
    font-size: 8px;
    padding-top: 0px;
    padding-left: 3%;
    display: block;
    padding-right: 3%;
    border-width: thin;
    border-style: none;
}
#govCodeOne {
    width: 167px;
    display: block;
    float: left;
    margin-top: 65px;
}
#govCodeTwo {
    width: 176px;
    display: block;
    float: right;
    margin-top: 40px;
    margin-right: 60px;
}
#govCodeThree {
    width: 234px;
    display: block;
    float: right;
    margin-right: 22px;
}
.asideRight {
    float: left;
    width: 725px;
    display: block;
    border: thin solid #FFFFFF;
    height: 316px;
}
.performanceTitle {
    margin-left: 15px;
    width: 200px;
}
.pastCompanies {
    border: thin none #FFFFFF;
    display: block;
    height: 205px;
    padding-left: 5%;
    padding-top: 37px;
    font-family: Arial Hebrew Scholar;
    padding-right: 5%;
}
.contactInfo {
    width: 450px;
    display: block;
    float: left;
    margin-right: 5%;
    text-align: left;
    margin-left: 5%;
}
.tcContact {
    margin-left: 121px;
    width: 221px;
    margin-top: 25px;
}
.commentSection {
    width: 300px;
    display: block;
    margin-top: 39px;
    margin-right: 40%;
}
}

@media (max-width: 414px){
/**
	Still trying to figure out how to make the width of the 
	website to 100%.
	Doing this with the html, body elements in the css code 
	right below this comment.
**/

html, body {
    width: 100%;
    padding: 0; /** Padding of 0 changed a little **/
    margin: 0; /** Margin of 0 changed a little **/
    /*max-width: 1366px;*/
    max-width: auto;
}
h3 {
    font-family: Arial Hebrew Scholar;
    color: #000000;
    font-style: normal;
    font-size: 23px;
    font-weight: 300;
}
p {
    color: #000000;
    font-family: Helvetica Neue;
    font-style: normal;
    font-size: 12px;
}
.logoBanner {
    display: block;
    height: 250px;
}
.about {
    background-color: #3F88B9;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 9px;
    height: 230px;
}
.aboutTitle {
    text-align: center;
}
.aboutText {
    text-align: center;
    padding-top: 2px;
}
.certifications {
    height: 106px;
    /**
		Made the hight of this class 360 because the certificates images are 180
		So this class is double the certifications images height.
	**/
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.dbe-box {
    background-image: url(DBE-Certified%20Icon.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 180px;
    background-size: contain;
    float: left;
    clear: left;
    display: block;
}
.sba-box {
    background-image: url(SBA-Certified%20Icon.jpg);
    background-repeat: no-repeat;
    width: 100px;
    height: 98px;
    background-size: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    margin-top: 37px; /*This code made the image drop down to give it a feel of being in the center instead of the img top being at the top of dbe*/
}
.mbe-box {
    background-image: url(MBE-Certified%20Icon.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 180px;
    background-size: contain;
    display: block;
    float: right;
    clear: right;
    margin-top: -138px;
}
.refferences {
    background-color: #3F88B9;
    height: 695px;
    border-top: thin solid #95989A;
    border-bottom: thin solid #95989A;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 3px;
    padding-bottom: 0px;
    display: block;
}
.asideLeft {
    height: 258px;
    width: 400px;
    float: left;
    border: thin solid #FFFFFF;
    display: block;
}
.govTitle {
    margin-left: 15px;
    width: 200px;
}
.govCodes {
    height: 220px;
    font-family: Helvetica Neue;
    font-size: 8px;
    padding-top: 0px;
    padding-left: 3%;
    display: block;
    padding-right: 3%;
    border-width: thin;
    border-style: none;
}
#govCodeOne {
    width: 167px;
    display: block;
    float: left;
    margin-top: 19px;
    margin-left: 25px;
}
#govCodeTwo {
    width: 176px;
    display: block;
    float: left;
    margin-top: 12px;
    margin-right: 60px;
    margin-left: 25px;
}
#govCodeThree {
    width: 234px;
    display: block;
    float: left;
    margin-right: 22px;
    margin-top: 15px;
    margin-left: 25px;
}
.asideRight {
    float: left;
    width: 400px;
    display: block;
    border: thin solid #FFFFFF;
    height: 341px;
}
.performanceTitle {
    margin-left: 15px;
    width: 200px;
}
.pastCompanies {
    border: thin none #FFFFFF;
    height: 205px;
    padding-left: 0%;
    padding-top: 0px;
    font-family: Arial Hebrew Scholar;
    padding-right: 0%;
    display: block;
    width: 400px;
}
.contactInfo {
    width: 450px;
    display: block;
    float: left;
    text-align: left;
    margin-left: -46%;
    margin-top: -62px;
}
.tcContact {
    margin-left: 121px;
    width: 221px;
    margin-top: 25px;
}
.commentSection {
    width: 319px;
    display: block;
    margin-top: 39px;
    margin-right: 25%;
}
.customerName {
    width: 180px;
    display: block;
    margin-top: 9px;
    margin-left: 73px;
}
.emailAddress {
    width: 180px;
    display: block;
    margin-top: 17px;
    margin-left: 73px;
}
.emailComment {
    width: 180px;
    display: block;
    margin-top: 17px;
    margin-left: -51px;
}
#customerComment {
    width: 73px;
    display: block;
    float: left;
    clear: left;
}
}

@media (max-width: 360px){
.contactInfo {
    width: 450px;
    display: block;
    float: left;
    text-align: left;
    margin-left: -67%;
    margin-top: -62px;
}
.tcContact {
    margin-left: 121px;
    width: 221px;
    margin-top: 25px;
}
.commentSection {
    width: 319px;
    display: block;
    margin-top: 18px;
    margin-right: 9%;
}
.customerName {
    width: 180px;
    display: block;
    margin-top: 9px;
    margin-left: 73px;
}
.emailAddress {
    width: 180px;
    display: block;
    margin-top: 17px;
    margin-left: 73px;
}
}
