@CHARSET "UTF-8";

body, html {
	background:#f1f1f1;
	font-family:Georgia, "Times New Roman",Serif;
	font-size:16px;
	line-height:25px;
}

#container {
	width:750px;
	margin:0 auto;
	
}

h2 {
	text-align: center;
	font-size: 24px;
}

a {
	text-decoration:none;
	color:#808080;
}

.slider {
	margin-bottom: 1rem;
}

.slider img {
	width: 100%;
	height: auto;
}

.slider .slick-prev::before,
.slider .slick-next::before {
  color: #000;
}

.header {
	margin: 90px 0 40px 0;
	text-align:center;	
}

.header h1 {
	font-size:30px;
	margin:0 0 12px 0;
	letter-spacing: 0.035em;

}

.header .sub-headline {
	color:#808080;
	font-size:30px;
	letter-spacing: 0.035em;
}

.header ul.sub-menu {
	width:100%;
	margin:30px auto;
}

.header ul.sub-menu li {
	display: inline;
	margin:0 10px 0 10px;
}

.header ul.sub-menu li.spacer {
	display: inline;
	margin:0 2px 0 2px;
}

.header ul.sub-menu li a {
	color:#000;
	text-decoration:underline;
}

.header ul.sub-menu li a:hover {
	text-decoration:none;
}

.container-list {
	display:block;
	

}

.container-list {
	
	margin:0px 0 0 0;
	
}

.container {
	
	cursor:pointer;
	float:left;
	background:#f7f7f7;
	width:370px;
	margin:0 10px 0 0;
	padding:0 0 10px 0;
	
	min-height:460px;
}

.container.hover {
	background:#fff;
}

.container.frood {
	margin: 0;
}

.container .logo {
	height:200px;
}


.container.mias .logo {
	background:url('miasLogoBig.png') center center no-repeat;
}

.container.goona .logo {
	background:url('goonaLogoBig.svg') center center no-repeat;
	background-size: 130px auto;
}

.container.frood .logo {
	background:url('froodLogoBig.svg') center center no-repeat;
	background-size: auto 72%;
}


.container .description ul {
	list-style-type: disc;
	margin-left: 40px;
	padding: 20px;
}

.container .description p {
	padding:0px 20px 20px 20px;
	text-align:center;	
	
}


.container .description p a{
	color:#000;
	text-decoration:underline;
}

.footer {
	clear:both;
	width:100%;
	margin:50px 0;
	text-align:center;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	height: 1px;
	width: 100%;
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
