h2 {
	font-size: 30px;
}

/*---------------------------------------------*/

#overview {
	padding: 70px 0px 120px;
	background: #50BBD5;
}

#overview .inner{
	background-image: url("../img/main.png"); 
	background-position: right -40px top 50%;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 80px;
}

#overview h1 {
	color: white;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: normal;
	font-size: 36pt;
	line-height: 1.1;
}

#overview .intro {
	color: white;
	font-size: 13pt;
	max-width: 22em;
	margin: 30px 0px 45px;
}

#overview .button {
	color: rgb(73, 73, 73); 
	background: #FDD835;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	padding: 12px 52px;
	font-size: 11pt;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	border: none;
}

#overview .button:hover {
	background: #FFEB3B;
}

@media (max-width: 800px) {
	#overview .inner{
		background: none; 
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 500px) {
	#overview h1 {
		font-size: 36px;
	}
}

/*---------------------------------------------*/

.section {
	text-align: center;
	padding: 100px 0;
}

.section td {
	padding: 30px;
}

.section h3 {
	color: #444;
}

.section .description {
   color: rgb(132, 134, 136);
   text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7);
   text-align: center;
   line-height: 1.7;
}

.section .grid-icon {
	text-shadow: -1px -1px 0px rgba(0,0,0,0.1);
	background: rgba(80, 187, 213, 0.6);
	color: white;
	height: 1em;
	width: 1em;
	padding: 20px;
	border-radius: 100px;
	text-align: center;
}

/*---------------------------------------------*/

#testimonials .slider {
	position: relative;
	padding: 0;
   margin-top: 50px;
}

#testimonials .bx-viewport {
	border: none;
	box-shadow: none;
	background: inherit;
	left: 0;
}

#testimonials .title {
   text-transform: uppercase;
   margin-bottom: 16px;
   font-weight: bold;
   color: rgba(0,0,0,0.8);
   font-size: 15px;
   font-family: Open Sans;
}

#testimonials .stars {
	color: #FFC107;
	text-shadow: 1px 1px #FF8F00;
	font-size: 16px;
	margin-bottom: 15px;
}

#testimonials .content {
   font-family: Open Sans;
   line-height: 1.6;
}

#testimonials .testimonial .inner {
	padding: 0 100px 20px 100px;
	box-sizing: border-box;
}

#testimonials .arrow {
	position: absolute;
	top: 50%;
	font-size: 45px;
}

#testimonials .arrow a {
	color: rgba(0,0,0,0.3);
}

#testimonials .arrow.prev {
	left: 0;
}

#testimonials .arrow.next {
	right: 0;
}

@media (max-width: 500px) {
	#testimonials .testimonial .inner {
		padding-left: 32px;
		padding-right: 32px;
	}
}

/*---------------------------------------------*/

#platforms h2 {
	color: inherit;
	margin-bottom: 30px;
}

#platforms .platform {
	display: inline-block;
	width: 180px;
	box-sizing: border-box;
	margin: 25px;
	text-align: center;
	background: rgba(0,0,0,0.2);
	padding: 30px 0;
	border-radius: 3px;
}

#platforms .platform:hover {
   background: rgba(0,0,0,0.3);
}

#platforms a.platform {
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	color: inherit;
}

#platforms .platform img {
	height: 60px;
}

#platforms .platform label {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	cursor: inherit;
}
