/*********************************************************************************
/*
/* scuba-o-rings home page
/*
/********************************************************************************/

/* only show element on mobile */

.visible-mobile {
	display: block;
	height: 0px;
}

/* home page */

.home.page:not(.page-template-template-homepage) .site-header {
	margin-bottom: 0;
}

.home h1,
.home h2,
.home p {
	text-align: center;
}

.home .hero-image {
	position: relative;
	background: white;
	margin-top: 40px;
}

.home .hero-image img{
//	width: 100%;
	margin: 0 auto;
}

.home .hero-text {
	text-align: center; 	
	padding: 10px;
	margin-bottom: 6em;
}

.home .hero-text h1 {
//    color: white;	
	font-size: 2em;
	font-weight: 600;
}

.home .hero-text p {
//    color: white;
    font-size: 16px;
	margin-bottom: 10px;
}

/* categories */

@media (min-width: 520px) {
	
	.home .hero-text h1 {
		font-size: 2.3em;
	}

	.home .hero-text p {
        font-size: 18px;
	}		
	
}

@media (min-width: 768px) {
		
	/* only show element on mobile */

	.visible-mobile {
		display: none;
	}		
		
	.home .hero-text h1 {
		font-size: 2.617924em;
	}

	.home .hero-text p {
        font-size: 23px;
	}	
}