*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
section {
	margin-bottom: 6em; 
}
h2 {
	color: #eb3a7d;
}
p {
    margin-bottom: 3em;
}
a {
	color: #1eac36;
}
html,
body,
#frondes-popup {
	height: 100%;
	padding: 0;
	margin: 0;
	background: #f0ede8;
	text-align: center;
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}
#frondes-popup {
	font-size: 1.8em;
	line-height: 1.6;
}
#frondes-popup {
	padding: 0 2em 2em 2em;
}


#frondes-logo {
	margin-bottom: 6em;
}
#frondes-logo h1 {
	display: none;
}
#frondes-logo img {
	max-width: 650px;
	width: 100%;
}
#frondes-logo p {
  	width: 60%;
  	margin: 0 auto;
  	font-size: 1.2em;
	margin: 1.2em auto 0 auto;
}

#frondes-intro {
	width: 50%;
  	margin-left: auto;
  	margin-right: auto;
}
#frondes-intro p:first-of-type {
  	color: #1eac36;
  	font-weight: bolder;
}


#frondes-menu header {
}
#frondes-menu p {
	font-size: 70%;
	margin-bottom: 1.2em;
}
#frondes-menu footer {
	margin-top: 4em;
	font-size: 70%;
	color: #777;
}


.frondes-resa-btn {
	background: #eb3a7d;
	border: 2px solid #eb3a7d;
	display: inline-block;
	color: #fff;
	padding: 7px 14px;
	text-decoration: none;
	border-radius: 7px;
	margin-bottom: 4em;
	box-shadow: 5px 5px 0px 0px rgb(77, 33, 58);
	transition: background linear .25s, color linear .25s;
}
.frondes-resa-btn:hover {
	background: #f0ede8;
	color: #eb3a7d;
} 
.frondes-resa-btn:active {
  box-shadow: none;
  transform: translate(5px, 0px);
}


#frondes-resa {
	padding-bottom: 6em;
}
#frondes-resa p {
	margin-bottom: 2em;
}
#frondes-resa b {
	color: #1eac36;
}


@media (max-width: 1150px) {
	#frondes-logo p, 
	#frondes-intro {
		width: 65%;
	}
}
@media (max-width: 850px) {
	#frondes-logo p, 
	#frondes-intro {
		width: 85%;
	}
}
@media (max-width: 650px) {
	#frondes-popup {
		padding: 0;
	}
	#frondes-menu {
		padding: 0 2em 0 2em;
	}
}
}
@media (max-width: 600px) {
	#frondes-logo p {
		line-height: 1.4;
	}
}
@media (max-width: 550px) {
	#frondes-popup {
		border-width: 20px;
	}
	#frondes-logo p, 
	#frondes-intro {
		width: 92%;
	}
}
@media (max-width: 480px) {
	#frondes-popup {
		border-width: 10px;
	}
}