* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

#areaBehindMainSection {
    width: 100%;
}

#areaBehindMainFooter {
    background-color: rgba(204, 198, 204, 1);
}

body {
    background-color: rgba(204, 198, 204, 1);
    background-image: url("images/shutterstock_1597478761_with_background.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

#copyrightInfoDiv {
    width: 84%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}

footer h3 {
    font-size: 32px;
    font-weight: lighter;
    font-family: VintageKingRegular;
    text-align: center;
    margin-bottom: 9px;
    color: #135c0c;
}

footer {
    padding-top: .3em;
    height: 300px;
    font-size: 18px;
}

#footerHeaderArea {
    padding-top: 30px;
}

form {
    max-width: 91%;
    margin: 0 auto;
    margin-bottom: 48px;
    padding: 2.2em;
    padding-top: 1.8em;
    padding-bottom: 1.8em;
}

#headerDiv {
    width: 100%;
    max-width: 100%;
}

#headerDiv img {
    max-width: 100%;
}

#confirmationPageMiscInfoDiv {
    text-align: center;
    padding-top: 90px;
    font-size: 18px;
}

#confirmationPageNavBar {
    margin-bottom: 90px;
    margin-top: 30px;
}

#confirmationPageNavBar img {
    max-width: 30%;
}

#confirmationPageNavBar ul {
    max-width: 100%;
    width: 100%;
    list-style-type: none;
    text-align: center;
}

#confirmationPageNavBar ul li {
    max-width: 100%;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#confirmationText {
    max-width: 80%;
    font-size: 21px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
}

#imageDivTwo {
    display: block;
    width: 30%;
    margin: 0 auto;
}

#imageDivTwo img {
    margin: 60px auto;
}

#imageDivTwo img:hover {
    cursor: auto;
}

#mainSectionDiv {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 0;
    height: 600px;
    /*background-color: rgba(247, 242, 247, .8);*/
    border-radius: 2.4em;
    /*border: 1px grey solid;*/
    /*box-shadow: 1px 1px 5px grey;*/
    padding-top: 5.1em;
}

#miscInfoDiv {
    border-top: 1px rgba(247, 242, 247, .3) solid;
    height: 200px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 50px;
}

#navBarDiv img:hover {
    cursor: pointer;
}

#navBarDiv button {
    border: 0;
    background-color: rgba(247, 242, 247, 0);
}

#statementOne, #statementTwo {
    margin-bottom: 147px;
}

#statementOne, #statementTwo, #statementThree {
    font-size: 21px;
    text-align: center;
    max-width: 64%;
    margin-left: auto;
    margin-right: auto;
}

#nameDiv, #emailDiv, #phoneDiv, #subjectDiv, #messageDiv {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
    max-width: 100%;
}

.required::after {
    content: " *";
    color: red;
}

#messageDiv {
    max-width: 100%;
}

input[type="text"], textarea, input[type="email"] {
    display: block;
    margin: 0 auto;
    margin-top: 9px;
    padding: .9em;
    width: 100%;
    max-width: 100%;
    border-radius: .3em;
    border: 1px grey solid;
    box-shadow: 1px 1px 4px grey;
}

input[type="text"]:focus, textarea:focus, input[type="email"]:focus {
    outline: none;
    box-shadow: 1px 1px 3px grey;
}

textarea {
    height: 240px;
    margin-bottom: 3em;
}

input[type="text"], input[type="email"] {
    height: 33px;
}

input[type="submit"] {
    font-size: 18px;
    padding: 7px;
    color: black;
    background-color: white;
    border-radius: 4px;
    border: 1px grey solid;
    box-shadow: 1px 2px 6px grey;
}

input[type="submit"]:focus {
    outline: none;
    box-shadow: 0 0 2px grey;
}

input[type="submit"]:active {
    box-shadow: 0 0 0 grey;
    background-color: rgba(150, 150, 150, .1);
}


#socialMediaDiv a {
    margin: 0 12px;
}

#specialImageDiv {
    width: 100%;
    max-width: 100%;
}

.sprite50 {
    background-image: url("images/Spritesheet images/social_media_spritesheet_50px.png");
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-2021-Twitter-logo---blue---50-px-height {
    width: 61px;
    height: 50px;
    background-position: -20px -20px;
}

.sprite-Instagram_Glyph_Gradient---50-px-height {
    width: 50px;
    height: 50px;
    background-position: -121px -20px;
}

.sprite-f_logo_RGB-Blue_58---50-px-height {
    width: 50px;
    height: 50px;
    background-position: -211px -20px;
}



#submitButtonDiv {
    text-align: center;
}

.row::after {

	content: "";
	clear: both;
	display: block;

}

[class*="col-"] {

	float: left;
	padding: 1em;
	width: 100%;

}

