@charset "UTF-8";

body
{
	background: #F2F2F2;
	background-color: #F2F2F2;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}



/*site header properties*/
/* .siteHeader
{
	
} */
/*end site header properties*/




/*header site navigation menu properties*/
.headerBottomBar
{
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	float: left;
	background-color: #ffffff;
}

.headerTopBar
{
    width: 100%;
    display: inline-block;
}

/*.headerBarLogo*/
/*{*/
/*    display: inline-block;*/
/*	margin: 0;*/
/*	padding-left: 10%;*/
/*	height: 150px;*/
/*	text-align: left;*/
/*}*/

.socialMediaBox
{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.socialMediaBoxNav
{
    display: inline-block;
	margin: 0;
	padding: 0px;
	height: auto;
	text-align: center;
	list-style: none;
}

.socialMediaLink
{
    text-decoration: none;
}

.socialMediaButton
{
    display: inline-block;
	margin: 0 auto;
	height: 40px;
	text-align: center;
}

.socialMediaButton:hover
{
	cursor: pointer;
}

.familyCrest
{
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.familyCrestImg
{
    max-height: 400px;
    height: 150px;
}


@media (max-width: 900px)
{
    .headerBarLogo
    {
        display: inline-block;
    	margin: 0;
    	padding: 0;
    	height: 150px;
    	width: 100%;
    	text-align: center;
    }

    /*.socialMediaBox*/
    /*{*/
        
    /*}*/
    
    .socialMediaBoxNav
    {
        width: 100%;
    }
}

nav
{
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	background: #2A2A2A;
	text-align: center;
}

nav ul
{
	display: inline-block;
	margin: 0;
	padding: 0px;
	height: auto;
	text-align: center;
	list-style: none;
}

nav ul li 
{
	float: left;
	list-style: none;
	position: relative;
	text-align: left;
}

nav ul li a
{
	display: block;
	position: relative;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding:10px 12px;
	text-decoration: none;
}

#current, nav ul li a:hover
{
	background-color: #6F6F6F;
}

nav ul li ul
{
	display: none;
	position: absolute;
	background-color: #2A2A2A;
	padding: 8px;
	border-radius: 0px 0px 8px 8px;
}

nav ul li:hover ul
{
	display: block;
}

nav ul li ul li 
{
	width: 230px;
}

nav ul li ul li a 
{
	padding: 10px 14px;
}

nav ul li ul li a:hover 
{
	background-color: #6F6F6F;
}

.responsiveNav
{
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	width: 100%;
	background: #2A2A2A;
	padding: 10px 30px;
	box-sizing: border-box;
	text-align: center;
	display: none;
}

.menuButton
{
	display: inline-block;
}

.menuButton h4
{
	margin: 0; 
	color: #ffffff;
	text-align: center;
	padding: 5px 10px;
	background: #6F6F6F;
	cursor: pointer;
}

@media (min-width: 900px)
{
	nav
	{
		display: block !important;
	}
}

@media (max-width: 900px)
{
	nav
	{
		display: none;
		padding: 0;
	}
	.responsiveNav
	{
		display: block;
	}
	nav ul
	{
		float: none;
		text-align: center;
	}
	nav ul li
	{
		width: 100%;
		display: block;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}
	nav ul li:hover ul
	{
		display: none;
	}
	
}

/*end navMenu submenu properties*/






/*intro div properties*/
.introDiv
{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	float: left;
	display: block;
	background-image: url("images/web_graphics/header_background_img3.jpg");
	background-attachment: fixed;
  	background-position: top center;
  	background-repeat: no-repeat;
 	background-size: cover;
}


/*profile picture properties*/
.profilePic
{
	display: inline-block;
	text-align: center; 
	width: 100%;
	margin: 0 auto;
}

.profilePic img
{
    max-height: 300px;
}
/*end profile picture properties*/




/*INTRO PROPERTIES*/
.intro
{
    width: 100%;
	display: inline-block;
	margin: 0 auto; 
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: rgba(0,0,0,0.60);
}

.introText
{
    width: 96%;
    display: inline-block;
    padding-top: 1%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 1%;
    
}

.introTextH1
{
    text-align: center;
    font-family: 'Kameron', serif;
    font-size: 26px;
    color: #ffffff;
}

.introTextP
{
    text-align: center;
    font-family: 'Kameron', serif;
    font-size: 22px;
    color: #ffffff;
}


@media (max-width: 768px)
{
    .introTextH1
    {
        text-align: center;
        font-family: 'Kameron', serif;
        font-size: 22px;
        color: #ffffff;
    }
    
    .introTextP
    {
        text-align: center;
        font-family: 'Kameron', serif;
        font-size: 18px;
        color: #ffffff;
    }
}



/*INTROBUTTONS properties*/
.introButtons
{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 0px;
}

.introOption
{
	display: inline-block;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	padding-right: 1%;
	width: 250px;
	margin: 0px;
}

.buttonGraphic:hover
{
    -webkit-box-shadow: 0px 0px 16px 0px;
    box-shadow: 0px 0px 16px 0px;
}

.introOption img
{
	max-width: 250px;
	margin: 0 auto;
	padding: 0;
}

@media(max-width: 500px)
{
    .introOption
    {
    	display: inline-block;
    	text-align: center;
    	padding-top: 1%;
    	padding-bottom: 1%;
    	margin: 0 auto;
    	width: 250px;
    }
}
/*end intro section properties*/





/*site body properties*/
.siteBody
{
    background-color: #F2F2F2;
	background: #F2F2F2;
	width: 100%;
	float: left;
	margin: 0 auto;
	padding: 0;
}
/*end site body properties*/




/*Show More button wrapper div properties*/
.showMoreWrapper
{
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	float: left;
	text-align: center;
}


/*base show more button styles*/
.showMoreButtonWrapper
{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #ffffff; 
	background: #ffffff;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}


.showMoreButton
{
	margin: 0 auto; 
	display: inline-block;
	text-align: center;
	color: #ffffff !important;
	padding: 5px 10px;
	background: #000000;
	cursor: pointer;
}


/*Show Less Button Wrapper div properties*/
.showLessWrapper
{
	display: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}


/*base show more button styles*/
.showLessButton
{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	background: #ffffff;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}


.showLess
{
	margin: 0 auto; 
	display: inline-block;
	text-align: center;
	color: #ffffff !important;
	padding: 5px 10px;
	background: #000000;
	cursor: pointer;
}

.additionalInfo
{
    display: none;
}

.additionalInfo ul
{
    text-align: left;
    padding-left: 2%; 
    padding-right: 2%;
}

.additionalInfo li
{
    text-align: left;
    font-family: 'Kameron', serif;
    font-size: 18px;
    color: #000000;
}

/*about info properties*/
.aboutInfo
{
	max-width: 1000px;
	color: #000000;
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 2%;
	text-align:center;
	font-family: 'kameron', serif;
	clear:both;
}

.aboutInfo h1
{
    text-align: left;
    padding-top: 5%;
    font-family: 'Kameron', serif;
    font-size: 26px;
    color: #000000;
}

.aboutInfo h3
{
    text-align: left;
    font-family: 'Kameron', serif;
    font-size: 22px;
    color: #000000;
}

.aboutInfo p
{
    text-align: left;
    font-family: 'Kameron', serif;
    font-size: 18px;
    color: #000000;
}

@media (max-width: 500px)
{
    .aboutInfo h1
    {
        padding-top: 2%;
        font-size: 22px;
    }
    
    .aboutInfo h3
    {
        font-size: 20px;
    }
    
    .aboutInfo p
    {
        font-size: 18px;
    }
}

/*end about info properties*/



/*core values properties*/
.values
{
	max-width: 1200px;
	color: #000000;
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 2%;
	text-align:center;
	font-family: 'kameron', serif;
	clear:both;
}

.values h3
{
	text-align: left;
    font-family: 'Kameron', serif;
    font-size: 22px;
    color: #000000;
}

.values ul li
{
    text-align: left;
    font-family: 'Kameron', serif;
    font-size: 18px;
    color: #000000;
}
/*end values section properties*/





.gallery
{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: inline-block;
	background-color: #F2F2F2;
	text-align: center;
}

.galleryHeader
{
    background-color: #F2F2F2;
	width: 100%;
	padding: 0;
	margin: 0;
	display: inline-block;
	text-align: center;
}

.galleryHeader h1
{
    padding-top: 2%;
    padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 2%;
    display: inline-block;
	text-align: center;
    font-family: 'Kameron', serif;
    font-size: 22px;
    color: #000000;
}

@media (max-width: 768px)
{
    .galleryHeader h1
    {
        font-size: 24px;
    }
}

@media (max-width: 500px)
{
    .galleryHeader h1
    {
        width: 98%;
        font-size: 20px;
        padding-right: 1%;
        padding-left: 1%;
    }
}

.galleryImages
{
    background-color: #F2F2F2;
	width: 100%;
	margin: 0 auto;
	float: left;
	text-align: center;
}

/* Styling for the "Show More," "Show All," "Show Less," and "Collapse All" 
gallery image display buttons. */

.imageButtonsContainer {
    
    background-color: #F2F2F2;
	text-align: center;
	object-position: center;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
}


.singleImageButton {

	display: inline-block;
	text-align: center;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}


.imageButton {

	display: none;
	background: #000;
	border-color: #000;
	padding: 5px;
	font-family: 'Kameron', serif;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}


/* Styling for the message that will appear below a gallery 
if a user has JavaScript disabled in their internet browser. */

.noScriptMessage {

	display: inline-block;
	font-family: 'Kameron', serif;
	font-size: 20px;
	color: #F00;
}


/*container for individual gallery images*/


.galleryImagesContainer {

	text-align: center;
	background-color: #F2F2F2;
}


.loadingMessageContainer {
    
    background-color: #F2F2F2;
	display: block;
	width: 100%;
	text-align: center;
}


.loadingMessage {
    
    background-color: #F2F2F2;
	text-align: center;
	font-family: 'Kameron', serif;
	color: rgba(0, 0, 0, .7);
}


/* Container for any specified number of rows of images 
and image containers in a gallery */ 
.imageRowsContainer {

	display: inline;
}


.imageContainer	
{
	width: 300px;
	height: 300px;
	display: inline-table;
	margin: 10px;
}

.imageContainer a	
{
	display: inline-table;
	text-decoration: none;
}


.gallerySlideContainer {

	width: 90%;
	height: 40%;
	display: inline-table;
	margin: 10px;
}

.gallerySlideContainer a	
{
	display: inline-table;
	text-decoration: none;
}

/* Styling for an individual image thumbnail in the gallery */
.galleryElement
{
	width: 300px;
	height: 300px;
	object-fit: cover;
	object-position: center;
	transition: 0.3s;
}

.galleryElement:hover
{
	box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.3), 0 10px 24px 0 rgba(0, 0, 0, 0.2);
/*	border: 2px solid black;*/
	cursor: pointer;
}

@media (max-width: 330px) {

	.imageContainer	{

		width: 200px;
		height: 200px;
	}

	.galleryElement {

		width: 200px;
		height: 200px;
	}
}

@media (max-width: 220px) {
    
    .imageContainer	{

		width: 150px;
		height: 150px;
	}

	.galleryElement {

		width: 150px;
		height: 150px;
	}
}


@media (max-width: 160px) {
    
    .imageContainer	{

		width: 100px;
		height: 100px;
	}

	.galleryElement {

		width: 100px;
		height: 100px;
	}
}

@media (max-height: 350px) {

	.imageContainer	{

		width: 200px;
		height: 200px;
	}

	.galleryElement {

		width: 200px;
		height: 200px;
	}
}


/* Styling for a gallery thumbnail preview image that is larger 
than a typical gallery image and requires a wide, 
slide-like layout to give it a large enough display. */

.gallerySlide {

	width: 90%;
	height: 40%;
	object-fit: cover;
	object-position: center;
	transition: 0.3s;
}

.gallerySlide:hover
{
	box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.3), 0 10px 24px 0 rgba(0, 0, 0, 0.2);
/*	border: 2px solid black;*/
	cursor: pointer;
}

@media (min-width: 1000px) {

	.gallerySlideContainer {

		width: 75%;
	}

	.gallerySlide {

		width: 75%;
	}
}


.imageDescrContainer {

	background-color: rgba(0, 0, 0, .7);
	width: 100%;
	text-align: center;
}


.imageDescrText {

	max-width: 380px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Kameron', serif;
	font-size: 16px;
	color: #fff;
}

/* end additional gallery images properties */



/* MODAL SLIDESHOW PROPERTIES */

/* the modal slideshow container properties */
.modalSlideshow
{
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 5%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: none;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	margin: 0 auto;
}

@media (max-width: 450px) {

    .modalSlideshow {

        display: none !important;
	}
}

@media (max-height: 200px) {

	.modalSlideshow {

		display: none !important;
	}
}


/* the blank space at the top of the frame around an image 
in the modal slideshow */
.modalTop {

	text-align: center;
	margin: 0 auto;
 	background-color: black;
	height: 20px;
}


/* the blank space at the bottom of the frame around an image 
in the modal slideshow */
/* .modalBottom {

	display: none;
	background-color: black;
	position: relative;
	bottom: 0;
	left: 0;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	float: left;
} */


/* properties for the modal content, the parent container 
for the frame, image, navigation, and caption elements 
of the modal slideshow */
.modalContent {

	display: inline-block;
	position: relative;
	background-color: rgba(0, 0, 0, .7);
	float: top;
	padding: 0;
	text-align: center;
	margin: 0 auto;
}


/* extends the properties of the modalContent class 
when the modal slideshow image is wider than it is taller */
.modalContentWide {

	max-width: 75vw;
	max-height: 80vh;
}


/* extends the properties of the modalContent class 
when the modal slideshow image is taller than it is wider */
.modalContentTall {

	max-width: 65vw;
	max-height: 90vh;
}


/* Defines a specific version of the modalContentWide class for image galleries 
which have descriptions which are not just the index of the image 
out of the total number in the gallery slideshow. */
.modalContentWideDescr {

	max-width: 75vw;
	max-height: 80vh;
}


/* Defines a specific version of the modalContentTall class for image galleries 
which have descriptions which are not just the index of the image 
out of the total number in the gallery slideshow. */
.modalContentTallDescr {

	max-width: 65vw;
	max-height: 90vh;
}


/* Defines the properties for the container for all 
of the image elements of the various gallery slideshows containers */
.allModalElements {

	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
}


/* Defines a specific version of the allModalElements class for image galleries 
which have descriptions which are not just the index of the image 
out of the total number in the gallery slideshow. */
.allModalElementsDescr {

	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
}

@media (max-height: 500px) {

	.modalContentWideDescr {

		max-width: 80%;
		max-height: 80%;
	}

	.modalContentTallDescr {
	
		max-width: 80%;
		max-height: 80%;
	}

	.allModalElementsDescr {

		width: 60%;
		float: left;
	}
}


/* the close button for the modal slideshow */
.close
{
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 48px;
	font-weight: bold;
}

/* Defines the appearance when the user moves their cursor 
over or presses the close button in the modal slideshow */
.close:hover, 
.close:focus
{
	color: #999;
	text-decoration: none;
	cursor: pointer;
}


/* by default, slides are hidden */
.modalSlide {
	
	display: none;
}


/*modal slideshow next and previous button properties*/
.prevModal, 
.nextModal
{
	cursor: pointer;
  	position: absolute;
  	top: 50%;
  	width: auto;
  	padding: 16px;
 	margin-top: -50px;
  	color: greenyellow;
	font-weight: bold;
	font-size: 64px;
  	transition: 0.6s ease;
  	border-radius: 0 3px 3px 0;
  	user-select: none;
  	-webkit-user-select: none;
}

/* Positioning the previous image button for the slideshow 
on the left side of the frame */
.prevModal {

	left: 0;
	border-radius: 3px 0 0 3px;
	float: left;
}


/* Positioning for the next button to the right side 
of the modal slideshow frame */
.nextModal {
	
	right: 0;
	border-radius: 3px 0 0 3px;
	float: right;
}


/* Defines the surrounding appearance of the previous 
and next buttons when the user hovers their cursor over 
or presses one of them */
.prevModal:hover, 
.nextModal:hover {

	background-color: rgba(0, 0, 0, 0.8);	
}

@media (max-width: 800px)
{ 
    .prevModal, .nextModal
    {
        display: inline-block;
        font-size: 32px;
	}
}


/* container div for styling the loading message when the modal 
slide viewer is open and is downloading data for a new image */
.modalLoadContainer {
    
	display: none;
	width: 100%;
	text-align: center;
	padding-bottom: 2%;
}


/* styling for the text of the loading message when the modal 
slide viewer is open and is downloading data for a new image */
.modalLoadMessage {

	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: white;
}


/* caption menu to the bottom of the modal slideshow */
.captionContainerBottom {

	display: block;
	position: relative;
	bottom: 0;
	text-align: center;
	margin: 0 auto;
 	background-color: black;
	padding: 2px 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow-x: none;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.captionContainerBottom::-webkit-scrollbar {

    display: none;
}


/* Properties of the text within the caption menu container 
at the bottom of the slideshow describing a modal slideshow image element */
.captionDescrBottom {

	text-align: center;
	margin: 0 auto;
	color: white;
	font-family: 'Kameron', serif;
	font-size: 20px;
}


@media (max-height: 600px) {

	.captionDescrBottom {
		
		font-size: 18px;
	}
}


/* caption menu on the right-most area of the modal slideshow */
.captionContainerRight {

	display: none;
	text-align: left;
	word-wrap: break-word;
	max-width: 30%;
	position: relative;
	float: left;
	margin: 0 auto;
	overflow-x: none;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.captionContainerRight::-webkit-scrollbar {

    display: none;
}


/* Properties of the text within the caption menu container 
on the right-most area of the slideshow describing 
a modal slideshow image element */
.captionDescrRight {
	
	color: white;
	font-family: 'Kameron', serif;
	font-size: 20px;
}


/* Defines the sizing and positioning of an image 
being displayed in the modal slideshow */
.modalElement
{
	max-width: 80%;
	max-height: 90vh;
	text-align: center;
	margin: 0 auto;
}

/* END MODAL SLIDESHOW PROPERTIES */



/* TOWN HOUSES GALLERY PROPERTIES */
.townHouses
{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline-block;
	background-color: #F2F2F2;
}
/* END TOWN HOUSES GALLERY PROPERTIES */



/* SELF-STORAGE GALLERY PROPERTIES */
.selfStorage
{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline-block;
	background-color: #F2F2F2;
}
/* END SELF-STORAGE GALLERY PROPERTIES */



/* DAUGHTERY ESTATES PROPERTIES*/
.daughertyEstates
{
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
	background-color: #ffffff;
	
}
/* END DAUGHTERY ESTATES PROPERTIES */



/* TOTERA RIDGE PROPERTIES */
.mountPleasantVillas
{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline-block;
	background-color: #F2F2F2;
}

.bottomText
{
    display: inline-block;
    max-width: 1000px;
    margin: 0 auto;
    padding-right: 1%;
    padding-left: 1%;
    text-align: left;
    font-family: 'Kameron', serif;
    font-size: 18px;
    color: #000000; 
}
/* END GALLERY PROPERTIES */



/* FABRICIUS EVENT PROPERTIES */
.fabriciusEvent
{
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
	background-color: #F2F2F2;
}

.fabriciusEventText
{
	padding-top: 5%;
	padding-left: 10px;
	padding-right: 10px;
    font-family: 'Kameron', serif;
    font-size: 26px;
    color: #000000;
}


/* Family Adventures Properties */
.familyAdventures
{
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
	background-color: #F2F2F2;
}

.familyAdventuresText
{
	padding-top: 5%;
	padding-left: 10px;
	padding-right: 10px;
    font-family: 'Kameron', serif;
    font-size: 26px;
    color: #000000;
}


/* Styling for the contact form at the bottom of the home page */

.contactFormWrapper {

	background-color: #F2F2F2;
	background: #F2F2F2;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	text-align: center;
}


.contactForm {

	background-color: #F2F2F2;
	background: #F2F2F2;
	margin: 0 auto;
	display: inline-block;
	width: 75%;
	text-align: left;
}


.contactFormIntro {
    
    background-color: #F2F2F2;
	background: #F2F2F2;
	font-family: 'Kameron', serif;
	font-size: 22px;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 2%;
	padding-bottom: 2%;
	display: inline-block;
}


.name {

	background-color: #F2F2F2;
	background: #F2F2F2;
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 2px solid black;
	font-family: 'Kameron', serif;
	font-size: 18px;
}

.name:focus {

	background-color: lightblue;
}


.formContactNumber {

	background-color: #F2F2F2;
	background: #F2F2F2;
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 2px solid black;
	font-family: 'Kameron', serif;
	font-size: 18px;
}

.formContactNumber:focus {

	background-color: lightblue;
}


.email {

	background-color: #F2F2F2;
	background: #F2F2F2;
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 2px solid black;
	font-family: 'Kameron', serif;
	font-size: 18px;
}

.email:focus {

	background-color: lightblue;
}


.formLabel	
{
	font-family: 'Kameron', serif;
	font-size: 20px;
}


.textAreaInput {

	background-color: #FAFAFA;
	background: #FAFAFA;
	width: 100%;
	height: 200px;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 2px solid black;
	border-radius: 4px;
	resize: none;
	font-family: 'Kameron', serif;
	font-size: 18px;
}


/* Defines the styling for the error messages that appear below a form field. */
.fieldError {

	color: #CD0000;
	font-size: 16px;
	font-family: 'Kameron', serif;
}


.requiredFieldsTxt {
	
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: 'Kameron', serif;
	font-size: 18px;
}


.submitButton
{
	display: inline-block;
	background: #000;
	border-color: #000;
	padding: 5px;
	font-family: 'Kameron', serif;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.submitButton:hover {

	cursor: pointer;
}


/* By default, the upload bar is hidden when the web page initially 
loads and when the form has not submitted yet. */
#upload-progress {

	visibility: hidden;
	height: 20px;
	width: 50%;
}


/* The upload progress bar then becomes visible when the form 
is being submitted to the server. */
#upload-progress.visible {

	visibility: visible;
}




/* SITE FOOTER STYLING CLASSES */
.siteFooter
{
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.siteFooterInner
{
	display: inline-block;
	margin: 0 auto;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 10%;
	padding-right: 10%;
	width: 80%;
	text-align: left;
}

.privacyPolicyLink {

	font-family: 'Kameron', serif;
	font-size: 18px;
}

/* END SITE FOOTER STYLING CLASSES */