/** Logo **/

.custom-logo-wrapper {
	max-width:360px;
}

div .site-branding {
	max-width:360px;
}

img .custom-logo {
	max-width:315px;
}

.custom-logo-link {
		max-width:315px;
}

/** Footer **/

div.bottom-bar {
	display:none;
}

.site-info span {
		display:none;
} 

#colophon #theme-attribution {
display: none;
}

/** Typografi styling **/

h1, h1 .entry-title {
	font-size: 36px;
	font-family: Quatro-Slab, Poppins, sans-serif;
	font-weight:700;
	line-height: 40px;
	color: #33475B!important;
	margin-top:45px;
	margin-bottom:21px;
/*	letter-spacing:-1px; */
}

h2 {
	font-size: 36px;
	font-family: Poppins, sans-serif;
	line-height: 54px;
	color: #33475B;
	margin-top:28px;
	margin-bottom:14px;
}

h3 {
	font-size: 27px;
	font-family: Poppins, sans-serif;
	line-height: 40px;
	color: #33475B;
	margin-top:18px;
	margin-bottom:18px;
}

h4 {
	font-size: 18px;
	font-family: Poppins, sans-serif;
	line-height: 27px;
	color: #33475B;
	margin-top:25px;
	margin-bottom:5px;
}

h5 {
	font-size: 20px;
	font-family: Poppins, sans-serif;
	line-height: 30px;
	color: #33475B;
	margin-top:25px;
	margin-bottom:5px;
}

h6 {
	font-size: 16px;
	font-family: Poppins, sans-serif;
	line-height: 22px;
	color: #33475B;
	margin-top:7px;
	margin-bottom:15px;
}

p {
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight:400!important;
	line-height: 28px;
	color: #33475B;
	/* max-width: 700px; */
}

strong {
	font-weight:600!important;
}

a {
	font-family: Poppins, sans-serif;
	font-size:17.5px;
	font-weight:600;
	line-height:21px;
	color: #297acc;
}

a {
	color:#297acc!important;
}

a:hover {
	color:#1f5c99!important;
}

a:active {
	color:#8ab8e6;
}

li {
	font-size:18px;
	list-style-type: square;

}

li::marker {
  color:#297acc;
}

blockquote {
	border:none;
}

blockquote p {
		font-weight:500!important;
		color:#ffffff!important;
}

blockquote cite {
	color:#ffffff;
	font-style:normal;
}

@media (max-width: 700px) {
		
		h1 {
			font-size:36px!important;
			line-height:40px!important;
		}
}

.shadow {
	text-shadow:6px 6px 27px black;
}