/* Smartphones (portrait) */ /* xs */
@media only screen and (max-width: 558px) {

	.col-1-xs {width: 8.33%;}
	.col-2-xs {width: 16.66%;}
	.col-3-xs {width: 25%;}
	.col-4-xs {width: 33.33%;}
	.col-5-xs {width: 41.66%;}
	.col-6-xs {width: 50%;}
	.col-7-xs {width: 58.33%;}
	.col-8-xs {width: 66.66%;}
	.col-9-xs {width: 75%;}
	.col-10-xs {width: 83.33%;}
	.col-11-xs {width: 91.66%;}
	.col-12-xs {width: 100%;}

    #wholeMenu {
        position: fixed;
        right: 0;
        text-align: center;
    }

    #wholeMenu li {
        margin: 1.5em 1em;;
        font-size: 21px;
    }

    #wholeMenu li a {
        text-decoration: none;
        color: black;
    }

    #wholeMenu li a:active {
        color: #135c0c;
    }

    #wholeMenu ul {
        list-style-type: none;
        background-color: rgba(247, 242, 247, .8);
        border-top: 1px solid grey;
        border-left: 1px solid grey;
        border-bottom: 1px solid grey;
        border-top-left-radius: 1.5em;
        border-bottom-left-radius: 1.5em;
    }

}

/* Tablets (portrait) */ /* sm */
@media only screen and (min-width: 558px) {

	.col-1-sm {width: 8.33%;}
	.col-2-sm {width: 16.66%;}
	.col-3-sm {width: 25%;}
	.col-4-sm {width: 33.33%;}
	.col-5-sm {width: 41.66%;}
	.col-6-sm {width: 50%;}
	.col-7-sm {width: 58.33%;}
	.col-8-sm {width: 66.66%;}
	.col-9-sm {width: 75%;}
	.col-10-sm {width: 83.33%;}
	.col-11-sm {width: 91.66%;}
	.col-12-sm {width: 100%;}

    #confirmationPageBody {
        background-size: cover;
    }

    #confirmationPageMiscInfoDiv {
        padding-top: 120px;
    }

    #confirmationText {
        font-size: 21px;
        max-width: 75%;
        margin-bottom: 150px;
    }

    #copyrightInfoDiv {
        margin-top: 30px;
    }

    footer {
        font-size: 21px;
    }

    footer h3 {
        font-size: 40px;
        margin-bottom: 36px;
    }

    form {
        margin-bottom: 100px;
    }

    header img {
        margin: 60px auto;
    }

    #imageDivTwo {
        display: block;
        width: 24%;
        margin: 0 auto;
    }

    #specialImageDiv {
        width: 100%;
        max-width: 100%;
    }

    input[type="text"], textarea, input[type="email"] {
        width: 100%;
        max-width: 100%;
    }

    input[type="submit"]:hover {
        box-shadow: 0 0 2px grey;
    }

    #formFirstGroup, #formSecondGroup, #formThirdGroup {
        display: block;
    }

    #nameDiv, #emailDiv, #phoneDiv, #subjectDiv, #messageDiv {
        width: 75%;
        max-width: 100%;
    }

    #mainSectionDiv {
        max-width: 85%;
        padding-top: 6em;
        height: 900px;
    }

    #miscInfoDiv {
        border-bottom: 1px rgba(247, 242, 247, .3) solid;
        height: 260px;
        padding-top: 70px;
    }

    #navBarDiv {
        max-width: 100%;
        display: block;
    }

    #navBarDiv img:hover {
        cursor: pointer;
        transition-property: transform;
        transition-duration: .2s;
        transition-timing-function: ease-in;
        transform: rotate(3deg);
    }

    #navBar {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 22px;
    }

    #navBar ul {
        max-width: 100%;
        background-color: rgba(247, 242, 247, 0);
        border-bottom: 1px rgba(247, 242, 247, .3) solid;
    }

    #navBar ul li {
        list-style-type: none;
        display: inline-block;
        padding: 18px;
        margin: 0 3em;
    }

    #navBar ul li a {
        text-decoration: none;
        color: black;
    }

    #navBar ul li a:hover {
        color: #fc750f;
    }

    #socialMediaDiv a {
        margin: 0 12px;
    }

    .sprite60 {
    background-image: url("images/Spritesheet images/social_media_spritesheet_60px.png");
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-2021-Twitter-logo---blue---60-px-height {
    width: 73px;
    height: 60px;
    background-position: -20px -20px;
}

.sprite-Instagram_Glyph_Gradient---60-px-height {
    width: 60px;
    height: 60px;
    background-position: -133px -20px;
}

.sprite-f_logo_RGB-Blue_58---60-px-height {
    width: 60px;
    height: 60px;
    background-position: -233px -20px;
}

    #statementOne, #statementTwo {
        margin-bottom: 215px;
    }

    #statementOne, #statementTwo, #statementThree {
        max-width: 63%;
    }

}

