body {
  background: white;
  background-image: url("images/wall4.jpg");
  font-size: 25px;
  font-family: 'Poiret One', cursive;
  margin: 5px;
}

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

a:hover {
  color: red;
}

h1 {
  text-align: center;
}


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

header,
.container,
footer {
  margin: 0 auto;
  width: 88%;
  max-width: 960px;
}

.wrapper {
  padding: 2em 0;
  background: #fff;
}

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

.sticky {
  margin: 0 auto;
  padding: .5em 0;
  width: 100%;
  position: fixed;
  background: #eeeeee;
  background: rgba(238, 238, 238, 0.7);
  top: 0;
}

header,
.container,
footer {
  margin: 0 auto;
  width: 88%;
  max-width: 960px;
}

.wrapper {
  background: #fff;
  padding: 4em 0 1em;
}

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

nav ul {
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

nav ul li a {
  padding: .5em 1em;
  background: #cccccc;
  border-radius: 10px;
  transition: all 1s ease-in-out;
}

nav ul li a:hover {
  background: pink;
}


/*! 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;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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: 44px;
  height: 44px;
  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%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}


/* ---- 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;
}

.flickity div {
  width: 100%;
}

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

/*! responsive-nav.js 1.0.39 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.nav-collapse li a {
  padding: .7em 0;
  display: block;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}

.nav-collapse li a:last-child {
  border-bottom: none;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  user-select: none;
  width: 32px;
  height: 32px;
  background-image: url('img/hamburger.svg');
  float: right;
  margin-right: 6%;

  /* Hide menu text */
  text-indent: 110%;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
  .nav-collapse ul {
    width: 88%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
  }
  .nav-collapse ul li a {
    border-bottom: none;
  }
}

/* Gallery
------------------------------------------*/

.gallery {
  padding:0;
  list-style:none;
  display: flex;
}

.gallery li {
  margin-right: 1em;
}

.gallery li .item {
  position:relative;
  overflow:hidden;
}

.gallery li .item span {
  position:absolute;
  bottom:-70px;
  left:0;
  text-align:center;
  width:100%;
  background:rgba(250,250,250,0.8);
  padding:.7em 0 1.1em 0;
  font-size:1em;
  transition: 1s all ease-in-out;
}

.gallery li .item:hover span {
  bottom:0;
}

.gallery a, .gallery img {
  display:block;
}

/* Google map
------------------------------------------*/

#map-canvas {
  height: 640px;
  width: 900px;
  padding: 10em;
  display: block;

}


/* social media.
------------------------------------------*/

.social-channels {
list-style: none;
padding: 0;
}

.social-channels li {
display: inline-block;
margin-right: .5em;
}

.social-channels a {
display: block;
width: 32px;
height: 32px;
text-indent: 110%;
white-space: nowrap;
overflow: hidden;
border-radius: 3px;
transition: all .2s ease-in-out;
}

.social-channels a:hover {
opacity:.7;
}

.facebook {
background-image: url("images/facebook.svg");
}


/* Responsive images
------------------------------------------*/

img {
  max-width: 100%;
  height:auto;
}

/* Media Queries
------------------------------------------*/

@media screen and (min-width: 600px) {
  .contact {
    margin-left: 25%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  main {
    width: 60%;
    margin-right: 10%;
  }
  .secondary {
    box-sizing: border-box;
    margin-right: 30%;
    width: 25em;
    border-radius: 1em;
    padding: .5em;
    border: .1em dotted black;
  }
}
