@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');


#lines-checklist .mix {
  border-radius: 10px;
}

#hero-learnmore h4 {
  font-family: "Cerebri Sans";
  letter-spacing: 1.5px;
  padding-bottom: 1em;
}


@media (max-width: 800px) {
.home-left {
  padding-left: 1em;
}

.home-right {
 padding-right: 1em; 
 width: 90%; 
}


}

#linkedin-top {
    background: linear-gradient(45deg,#163c6b 45%,#ce0ac3 100%)
}

.linkedin-feature-title {
	padding-left: 4em;
	padding-right: 4em;
}


.linkedin-feature-title h4 {
	font-size: 0.8em;
	text-align: right;
	font-style: italic;
}


.bigquote h1 {
	font-family: 'Merriweather', serif;
	line-height: 1.7;
	color: #fff;
	font-size: 1.5em;
}


	.active {
		opacity: 1;
	}
  



	body > uli {
		position: absolute;
		top: 50%;
		width: 800px;
		height: 200px; 
		left: 50%;
		margin-left: -400px;
		margin-top: -130px;
	}
 
	uli > lii {
		width: 25%;
		list-style-type: none;
		position: absolute;
		/*top: 0;*/
		padding: 20px;
		height: 200px; 
		opacity: 0;
		padding-top: 40px;
		text-align: center;
		transition: 1s opacity; 
	}