html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-top: 90px;
  overflow-x: hidden;
}

.title {
  font-family: sofia-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
}

p {
  margin: 0px;
}

a {
  display: block;
  text-decoration: none;
  color: #000000;
}

.textOnImage {
  text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

div:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.animated1 {
  transition: all 0.6s 0.1s;
}

.animated2 {
  transition: all 0.6s 0.25s;
}

.animated3 {
  transition: all 0.6s 0.6s;
}

.unanimated {
  opacity: 0;
  transform: translateY(20px);
}