@import url('https://fonts.googleapis.com/css?family=Slabo+27px&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lora&display=swap');

/* ################### */
/* ###### HTML ####### */
/* ################### */

.body-bg {

}

body {
	font-weight: 200;
	font-size: 1.1rem;
}

body-bg-top {
	#background-color: blue;
}

.body-bg {
	#margin-top:35px;
}
.body-bg-top {
	padding-top: 80px;
}

hr {
	color: #0069b4;
}

ul, menu, dir {
	list-style-type: none;
}

h1 {}

h2 {}

h3 {}

h4 {	font-weight: 500; }

h5 {
	font-size: 1.7rem;
	font-style: italic;
	font-variant: all-petite-caps;
}

.element-subheader {
	font-size: 0.9rem;
}

.list-group-item {
	border-bottom: 1px solid #008973;
}
