/*
All content within these files © 2023 Kelly Photography and/or Tending Relationships, LLC;
	 All rights reserved
*/

body {
	margin: 0;
	padding: 0;
	background:  #fef1d3;
	font-size: 13px;
	
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Arial", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	
}

h1 {
	
	letter-spacing: 0px;
	font-size: 48px;
	color: #110801;
}

h1a {
	
	letter-spacing: 0px;
	font-size: 18px;
	color: #110801;	
	font-style:italic;
}


h2 {
	
	letter-spacing: 0px;
	font-size: 18px;
	color: #006600;
}

h3 {
	font-size: 1em;
}

/* Content/body text */
p, ul, ol {
	line-height: 150%;
	color: #110801;
	font-size: 16px;
}


a {
	color: #11079a;
}

a:hover {
	text-decoration: none;
	color: #0ad10a;
}

/* Header */


.certheading {
	line-height:95%;
	
	}
.certtxt {
	font-size: 16px;
	line-height: 80%;
}

.addrtxt {
	font-size: 15px;
	
}
.topbanner {
	line-height:95%;
}

.link {
	color: #11079a;
	font-size: 14px;
	text-align: left;
	padding-left: 12px;
}

link:hover {
	text-decoration: none;
	color: #0ad10a;
	
}

.dropbtn {
    background-color: #fef1d3;
    color: #035f03;
    font-size: 16px;
	text-align: left;
	padding-left: 6px;
    border: none;
    cursor: pointer;
	text-decoration: underline;
}

.dropbtn1 {
    background-color: #fef1d3;
    color: #035f03;
    font-size: 16px;
	text-align: left;
	padding-left: 0px;
    border: none;
    cursor: pointer;
	text-decoration: underline;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fef1d3;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #035f03;
    padding: 8px 12px;
	font-size: 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
	background-color: #FFF7E8;
	color: #0ad10a;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #fef1d3;
	color: #0ad10a;
	text-decoration: none;
}

.dropdown:hover .dropbtn1 {
    background-color: #fef1d3;
	color: #0ad10a;
	text-decoration: none;
}

#header .topbanner {
	font-style: italic;
	color: #035f03;
	padding-left: 1em;
	
}

#header {
	width: 830px;
	height: 280px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 70px;
	
}

/* Top Banner heading colors*/
#header h1, #header p {
	margin: 0;
	color: #110801;
	font-size: 48px;
	font-family: Arial, Arial, Helvetica, sans-serif;
}

#header h1 {
	font-size: 48px;
}


#header h1 {
	padding-top: 20px;

}

/* Hyperlink color top links*/
#header a {
	color: #034a03;
}

#header a:hover {
	color: #0ad10a;
}



/* Page */

#page {
	width: 880px;
	margin: 0 auto;
	padding-top:100px;
}

/* Content */

#content {
	float: left;
	width: 880px;
	padding-top:70px;
}

.post {
	padding-top:10px;
}

.title {
	margin: 0;
	border-bottom: 2px solid #775;
}

.entry	{
		color: #110801;
	font-size: 13px;
	padding-left: 1em;
}
.byline {
	margin: 0;
	color: #D79B00;
}

.link {
	color: #035f03;
	font-size: 16px;
	text-align: left;
	padding-left: 12px;
	
}




/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 2px solid #775;
	text-align: center;
	font-size: 11px;
	
}


.actioncall {
	text-align: center;
	font-size: 18px;
	color: #C10;
}
