@charset "utf-8";

/*

common Posts

*/


/* layout ---------------------- */

main{
	padding-top: 3rem;
}

@media (min-width: 640px) {
	
main {
	padding-top: 0;
}
}

/* common ---------------------- */

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

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

@media (min-width: 640px) {

	header h1{
	font-size: 4rem;
}
    section p{
        line-height: 2;
        margin: 2.5rem 0;
    }
}
/* Overwright ---------------------- */

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


