@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
  background-color: #f2eadb;
  font-family: 'PTSans',sans-serif;
}

.menu a {
  text-decoration: none;
  color: #242424;
  opacity: 30%;
  font-size: 12px;
  transition: 0.3s;
}

ul {
  padding: 0;
  display: flex;
  justify-content: center;
  text-align: center;
}

li {
  list-style: none;
  padding: 1em;
}

.menu a:hover {
  color: rgb(19, 170, 170);
  opacity: 100%;
}

.menu .current {
  color: #242424;
  opacity: 100%;
}

.dots {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dots img {
  display: inline-flex;
  padding: 0 1.5em;
}

@media screen and (max-width: 600px) {
  .hiddendots2 {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .hiddendots1 {
    display: none;
  }
}

.title {
  font-family:'PT Serif',serif;
  color: #242424;
  font-size: 24px;
  margin-left: 50px;
  display: flex;
  justify-content: center;
  float: left;
}

.content {
  font-family: 'PT Sans', sans-serif;
  color: #242424;
  font-size: 14px;
  margin: 50px 0 0 100px;
  float: left;
}

.content button {
  background-color: #b4aea4;
  border: none;
  padding: 2px 10px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 10px;
}

.content button a {
  color: white;
  text-decoration: none;
}

.content button:hover {
  background-color: rgb(19, 170, 170);
}

.container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
}

@media screen and (max-width: 600px) {
  .container {
    display: block;
    width: 100%;
    float: none;
  }
  .content {
    margin-left: 50px;
    margin-top: 30px;
  }
  button {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.title2 {
  font-family:'PT Serif',serif;
  color: #242424;
  font-size: 24px;
  margin-top: 0.5em;
  width: 50%;
  display: flex;
  justify-content: center;
}

.title2 h1 {
  margin-left: 25%;
}

.picture {
  margin-top: 2em;
  width: 50%;
  float: left;
}

.picture img {
  margin-left: 4%;
}

.container2 {
  display: flex;
  justify-content: center;
}

.aboutme {
  font-family: 'PT Sans', sans-serif;
  color: #242424;
  font-size: 14px;
  width: 24em;
  margin-top: 1em;
  float: right;
}

.aboutme p {
  margin-left: 8%;
}

.links a {
  margin-left: 1.8em;
}

.dots2 {
  float: right;
  margin-right: 8em;
}

.container3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 3em;
}

@media screen and (max-width: 600px) {
  .container2 {
    display: block;
    width: 100%
  }

  .picture {
    margin-left: 2em;
  }

  .picture img {
    width: 200px;
  }

  .title2 {
    font-size: 28px;
  }

  .container3 {
    display: block;
    width: 100%;
  }

  .dots2 {
    margin-top: 5em;
    float: left;
    margin-left: 2.5em;;
  }

  .aboutme {
    margin-top: 5em;
    float: left;
    margin-left: 1em;
    margin-bottom: 5em;
  }
}

.comingsoon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10em;
}

.comingsoon h1 {
  font-family:'PT Serif',serif;
  color: #242424;
  opacity: 30%;
  font-size: 50px;
}
