/*--------------OVERRIDES--------------*/

body {
  background: linear-gradient(#6AC9FF, #F6C3F4);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #1D1D1D;
}

article {
  background: linear-gradient(#6AC9FF, #F6C3F4);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.scrollTop {
  /* background-color:#6AC9FF; */
}

a, a:visited {
  color: #1d1d1d;
}

.nav {
  background:#1F1BC7;
}

  .nav a, .selected {
    color: #FDB0FF;
  }

@media only screen and (max-width: 480px) {
  p {
    text-align: center;
  }
}

/*--------------ELEMENTS--------------*/

#sleep {
  width: 400px;
  margin-top: 300px;
}

@media only screen and (max-width: 480px) {
  #sleep {
    width: 80%;
    margin-top: 60%;
  }
}

#maze {
  width: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
}
#venncontainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

#venn {
  mix-blend-mode: multiply;
  max-width: 100%;
  width: 400px;
  margin: 40px auto;
}

#contact {
  text-align: center;
  margin-bottom: 40px;
}

  #contact a {
    padding: 20px;
  }

#social {
  display: flex;
  align-items: center;
  justify-content: center;
}

  #social i {
    text-align: center;
    width: 40px;
    padding: 20px;
    font-size: 30px;
    color: #1d1d1d;
  }
/*--------------CURVES--------------*/

#curvedtext {
  position: relative;
  width: 300px;
  margin: auto;
  padding: 50px 0 50px 0;
}

#curve, #curve2{
  fill: none;
}

article svg{
  width: 300px;
  height: 40px;
  font-size: 16px;
  padding: 0px 0 60px 0;
  margin: auto;
  margin-top: -30px;
  overflow: visible;
}

@media only screen and (max-width: 480px) {
  #curvedtext {
    padding: 50px 0 100px 0;
  }
  article svg{
    font-size:4vw;
  }
}
