@charset "utf-8";

/*

Page // single

*/


/* message ---------------------- */

#page-single h1{
	font-size: 2.5rem;
	font-weight: 200;
	color: #ccc;
	text-align: center;
}
#page-single h2{
	text-align: center;
	color: #666;
}

#page-single p{
    line-height: 1.8;
    margin: 1.5rem 0;
    font-weight: 300;
}

/*
#page-single p:first-of-type{
	margin-top: 0;
}
*/
	
@media (min-width: 640px) {

	#page-single h1{
	font-size: 4rem;
}
    #page-single p{
        line-height: 2;
        margin: 2.5rem 0;
    }
	/*
	#page-single p:first-of-type{
	margin-top: 0;
	}
	*/
}
/* Overwright ---------------------- */

.uk-table-hover tbody tr:hover, .uk-table-hover>tr:hover {
background : hsla(0, 0%, 0%, .03);
}


