html {
	height: 100%;

}


body {
	font-family: sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #afafaf;
	height: 100%;
	min-height: 650px;
	min-width: 350px;
}


.headline h1 {
	text-shadow: 3px 3px 11px rgba(140, 140, 140, 0.75); 
	font-size: 50px;
	font-weight: bold;
	color: #ffbe33;
	padding: 2% 4%;
	margin: auto 0px;
}

header div {
	display: flex;
}

ul {
	list-style-type: square;
	line-height: 1.5;
}

.top-bar p {
	color: #f5f7f4;
	padding: 2% 5%;
	margin: 0px;
}

.container {
	height: 100%;
	margin: 0 auto -10em;
}

.main-content {
	-webkit-box-shadow: 3px 6px 23px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 6px 23px 1px rgba(0,0,0,0.5);
	box-shadow: 3px 6px 23px 1px rgba(0,0,0,0.5);
	border-radius: 30px;
}

.top-bar {
	background-color: #333030;
	height: auto;
	margin: auto;
	width: 100%;
	font-size: 19px;
}

.content {
	background-color: #524c40;
	color: #f5f7f4;
	padding: 2% 5% 3% 5%;
	margin: 0px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;		
}


.footer { 
	clear: both;
	height: auto;
	padding: 1em 0;
	width: 100%;
	background-color: #524c40;
}

.footer h3 {
	color: #ffbe33;
	margin: 0;
	padding: 0 15px;
}

.footer p {
	padding: 0px 0px 1px 15px;
	text-align: left;
	line-height: 0.3;
	font-size: 14px;
	color: #f5f7f4;
}

/* For mobile phones: */
[class*="col-"] {
    width: 90%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}