body {
  background-color: #172a2e;
  font-family: "Courier New", Courier, monospace;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  margin: 0;
  padding: 0;
}

h1 {
  color: #f2825d;
  font-size: 1.5em;
  margin: 0.5em 0;
}

h2 {
  color: #f2825d;
  font-size: 1.5em;
  margin: 0.5em 0;
}

h3 {
  color: #f2825d;
  font-size: 1em;
  margin: 0.5em 0;
}

h4 {
  color: #172a2e;
  font-size: 1.4em;
  text-align: center;
  margin: 0.5em 0;
}

h5 {
  color: #f2825d;
  font-size: 2em;
  text-align: center;
  margin: 0.5em 0;
}

header h4 {
  text-align: center;
}
header h4 a:link,
header h4 a:visited {
  color: #f2825d;
}

a:link,
a:visited {
  text-decoration: none;
  color: #172a2e;
}

a:hover {
  text-decoration: underline;
  color: #f2825d;
}

header {
  padding: 20px;
  height: 700px;
}
header img {
  display: block;
  width: 300px;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
}

main {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*intro*/
.intro {
  background-color: #597455;
  box-sizing: border-box;
  color: #ffffff;
  height: auto;
  width: 100%;
  padding: 20px;
}

.introabout {
  background-color: #597455;
  height: auto;
  margin: auto;
  padding: 20px;
}

/*services*/
.services {
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
}

/*portfolio*/
.portfolio {
  background-color: #597455;
  color: #ffffff;
  padding: 40px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.portfolio p {
  text-align: right;
}

.photo {
  padding: 0;
  width: 100%;
}
.photo img {
  width: 130px;
  margin: 10px;
  border: white 3px solid;
}

.album {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

/*insta*/
.insta {
  margin: 20px;
  text-align: center;
  box-sizing: border-box;
}

/*info*/
.info {
  background-color: #597455;
  color: #ffffff;
  padding: 40px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.openingstijden {
  grid-area: tijden;
}

.contact {
  grid-area: contact;
}

.partners {
  grid-area: partners;
}
.partners .partnerslogo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.partners .eunice {
  width: 200px;
}
.partners .koffie {
  width: 200px;
}

.locatie {
  grid-area: locatie;
}
.locatie iframe {
  background-image: url("coffee.jpeg");
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 250px;
  height: 100%;
  max-height: 300px;
  padding: 20px;
}

/*footer*/
footer {
  background-color: #172a2e;
  color: #ffffff;
  padding: 20px;
}
footer .logotekst {
  display: block;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@font-face {
  font-family: SpecialElite-Regular;
  src: url("CSS/SpecialElite-Regular.tff");
}
@media screen and (min-width: 500px) {
  body {
    font-size: 16px;
  }
  .intro {
    grid-template-columns: 2fr;
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "logo about" "logo about";
    align-items: center;
    height: auto;
    padding: 50px;
    position: relative;
  }
  .intrologo img {
    max-width: 500px;
  }
  .photo img {
    width: 300px;
  }
  .info {
    display: grid;
    grid-template-columns: repeat 2, 2fr;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "tijden locatie" "partners locatie" "contact locatie";
  }
  .eunice {
    height: 100px;
  }
  .koffie {
    height: 100px;
  }
}
@media screen and (min-width: 1000px) {
  header {
    padding: 20px;
  }
  header img {
    display: block;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .intro {
    background-color: #597455;
    background-image: url("euniceshoplarge.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: relative;
    color: #ffffff;
    height: auto;
    width: 100%;
    padding: 20px;
  }
  .introabout {
    background-color: #597455;
    height: 700px;
    margin-left: 600px;
    margin-right: auto;
    padding: 40px;
  }
}/*# sourceMappingURL=styles.css.map */