/*OVERWRITE Showcase*/
#showcase{
	min-height: 300px;
	background: skyblue no-repeat 0 -400px;
	text-align: center;
	color: #fff;
}

#showcase h1{
	margin-top: 80px;
	font-size: 57px;
	line-height: 57px;
	margin-bottom: 10px;
}


#start{
	width: 86%;
	margin: 0 7%;
}
#start h2{
	font-weight: bold;
	font-size: 30px;
}

#start ul{
	list-style: square;
	padding-left: 30px;
}

#area{
	width: 92%;
	margin-top: 30px;
	margin-left: 4%;
	display: flex;
	align-content: center;
	justify-content: center;
}

#area .c{
	padding: 20px;
}

#area .c h3{
	background-color: #35424a;
	text-align: center;
	padding: 10px;
	width: 500px;
	font-size: 26px;
}

#area .c h3 a{
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 15px 0;
}
#area .c h3 a:hover{
	transition: .5s ease-out;
	color: skyblue;
}

#others{
	margin-top: 25px;
	background-color: #e8491d;
	color: #fff;
	text-align: center;
	justify-content: center;
	width: 100%;
	padding: 20px 0;
}

#others .icons h3{
	margin: 0;
	margin-bottom: 10px;
	padding: 10px 0;
}

#others .icons a{ 
	justify-content: center center;
	margin: 10px 10%;
	padding-bottom: 40px;
}

#others .icons a img{
	border-radius: 50%;
	border: 1px solid #35424a;
	padding: 0px;
	width: 60px;
	height: 60px;
}



/*screen size*/
@media(max-width: 768px){
	#area{
		flex-direction: column;
	}

	#area .c h3{
		width: 90%;
		margin-left: 5%;
		font-size: 18px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-content: center;
	}

	#area .c h3 a{
		text-align: center;
		display: flex;
		justify-content: center;
		align-content: center;
	}

	#others .icons a{ 
		margin: 10px 5%;
	}

	#others .icons a img{
		width: 50px;
		height: 50px;
	}
}