/*
Theme Name: Your Child Theme
Description: Child theme for the Theme Blvd framework
Author: Your name here
Template: alyeska
*/

/*
Note: The parent theme does not include any CSS in
style.css, and so you don't need to @import it here.
*/

/* Add your custom CSS here. */



/*
Theme Name: Your Child Theme
Description: Child theme for the Theme Blvd framework 
Author: Your name here
Template: alyeska
*/


body {
	color: #565656;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0e8998;
	font-weight: normal;
	line-height: 1.15;
	margin-top: 10px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #ffffff;
}
h1 {
	font-size: 32px;
	letter-spacing: 1px;
}
h2 {
	font-size: 23px;
	letter-spacing: 1px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}

