/*
Theme Name:     Sciazzurra
Theme URI:      http://example.com/
Description:    Child theme from minamaze
Author:         Gianmarco Rodriguez Aviles	
Template:      	minamaze
Version:        0.1.0
*/

@import url("../minamaze/style.css");

#intro.option1 {
	display: none;
}

#section-home .section {
	display: block;
	margin-top: 57px;
	background: linear-gradient(#555, #666);
	background: -webkit-linear-gradient(#222, #666);
	background: -o-linear-gradient(#555, #666);
	background: -moz-linear-gradient(#222, #333);
	padding: 10px;
	border: 1px solid #E0E0E0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#section-home h3 {
	font-size: 18px;
	font-weight: 600;
	color: white;
}
