.screen-height {
	min-height: 70vh !important;
	height: 70vh !important;
}


h1.entry-title {
	font-size: 4rem !important;
}

h2 {
font-size: 1.2rem;
}

@media screen and (max-width: 800px){
	h1.entry-title {
		font-size: 3rem !important;
		padding-bottom: 5rem;
	}
}
	

div.footer-widgets a {
	text-decoration: none !important;
}

div.entry-content h2,
div.entry-content h3 {
	color: #965578;
}

div.entry-content h2 {
	font-size: 1.2em;
}


article#post-25 .cover-header {
	background-position-x: 100%;
}

p.powered-by-wordpress {
	display: none;
}

div.cover-color-overlay::before {
	background-image: url(city_w.png);
	background-position: 96% 100%;
	background-repeat: no-repeat;
}



table.highlight tbody tr:hover {
	background-color: yellow;
	cursor: pointer;
}

div.error {
	padding: 15px;
	background-color: red;
	color: white;
}


div.tree ul {
	list-style-type: none;
	margin: 0;
}
div.tree > ul > li,
div.tree li.open > ul > li {
	display: block;
}
div.tree li {
	//display: none;
	cursor: pointer;
	font-weight: normal;
}
div.tree li.current {
	font-weight: bold;
}


div#files a {
	display: block;
	border: 1px solid #ddd;
	padding: 10px 40px 10px 20px;
	margin: 2px 0;
	background-size: auto 30px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
div#files a:hover {
	background-color: #ddd;
}

div#files a.pdf { background-image: url(f_pdf.png); }
div#files a.doc,
div#files a.docx { background-image: url(f_doc.png); }
div#files a.xls,
div#files a.xlsx { background-image: url(f_xls.png); }
div#files a.ppt,
div#files a.pptx { background-image: url(f_ppt.png); }
div#files a.jpg { background-image: url(f_jpg.png); }


.widget .widget-title {
	font-size: 2rem !important;
}
.widget {
	font-size: 1.5rem;
}
.wp-block-file a.wp-block-file__button {
	background-color: #cba3ba;
}
