body {
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
	--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
	--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
	--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
	--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
	--wp--preset--duotone--midnight: url('#wp-duotone-midnight');
	--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
	--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
	--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
li tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-text-size-adjust: none;
}

:focus {
	/* remember to define focus styles! */
	outline: 0;
}

ol,
ul {
	list-style: none;
	margin: 0;
}
#content article ul {
	list-style: disc inside;
	margin-left: 2em;
	padding-left: 0;
}

#content article ol {
	list-style: decimal inside;
	margin-left: 2em;
	padding-left: 0;
}

#content article ul li,
#content article ol li {
	margin-bottom: 0.5em;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

a img {
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}


/* =Global
----------------------------------------------- */
body,
input,
textarea,
select {
	color: #777;
	font: 13px 'PT Sans', sans-serif;
	line-height: 20px;
	word-wrap: break-word;
}

body {
	background-color: #676b7c;
	font-size: 15px;
}


.wrapper {
	max-width: 1038px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px #ddd;
	-moz-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
}

.container {
	margin: 0 auto;
	max-width: 978px;
	/* width: 94%; */
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
#site-title {
	font-weight: normal;
	font-family: "PT Sans", sans-serif;
	color: #15277e;
}


h1 {
	font-size: 30px;
	line-height: 36px;
}

h2 {
	font-size: 28px;
	line-height: 35px;
}

h3 {
	font-size: 26px;
	line-height: 32px;
}

h4 {
	font-size: 24px;
	line-height: 30px;
}

h5 {
	font-size: 22px;
	line-height: 28px;
}

h6 {
	font-size: 19px;
	line-height: 25px;
	text-transform: uppercase;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	padding-bottom: 15px;
}


section.headimage {
	border-top: solid white 2px;
	/* height: 350px; */
	aspect-ratio: 1038/350;
	width: 100%;
	background: url(../img/headimage.jpg) center center no-repeat;
	background-size: cover;
}

/* Text elements */
p {
	margin-bottom: 15px;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}


/* Links */

a:focus,
a:active,
a:hover {
	text-decoration: none;
}

/* links */
a,
#site-title a,
#site-title a span,
#site-title a:hover,
#site-title a:focus,
#site-title a:active,
#access a:hover,
#access ul li.current-menu-item>a,
#access ul li:hover>a,
#content ul a:hover,
#content ol a:hover,
#site-generator .copyright a:hover {
	color: #15277e;
	text-decoration: none;
}

/* Images */

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
	/* Fluid images for posts, comments, and widgets */
}

/* clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* close commented backslash hack */
.clearfix-third,
.clearfix-fourth {
	clear: both;
}



/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
----------------------------------------------- */
#branding {
	margin-top: 30px;
}

.hgroup-wrap {
	padding-top: 20px;
	padding-bottom: 51px;
}

.hgroup-wrap a {
	display: block;
}

#site-logo {
	float: left;
	margin-top: 32px;
}


#site-title {
	font-size: 27px;
	line-height: 42px;
}


#site-title a {
	color: #555;
}

#site-title a img {
	vertical-align: inherit;
	max-width: 978px;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	border-top: 1px solid #EAEAEA;
}

#access li {
	float: left;
	position: relative;
	padding: 0 20px 0 0;
}

#access a {
	color: #777;
	display: block;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	padding: 16px 0 0;
	height: 39px;
}


/* =Content
----------------------------------------------- */
#main {
	padding: 50px 0 10px;
}

#content article {
	text-align: justify;
	font-size: 19px;
	hyphens: auto;
}


#primary {
	float: left;
	width: 60%;
}

/* Sidebar */
#secondary {
	float: right;
	width: 35%;
}

/* Content */
body,
#access a,
#content ul a,
#content ol a,
#site-generator {
	color: #555555;
}


p {
	line-height: 1.3;
}


/* =Widgets
----------------------------------------------- */
.widget {
	margin-bottom: 40px;
}

.textwidget td {
	padding: 10px;
}

/* Widget Content */
#secondary,
#colophon {
	color: #555555;
	font-size: 15px;
}

#secondary table {
	background-color: #dfe4f8;
}

/* =Footer
----------------------------------------------- */
#colophon {
	margin-bottom: 30px;
}



/* Site Generator */
#site-generator {
	padding: 20px 0px;
	border-top: 1px solid #eaeaea;
	color: #999;
}

#site-generator .copyright {
	float: left;
	padding-top: 5px;
	width: 65.64%;
}


#site-generator .copyright a {
	color: #555555;
}


/* =Responsive Structure
----------------------------------------------- */
/* All Tablet Portrait size smaller than standard 1079 (devices and browsers) */
@media only screen and (max-width: 1078px) {
	.wrapper {
		width: 708px;
	}

	.container {
		width: 668px;
	}

	#site-title a img {
		max-width: 668px;
	}


	#primary {
		float: none;
		width: 100%;
	}

	#secondary {
		float: none;
		max-width: 300px;
		margin: auto;
		width: 100%;
	}


}

/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media only screen and (max-width: 767px) {

	.wrapper {
		width: 300px;
	}

	.container {
		width: 280px;
	}



	#branding {
		margin-top: 10px;
	}

	.hgroup-wrap {
		padding-bottom: 25px;
		padding-top: 0;
	}


	#site-logo {
		margin-top: 25px;
	}

	#site-title a img {
		max-width: 280px;
	}

	/* Responsive Navigation */

	#access {
		border-top: 0 none;
	}

	#access li {
		position: inherit;
		width: 100%;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-right: 0;
	}

	#access a {
		float: none;
		padding: 10px 0;
		height: inherit;
	}

	#main {
		padding-top: 40px;
	}



	.widget {
		margin-bottom: 30px;
	}

	#colophon {
		margin-bottom: 10px;
	}

	#site-generator .social-profiles,
	#site-generator .copyright {
		float: none;
		width: 100%;
	}

	#site-generator .copyright {
		padding-top: 10px;
		text-align: center;
	}
}

/* All Mobile landscape size and All Mini Tablet Portrait size smaller than standard 768 and larger than 480 (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	input.s:focus {
		width: 375px;
	}

	.one-column-template .wrapper,
	.wrapper {
		width: 450px;
	}

	.one-column-template .container,
	.container {
		width: 420px;
	}

	#branding {
		margin-top: 20px;
	}

	.hgroup-wrap {
		padding-bottom: 30px;
	}


	#site-logo {
		margin-top: 30px;
	}

	#site-title a img {
		max-width: 420px;
	}

	#colophon {
		margin-bottom: 20px;
	}
}

@media (max-width: 479px) {

	#site-title a img {
		max-width: 100%;
	}
}

/* All Mobile size smaller than standard 320 (devices and browsers) */
@media only screen and (max-width: 319px) {

	.wrapper,
	.container {
		width: 95%;
	}
}