/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

@import url('https://fonts.googleapis.com/css?family=Dancing+Script');

#site-navigation {
	background: #BEA9DE !important;
}

.home-container {
	position: relative;
}

.btn-container {
	position: absolute; 
	bottom: 0;
}

.btn-danger {
	background: #BEA9DE;
	border: 1px solid #BEA9DE;
}

.btn-danger:hover {
	background: #85769b;
	border: 1px solid #BEA9DE;
}

#primary-mono h1.entry-title, .page-header h1, h2.entry-title {
	text-align: center;
	font-family: 'Dancing Script', cursive;
	color: #423B4D;
	font-size: 50px;
	font-weight:500;
}

h2.home-title {
	text-align: center;
	font-family: 'Dancing Script', cursive;
	color: #423B4D;
	font-size: 25px;
	font-weight:500;
}

.section-title {
	font-family: 'Dancing Script', cursive;
	color: #423B4D;
	font-size: 25px;
	font-weight:500;
}

p, .entry-excerpt {
	font-size: 16px;
}

p span {
	font-family: 'Dancing Script', cursive;
	font-size:18px;
}

.mail-label {
	color: #777777;
	font-weight: 500;
}

.wpforms-submit, .btn-danger {
	background: #BEA9DE !important;
	border: 1px solid #BEA9DE !important;
	color: #fff !important;
	display: inline-block !important;
	padding: 6px 12px !important;
	margin-bottom: 0 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.42857143 !important;
	text-align: center !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
}

.footer-menu, .entry-footer {display:none;}

h3.title-font-home a:link, h3.title-font-home a:visited, h3.title-font-home a:active ,h3.title-font-home a:hover{
    text-align: center;
    font-family: 'Dancing Script', cursive;
    color: #9ac4cc;
    font-size: 25px;
    font-weight: 500;
}