@charset "UTF-8";
/* CSS Document */

.nav-item, .nav-link {
	font-family: figtree, sans-serif;
	font-size: 18pt; 
	color: #231F20;
}

.nav-link {
	color: #231f20 !important;
}

.nav-link:hover {
	color: #f48473 !important;
}

.socialbutton {
	background-color:#231f20 !important; 
	border-radius:50%;
	min-width:50px;
	min-height:50px;
}

.socialbutton:hover {
	background-color: #f48473 !important;
}

.socialbutton img {
	width:35px;
	height:35px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:figtree, sans-serif;
}

h4.pullquote {
	color:#221F20;
	padding: 2% 10% 2% 5%;
	border-left: solid #221F20 5px;
}

h5.pullquote {
	color: #221F20;
	padding: 0 0 0 15%;
}

h4.pullquote2 {
	color:#D0A25D;
	padding: 2% 10% 2% 5%;
	border-left: solid #D0A25D 5px;
}

h5.pullquote2 {
	color: #D0A25D;
	padding: 0 0 0 15%;
}

.carousel-control-prev-icon {
	color: white;
	border:2px white;
	border-radius: 100%;
}

.carousel-control-next-icon {
	color: white;
	border:2px white;
	border-radius: 100%;
}

.greeting {
	background-image: url("../images/adc_heroimage2.jpg");
	background-color: #fab6a4;
	background-repeat: no-repeat;
	background-position: center bottom; 
	background-attachment: fixed;
	background-size: 100%;
	color: #231f20;
}

.greetingcontent {
	margin:auto auto 0px 5%;
	padding: 20%;
}

.btn-email {
	font-family: figtree, sans-serif;
	font-size:14pt;
	color:white;
	background-color:#231f20;
	padding:15px;
	border-radius:15px;
    text-decoration:none;
}

.btn-email:hover {
	background-color:#f48473;
}

.btn-review {
    font-family: figtree, sans-serif;
	font-size:14pt;
	color:white;
	background-color:#a5c6dd;
	padding:15px;
	border-radius:15px;
    text-decoration:none;
}

.btn-review:hover {
	background-color:#f48473;
}

.sectionheading {
	font-family: figtree, sans-serif;
	color: #231F20;
	margin-top:100px;
	margin-bottom:50px;
	padding:5px;
}

.dawncard {
	background-color:#ffe17f;
	border-radius:15px;
	border:solid 10px #ffd786;
}

.daycard {
	background-color:#fab6a4;
	border-radius:15px;
	border:solid 10px #f48473;
}

.duskcard {
	background-color:#a5c6dd;
	border-radius:15px;
	border: solid 10px #77a9c6;
}

.title {
	font-family: figtree, sans-serif;

}

img.cardlogo {
	width:70%;
}

.about {
	background-color:#ffe17f;

}

.aboutrule {
	width:75%;
	border:solid 10px #ffd786;
}

.find-us {
	background-color:#ffe17f;
}

.event1 {
	background-color: #ffe17f;
	padding: 10px;
}

.event2 {
	padding: 10px;
}

.eventlink {
	text-decoration: none;
}

.review {
	background-color: #eeeeee;
	padding:5%;
}

.contact {
	background-color:#d1a35d;
}

.footer {
	background-color:#a5c6dd;
}