/*
Theme Name: Nacki Advisory Theme
Author: Your Name
Version: 1.0
Description: A bare-bones starter theme.
*/
.wp-block-buttons,
.content-wrapper p,
.content-wrapper ul,
.content-wrapper ol,
.content-wrapper figure {
	margin-bottom : 1.25em;
}
.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6 {
	margin-top : 0.65em;
	margin-bottom : 0.65em;
}
.wp-block-table table thead {
	background-color : #1b3a6b;
	color : #fff;
	font-weight : bold;
	border-bottom : none;
}
.wp-block-table table td,
.wp-block-table table th {
	padding : 10px 15px;
	border: 1px solid #1b3a6b;
	vertical-align : top;
}
.wp-block-table table tbody tr:nth-child(odd) td {
	background-color : #e5e5e5;
}
.content-wrapper *:last-child {
	margin-bottom : 0 !important;
}
.content-wrapper *:first-child {
	margin-top : 0 !important;
}

@media screen and ( max-width : 1024px ){
	.content-wrapper h1 {
	  font-size: 45px;
	  line-height: 1.15em;
	}

	.content-wrapper h2 {
	  font-size: 30px;
	  line-height: 1.15em;
	}

	.content-wrapper h3 {
	  font-size: 25px;
	  line-height: 1.15em;
	}

	.content-wrapper h4 {
	  font-size: 1rem;
	  line-height: 1.15em;
	}
}