/* Desktops and laptops */ /* md */
@media only screen and (min-width: 992px) {

	.col-1-md {width: 8.33%;}
	.col-2-md {width: 16.66%;}
	.col-3-md {width: 25%;}
	.col-4-md {width: 33.33%;}
	.col-5-md {width: 41.66%;}
	.col-6-md {width: 50%;}
	.col-7-md {width: 58.33%;}
	.col-8-md {width: 66.66%;}
	.col-9-md {width: 75%;}
	.col-10-md {width: 83.33%;}
	.col-11-md {width: 91.66%;}
	.col-12-md {width: 100%;}

    #confirmationPageBody {
        background-size: cover;
    }

    #confirmationText {
        font-size: 24px;
    }

    #copyrightInfoDiv {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }

    header img {
        margin-bottom: 0;
    }

    header #imageDivTwo img {
        margin: 0 auto;
        margin-bottom: 175px;
    }

    .homeDiv {
        background-color: red;
    }

    #imageDivTwo {
        display: block;
        width: 23%;
        margin: 0 auto;
    }

    #imageDivTwo img {
        margin: 0px auto 60px auto;
    }

    input[type="text"], textarea, input[type="email"] {
        width: 100%;
        max-width: 100%;
    }

    input[type="submit"]:hover {
        box-shadow: 0 0 2px grey;
    }

    footer {
        font-size: 28px;
        padding-top: 7.925em;
    }

    #footerHeaderArea {
        width: 100%;
        border-top: 0;
    }

    #footerMainArea {
        width: 100%;
    }

    footer h3 {
        font-size: 60px;
        margin-bottom: 15px;
    }

    form {
        max-width: 68%;
        /*border: 1px grey solid;
        border-radius: 1.5em;
        box-shadow: 1px 1px 5px grey;*/
        margin-bottom: 210px;
        /*background-color: rgba(247, 242, 247, .6);*/
    }

    #formFirstGroup, #formSecondGroup, #formThirdGroup {
        display: block;
    }

    #nameDiv, #emailDiv, #phoneDiv, #subjectDiv, #messageDiv {
        width: 60%;
        max-width: 100%;
    }

    #mainSectionDiv {
        max-width: 75%;
        /*border: 1px solid grey;*/
        /*box-shadow: 0 0 0;*/
        padding-top: 180px;
        margin-bottom: 0;
        height: 900px;
    }

    #miscInfoDiv {
        border-top: 1px rgba(247, 242, 247, .3) solid;
        height: 270px;
        padding-top: 90px;
        font-size: 22px;
    }

    #confirmationPageMiscInfoDiv {
        height: 270px;
        padding-top: 120px;
        font-size: 21px;
    }

    #confirmationText {
        max-width: 90%;
    }

    #navBarDiv {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    #navBarDiv img:hover {
        cursor: pointer;
        transition-property: transform;
        transition-duration: .2s;
        transition-timing-function: ease-in;
        transform: rotate(3deg);
    }

    #navBar {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 28px;
    }

    #navBar ul {
        max-width: 100%;
        border-bottom: 1px rgba(247, 242, 247, .3) solid;
        margin-bottom: 105px;
        text-align: center;
    }

    #navBar ul li {
        list-style-type: none;
        margin: 0 4.2em;
        padding: 21px;
    }

    #navBar ul li a {
        text-decoration: none;
        display: inline-block;
        position: relative;
        color: black;
    }

    #navBar ul li a:hover,
    #navBar ul li a:focus {
        text-decoration-color: #135c0c;
        color: #fc750f;
        transform: scale(1);
    }

    #navBar ul li a:after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #135c0c;
        transition: transform 0.25s ease-out;
    }

    #navBar ul li a:hover:after {
        transform: scaleX(1);
    }

    #socialMediaDiv {
        margin-bottom: 30px;
    }

    #socialMediaDiv a {
        margin: 0 20px;
    }

    #socialMediaDiv a:hover {
        cursor: pointer;
        transition-property: transform;
        transition-duration: .2s;
        transform: rotate(3deg);
    }

    #specialImageDiv {
        width: 100%;
        max-width: 100%;
    }

    .sprite {
        background-image: url("images/Spritesheet images/social_media_spritesheet_70px.png");
        background-repeat: no-repeat;
        display: inline-block;
    }

    .sprite-2021-Twitter-logo---blue---70-px-height {
        width: 86px;
        height: 70px;
        background-position: -5px -5px;
    }

    .sprite-Instagram_Glyph_Gradient---70-px-height {
        width: 70px;
        height: 70px;
        background-position: -101px -5px;
    }

    .sprite-f_logo_RGB-Blue_58---70-px-height {
        width: 70px;
        height: 70px;
        background-position: -181px -5px;
    }

    #statementOne, #statementTwo {
        margin-bottom: 207px;
    }

    #statementOne, #statementTwo, #statementThree {
        font-size: 28px;
        max-width: 70%;
    }

}

@media print {

	* {

		color: black;
		background-color: white;
		background: none;

	}

}
