/*
Theme Name: Your Child Theme
Description: Child theme for the Theme Blvd framework
Author: Your name here
Template: alyeska
*/
a.btn.btn-default, a.btn.btn-default:hover
/*
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. */

div.header-text {
color: #cc0000;
line-height: 1.2em;
text-align: right;
text-shadow: none;
font-size: 20px;
font-weight: bold;
}
li.slide.tight.media-full.image-slide.size-slider-large.full-image {
margin-bottom: -30px;
}
a.btn.btn-default, a.btn.btn-default:hover {
background: #cc0000;
color: #fff;
line-height: 1.4em;
font-size: 12px;
padding: 5px 10px
}
span.slogan-text.text_large {
color: #ff0000;
text-shadow: 1px 1px 0 #aaa;
}