/*
Theme Name: Veteran Writer
Theme URI:  http://veteranwriter.com
Template: book-landing-page
*/

@import url("../book-landing-page/style.css");

body {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}
.banner {
	background:#fff;
	color: #222;
}

.banner h2 {
	color: #222;
}

.banner .btn-buy {
	background: #2a9d72;
}

.banner .btn-buy:hover {
	background: #056D46;
}