/* ##### HEADER ###### */

header .logo {
    position: relative;
    top: 1em;
}

header .logo img {
	width: 100px;
}

/* ##### PROMO SHOWCASE ##### */

#promo-showcase .promo-slide {
	background-position: center !important;
}

#promo-showcase .contents .title {
	font-weight: 800;
}
#promo-showcase .contents .title .highlight {
	color: #fdc632 !important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}


@media only screen and (min-width: 992px) { /* 992px Large */
	header .logo img {
		width: 150px;
	}
	#promo-showcase .wrapper {
	  padding-top: 6em;
	}
}
