body{
	margin: 0 auto;
	background-image: url("./img/bg_img.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font: normal 12px / 18px 'Lato', Helvetica, Arial, sans-serif;
    padding-left: 20px !important;
    padding-right: 20px !important;
	height:3000px;
}

.header-wrapper{
	text-align: center;
}

h1 {
	position: relative;
	display: inline-block; /* So the ::after is relative to the h2’s width */
	margin-top: 2rem;
	font: 900 26px / 26px 'Lato', Helvetica, Arial, sans-serif;
}

h1::after{
	content: "";
	display: block;
	width: 65px;
	height: 4px;
	background: #9c0e04;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.list-header h2{
	font-size: 13.5pt;
    font-family: Arial;
    color: #333333;
    background-color: transparent;
    font-style: normal;
    font-variant: normal;
	text-align: center;
    vertical-align: baseline;
	margin-bottom: 2em;
}

h3 {
	font: normal 31px / 32px 'Lato', Helvetica, Arial, sans-serif;
    position: relative;
}

.padding {
	margin: 0 auto;
    display: block !important;
    max-width: 840px !important;
    padding: 20px 30px;
	background-color: rgba(255,255,255,0.9);
	background-image: url("./img/bg_img.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: lighten;
}

.padding iframe{
	width: 100%;
	height: 100%;
	border: none;
}

.list-header a{
	color:black;
	text-align: center;
	text-decoration: underline;
}

.list-header a:hover{
	text-decoration: none;
}

.list-container {
	margin-top: .5em;
}

.list {
	margin-bottom: 2em;
}

.list ul {
    columns: 2;    /* instead of 1 column on small screens */
    column-gap: 1rem; /* reduce gap */
    list-style: disc;
    margin-left: 1rem;
    padding: 0;
	max-height: 300px;  /* example, adjust value to fit */
    overflow-y: auto;
}

.list a{
	color: #9c0e04;
	text-decoration: underline;
}

.list h2{
	padding-left: 25px;
}

.list a:hover{
	text-decoration: none;
}

.list ul li{
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	padding: 5%;
	padding-left: 10px;
}

h3{
	font-size: 18px !important;
}

@media (min-width: 768px) {
	body{
		font: normal 18px / 28px 'Lato', Helvetica, Arial, sans-serif;
	}
	.list ul {
		columns: 4 !important;         
	}
	.padding{
        padding: 40px 120px !important;
	}
	h1{
		font-size: 46px !important;
	}
	h3{
		font-size: 31px !important; 
	}
}