@media all{

header{
	background:rgba(10 30 50 / .6) !important;
}

header + nav > div:hover{
	background:rgba(10 30 50 / .6) !important;
}

section > div > p > span{
	display:block;
	background:#8f3254;
	color:#fff;
	padding:0 .5em;
	font-size:.8em;
}

section > div:nth-child(7) > p > span{
	background:#356341;
}

section > div:nth-child(8) > p > span{
	background:#4b3a16;
}

section > div:nth-child(9) > p > span {
    background: #369;
}

.samplebook_item div a:last-child{
	width:100%;
}

}

@media screen and (min-width:481px){

.main > div a{
	width: 48%;	
}

}

@media screen and (max-width:480px){
	
.slider > div > a > p {
	text-align:center !important;
}

main > div a{
	width:100% !important;
}

h1 > span{
	display:block;
	font-size: .9em;
}

}