@font-face {
  font-family: CaladeaRegular;
  src: url(caladea-regular.ttf);
  font-weight: normal;
}



body { 
	background-color: white;
	padding: 50px;
}

p { 
	text-align:center;
	font-family : CaladeaRegular, Garamond, Georgia, Times, serif; 
	font-size: 116%;
	color: #383838;
}

.menu {
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #ff5757;
	background-color: #ff575733;
	display:none;
	width: 90%;
	margin:auto;
	overflow: hidden;
}
.menu_ico_wrapper {
    width: 100%;
    margin: auto;
    height: 48px;
    padding-bottom: 24px;
    padding-left: 4%;
}
.ico {
    float: left;
    width: 17%;
    margin-right: 7%;
}
@media screen and (max-device-height: 640px) {
	p { 
		font-size: 2.5em;
	}
}


@media screen and (max-height: 640px) {
	p { 
		font-size: 2.5em;
	}
}





