/*
Theme Name:   Accelerate Theme Child
Theme URI:    http://example.com/accelerate-theme-child/
Description:  Accelerate Child Theme - Accelerate
Author:   	Sarah
Author URI:   http://example.com
Template: 	accelerate-theme
Version:      2.0.0
Tags:     	light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  accelerate-theme-child
*/

/* TEST
body {
	background: red;
}
*/


/* HOMEPAGE */
.home-page {
    background: url("img/taxi-photo.jpg") no-repeat scroll right center / cover rgba(0, 0, 0, 0);
}

/* PRIMARY NAV */
#masthead {
    background: none repeat scroll 0 0 #45ac9d;
}

.button {
	background: none repeat scroll 0 0 #45ac9d;
}

/* change blog post div width */
.blog-post {
	width: 50%;
	float: left;
	margin-bottom: 2em;
}

/* style "From the Blog" header */
.blog-post h4 {
    font: 700 1em/1.75 'Montserrat', 'Open Sans', Arial, sans-serif;
    color: #a6a6a6;
    text-transform: uppercase;
    margin: 2em 0 .5em;
}

/* style blog post title */
.blog-post h3 {
	font-size: 1.5em;
}

/* style the "Read More" link */
.read-more-link {
	font-family: 'Montserrat';
	font-weight: 700;
	color: #45ac9d;
	text-transform: uppercase;
}

/* Case Studies */

aside.case-study-sidebar {
	float: left;
	width: 300px;
}

div.case-study-images {
	float: left;
	width: 606px;
}
