body { background: #f5f2e9; padding: 50px 0 0 0; font-family: Helvetica, Arial, sans-serif; font-size: 1.2rem; line-height: 1.8rem  }

/* anton-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/anton-v27-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


#socialbar {
	text-align: center;
	font-family: 'Anton';
	  font-style: normal;
	  font-weight: 400;
	  text-transform: uppercase
}

#socialbar ul {
	margin: 0;
	padding: 30px 0 80px 0
}
#socialbar li {
	list-style-type: none;
	margin: 20px 10px;
	position: relative;
	display: inline-block;
	font-size: 2rem;
}

#socialbar a {
	color: #222;
	text-decoration: none;
	padding: 0 0 0 50px;
	display: inline-block;
	position: relative
}
#socialbar a:before {
	content:'';
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	top: 50%;
	margin: -20px 0 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#socialbar li.insta a:before {
	background-image: url("./icon-ig.svg");
}
#socialbar li.tik a:before {
	background-image: url("./icon-tik.svg");
}

#logo, .partner-group {
	width: 500px; margin: 0 auto
}
#logo img { width: 100%; height: auto }

#menucontainer, #logosub {
	font-family: 'Anton';
	  font-style: normal;
	  font-weight: 400;
	  text-align: center
}

#logosub h2 {
	font-weight: 400
}

#menucontainer {
	padding: 50px 0
}
#menucontainer a {
	color: #222;
	font-size: 2.4rem;
	text-decoration: none;
	background: #fff;
	padding: 10px 26px;
	-webkit-border-radius: 60px 60px 60px 60px;
	border-radius: 60px 60px 60px 60px;	
}

#address { color: #222; text-align: center; width: 500px; margin: 0 auto; padding: 20px 0 0 0 }

#address a { color: #222; text-decoration: none }

#address.default__content { text-align: left }
#address.default__content p,
#address.default__content ul,
#address.default__content ol { font-size: 1.05rem; line-height: 1.4em }
#address.default__content h2 { font-size: 1.4rem }


.partner-headline { color: #fff; text-align: center; padding: 50px 0 40px 0 }
.partner-headline h1 { font-size: 1.6rem }
	.partner-item { padding: 40px; position: relative }
	.partner-anakota { background: #bd422b; color: #fff; }
	.partner-item img { max-width: 100%; height: auto }
	.partner-item a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	
#footer { width: 500px; margin: 0 auto; text-align: center; margin-bottom: 120px; margin-top: 40px;  }
#footer img { max-width: 50%; height: auto; }

#meta { text-align: center; padding: 50px 0 150px 0}
#meta a { color: #222; display: inline-block; padding: 10px 20px; -webkit-border-radius: 15px 15px 15px 15px;
	border-radius:  15px 15px 15px 15px; letter-spacing: 1px; text-transform: uppercase; font-size: .9rem; font-weight: bold; text-decoration: none }

#menucontainer { }

#navbar { color: #fff; text-decoration: none; text-align: center; font-size: .8rem; padding: 40px 0 0 0 }
#navbar a { color: #fff; text-decoration: none }

@media screen and (min-width: 1000px) {
	#bottom ul { margin: 0; padding: 0}
	#bottom { position: fixed; left: 0; bottom: 0; padding: 20px 30px }
	#bottom li { display: inline-block; margin: 0 10px 0 0; font-size: 1rem }
	#bottom a { color: #888; text-decoration: none }
	#bottom a:hover { color: #000 }
}

@media screen and (max-width: 999px) {
	#bottom ul { margin: 0; padding: 0}
	#bottom { position: relative; text-align: center }
	#bottom li { display: inline-block; margin: 0 10px 0 10px; font-size: 1rem }
	#bottom a { color: #ccc; text-decoration: none }
	#bottom a:hover { color: #fff }
}

@media screen and (max-width: 1000px) {
	body { padding: 100px 0 0 0 }
}

@media screen and (max-width: 600px) {
	#logo, #rolls, #address, #footer, .partner-group { width: calc(100% - 50px) }
	#address { font-size: .8em }
	#address p { line-height: 1.5rem }
	#footer img { max-width: 80%; height: auto; }
	body { padding: 50px 0 }
}

@media screen and (max-width: 450px) {
	#logo, #rolls, #address, .partner-group { width: calc(100% - 50px) }
	#logo, #rolls { width: calc(100% - 30px) }
	
}