
dy, html {
  height: 100%;
  padding: 30px;
  margin: 0;
  color: #3d4d55;
  text-align: center;
  box-sizing: border-box;
  line-height: 150%;
  font-family: museo-sans, sans-serif;
  font-style: normal;
  font-weight: 100;
}

/* flexbox parent */
.mycontainer {
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

/* flexbox child */
main.center {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content {
  max-width: 600px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 100;
}
h1 {
  font-size: 3.5em;
  color: #ad976e;
  line-height: 120%;
  margin-bottom: 0;
}
h2 {font-size: 3em;}
h3 {font-size: 2.7em}
h4 {font-size: 2.3em;}
h5 {font-size: 1.9em;}

section h5 {
  margin: 0;
}
h6 {font-size: 1.5em;}

p {
  font-size: 1.1em;
  margin: 0;
}

ul {
  text-align: left;
  font-size: 1.1em;
}

a {
  color: #3d4d55;
  text-decoration: none;
  font-size: 1.1em;
}

q {
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 1px;
}

q::before, q::after {content: '';}

section {
  max-width: 100%;
}

address {
  font-style: normal;
  font-size: 1.1em;
}

hr {


  height: 100px;

  color: #ad976e;
}

footer {
  position: absolute;
  bottom: -5px;
  padding-left: 4.5em;
  padding-right: 4.5em;
  color: #ad976e;
}

footer p {
  font-size: 0.8em;
  line-height: 120%;
}

.cities {
  color: #ad976e;
  margin-top: 0;
}

.name-bold {
  font-weight: 600;
  color: #ad976e;
}

/* margins */
.space-top {
  margin-top: 30px;
}

.space-top-big {
  margin-top: 40px;
}

.space-bottom {
  margin-bottom: 30px;
}

.space-bottom-big {
  margin-bottom: 40px;
}

/* line between paragraphs */
.line-between {
  height: 3px;
  width: 4em;
  background-color: #ad976e;
  margin: auto;
}

/* style triangles */
.triangle {
  position: absolute;
  width: 4em;
  height: 4em;
  border: 3px solid #ad976e;
}

.triangle.top {
  top: 0;
  border-bottom: none;
}

.triangle.right {
  right: 0;
  border-left: none;
}

.triangle.bottom {
  bottom: 0;
  border-top: none;
}

.triangle.left {
  left: 0;
  border-right: none;
}
/* end triangles style */

/* media query */
@media (max-width: 600px) {

  body,html {
    padding: 5px;
  }

  .mycontainer {
      display: block;
      height: auto;
  }
  /*
  .center {
    display: block;
  }*/

  .content {
    width: 80%;
    margin: auto;
  }

  footer {
    position: relative;
    bottom: auto;
}
}

@media (max-height: 1100px) {

  body,html {
    padding: 5px;
  }

  .mycontainer {
      display: block;
      height: auto;
  }
  /*
  .center {
    display: block;
  }*/

  .content {
    width: 80%;
    margin: auto;
  }

  footer {
    position: relative;
    bottom: auto;
}

.triangle {
  position: fixed;
}

.triangle.top {
  top: 5px;
}

.triangle.right {
  right: 5px;
}

.triangle.bottom {
  bottom: 5px;
}

.triangle.left {
  left: 5px;
}
}

/*
@media screen (max-height: 1100px) {
  .mycontainer {
    align-items: flex-start;
}

.center {
  align-items: flex-start;
}

h1 {
  font-size: 42px;
}
p {
  font-size: 16px;
}
footer p {
  font-size: 0.8em;
}

}

*/

/* apple watch */

