

.is-red-text {
	color: #df3525;
}

.is-blue-text {
	color: #5e9ad3;
}

.is-yellow-text {
	color: #ffd500;
}



.is-boldig-text {
	font-weight: 700;
}

.wp-block-site-title {
  font-weight: 700;
  letter-spacing: 0px;
}

body {
	font-weight: 400;
	background-color: transparent;
	background-image: url('background2.png');
	background-position: right center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: contain;
 }

 .wp-block-navigation .wp-block-navigation-item {
  padding-right: 1em;
}


@media only screen and (max-width: 820px) {
body {

	background-color: #ffffff;
	background-image: inherit;
	background-position: right center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: contain;
 }


} 