/* Variables */
.background-dark, .bg-dark {
  background-color: #212121; }

.background-green, .bg-green {
  background-color: #6CB33F; }

.background-blue, .bg-blue {
  background-color: #0095D5; }

.background-red, .bg-red {
  background-color: #DB3936; }

.background-purple, .bg-purple {
  background-color: #D43198; }

.background-lime, .bg-lime {
  background-color: #e4e76d; }

.background-light-orange, .bg-light-orange {
  background-color: #ffc709; }

.background-dark-orange, .bg-dark-orange {
  background-color: #e08F27; }

.slide_entry_image {
  background-image: url(myeveryday.jpg); }

.textblock {
	border-bottom: 1px solid #DDD;
	padding: 1.5em 10px;
	font-size: 1.25rem;
}

.textblock h1 {
	font-weight: 300;
	color: #212121;
	margin: 0rem 0rem 0rem;
}

.textblock h2 {
	color: #a0a0a0;
    font-size: 1.6rem;
    margin: 0rem 0rem 0rem;
}

.textblock p {
	color: #212121;
    font-size: 1.1rem;
    margin: 0rem 0rem 1rem;
}

.textblock img {
	max-width: 96%;
}

.textblock.top {
	padding: 7rem 0;
}

.textblock .icon-logo-color {
    width: 200px;
    height: 0;
    padding-bottom: 12%;
    margin: 0 auto;
}

@media screen and (min-width: 40.063em) {
	.textblock {
		font-size: 1.5rem;
	}

	.textblock .icon-logo-color {
    	padding-bottom: 8%;
    }
}

.textblock .logos img {
    height: 50px;
    margin: 1rem;
}

.slide_entry h3 {
	font-size: 1.75rem;
}