/* Enter Your Custom CSS Here */
/* ... */
@import url(https://fonts.googleapis.com/css?family=Yellowtail);
/*Reduce The Size of the Header Title*/

.site-title {
    font-family: "Cambria", "Georgia", serif;
    text-transform: capitalize;
  	font-style:italic;
  	font-size: 35px;
}

.site-title a {
  color: #01b8e9 !important;
}

.site-content {
	margin-top:60px;
}

.h1, h1 {
    font-size: 25px;
}

.dslc-text-module-content {
	padding-top:15px;
  	padding-bottom:15px;
}

.dslc-text-module-content p {
	font-size:14px !important;
}

body {
	font-size:14px !important;
}

.entry-title {
	color:#00b9eb !important;
}

.page-template-custom-default-template .entry-header {
	display:none;
}

.page-id-188 .dslc-modules-section {
	padding-top:0 !important;
  	padding-bottom: 0 !important;
}

.header-button {
    border: 5px solid rgba(255, 255, 255, 0.8) !important;
}

.welcome-text, .header-text {
    font-size: 55px;
    font-family: "Cambria", "Georgia", serif;
    text-transform: capitalize;
  	font-style:italic;
    color: #00b9eb;
  	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); 
  	line-height:120%;
}

.footer-widgets {
	padding-top:20px;
}

.footer-widgets .widget {
	margin-top:0;
}

.page-template-custom-default-template .header-image, .page-template-custom-default-template .header-image img {
	height:300px;
}

.header-image::after {
	background-color: rgba(0, 0, 0,0.5) !important;
}

.main-navigation li {
	font-family: "Cambria", "Georgia", serif;
}

.main-navigation a, .main-navigation a:hover {
	color:#00b9eb;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
	border-bottom-color: #00b9eb;
}

.site-header {
	background-color:white;
}

.nav-contact li {
  	font-family: "Cambria", "Georgia", serif;
	text-transform:lowercase;
  	padding-bottom:0;
}