/*
 Theme Name:     West Child Theme
 Theme URI:
 Description:    West Child Theme
 Author:         twofontproductions
 Author URI:     http://twofontproductions.com
 Template:       west
 Version:        1.0.0
*/

@import url("../west/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
.site-header {
	background-color: rgb(100, 171, 200) !important;
}

.site-header.header-scrolled {
	background-color: #B6D3E0;
	padding: 15px 0;
}
.header-scrolled a,
.header-scrolled .site-title a {
	color: white;
}
.site-content {
	margin: 0;
}
body {
	background-color: #EEEEEE;
}
.main-navigation {
	font-family: 'Montserrat';
}
h1, h2 {
	margin-top: 0 !important;
}
#dslc-module-61 .dslc-text-module-content h1 {
	line-height: 1.2em !important;
	word-break: keep-all;
}
@media only screen and (max-width: 767px) {
	#dslc-module-61 .dslc-text-module-content h1 {
		font-size: 0.5em !important;
	}
}
@media only screen and (max-width: 320px) {
	#dslc-module-61 .dslc-text-module-content h1 {
		font-size: 0.35em !important;
	}
}
