/*
Theme Name: Remember Stories 2018
Description: This is an example of a blank Jump Start child theme.
Author: Your name here
Template: jumpstart
*/

/* Your custom CSS here */

/*
Colors

Brown: #2f1d12
Light brown (logo): #b5a083
Lighter brown (page bkg): #ebe5d5
Blue: #586280
*/

h1, h2, h3, h4, h5, h6 {
	
}

h1 {
	font-size: 2rem;
	text-transform: uppercase;
}

h2 {
	font-size: 1.7rem;
}

.header-logo {
	float:none;
	text-align: center;
}

/* Logo in header */
.header_logo_text .tb-text-logo  {
    color: #b5a083;
    font-family: 'Merriweather', serif;
    font-size: 2.6rem;
}

/* Logo on sticky menu */
.tb-sticky-menu .header-text-logo .tb-text-logo {
	font-size:1.3rem;
}

/* Nav on sticky menu */
.tb-sticky-menu .tb-primary-menu > li > .menu-btn {
	font-size:14px;
	
}

.site-inner {
	background:#ebe5d5;
}

article.page {
	background:#ebe5d5;
}

/**************Home************/

/*
Remove top padding on 3 boxes, so icon
can extend over top.
*/
.element-columns .col.has-bg {
	padding-top:0;
}

/*
Moving icon to extend above the box. Icon
height is 3em, so I moved it up 1.2em
*/
.tb-icon-box .fa-stack {
	margin-top:-1.2em;
}

@media (max-width:991px) {
	.home-box {
		margin-bottom:45px;
	}
}

@media (min-width:992px) {
	.home-box.first {
		border-right:20px solid #ebe5d5;
	}
	
	.home-box.middle {
		border-left:10px solid #ebe5d5;
		border-right:10px solid #ebe5d5;
	}
	
	.home-box.last {
		border-left:20px solid #ebe5d5;
	}

}

.tb-icon-box.has-bg {
	padding:0;
}

/***********Other Pages**************/

.standard-slider-wrapper .slides-wrapper {
	background:transparent;
}

.wp-caption .wp-caption-text {
	background: transparent;
}

.wp-caption .wp-caption-text {
	padding:10px;
}