@media screen and (max-width: 2000px) {body{font-size: 18px;}.wrapper{width:100%}}
@media screen and (max-width: 940px) {body{font-size: 16px;}.wrapper{width:100%}}
@media screen and (max-width: 768px) {body {font-size: 14px;}.wrapper{width:100%}}
@media screen and (max-width: 660px) {body {font-size: 12px;}.wrapper{width:100%}}
@media screen and (max-width: 550px) {body{font-size: 10px;}.wrapper{width:100%}}
img{max-width:100%}
	
body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin:0;
	width: 100%;
}


a {
	color: black;
	text-decoration:none;
}


/* Layout
------------------------------------------*/

.sticky{
	z-index: 1;
	margin: 0 auto;
	width:100%;
	position:fixed;
	background: rgba(244,95,125,.7);
	top:0;
}

nav,
header,
.container,
footer {
	text-align: center;
	margin: 0 auto;
	max-width: 80%;
}

.wrapper {
	top: 0%;
	margin-top: 23%;
	padding:1em 0;
	position: absolute;
}

#menu,
#slide,
#map,
#contact{
	padding-top: 1%;
	background: rgba(220,220,220,.5);
}

.menu{
	max-width: 60%;
}



/* Navigation
------------------------------------------*/

nav ul {
	padding:0;
	display: inline-block;
	text-align:center;
	font-weight: bold;
	position: relative;
}

nav ul li {
	margin-right: .5em;	
	display: inline;
}

nav ul li a {
	padding: 5em 0em;
	border-radius: 15px;
	transition: all .5s ease-in-out;
}






/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}


/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}


/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 3.5%;
  height: 8%;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}


/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}


/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}


/* Flickity responsive
------------------------------------------*/

img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display:block;
}

.flickity div {
  width: 100%;
}

.flickity {
  margin-bottom: 2em;
  height: 100%;
}