body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #7a1640;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Zalando";
}

h1.simone {
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    color: #7a1640;
    font-weight: 600;
    text-align: right;
}

h2.simone {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: #d9dada;
    font-weight: 600;
    font-size: 24px;
    text-align: left;
    padding-left: 6.5rem;
}

h3.simone {
    letter-spacing: 0.1rem;
    color: #232323;
    font-size: 85px;
    margin-top: 2rem;
    text-align: left;
    font-family: 'Kristi';
    padding-left: 6.5rem;
}

p, ul, ol {
  font-size: 18px;
  line-height: 30px;
}

.cardurban {
  padding: 50px 40px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s 
  ease-out 0s;
  background-color: #fff;
  height: 100%;
}

.modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
}

.modal-header {
    background-color: #7a1640;
    color: #fff;
}

img.urban {
    margin-top: 3rem;
    margin-left: -4rem;
}

@media (max-width: 1399px) {
  h1.simone {
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    color: #7a1640;
    font-weight: 600;
    text-align: right;
    font-size: 33px;
}

h2.simone {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: #d9dada;
    font-weight: 600;
    font-size: 19px;
    text-align: left;
    padding-left: 6.5rem;
}

h3.simone {
    letter-spacing: 0.1rem;
    color: #232323;
    font-size: 60px;
    margin-top: 2rem;
    text-align: left;
    font-family: 'Kristi';
    padding-left: 6.5rem;
}
}

@media (max-width: 1199px) {
    h1.simone {
      font-size: 26px;
    }
    
    h3.simone {
        font-size: 46px;
    }
}

@media (max-width: 991px) {
  h1.simone{
  font-size: 31px;
  text-align: left;
  }
  
  h2.simone {
    text-align: left;
    padding-left: 0!important;
  }

  h3.simone {
    text-align: left;
    padding-left: 0!important;
    font-size: 67px;
  }
  
  img.urban {
    margin-top: 3rem;
    margin-left: 0rem;
    max-width: 70%;
  }
}

@media (max-width: 400px) {
    h1.simone {
        font-size: 22px;
        text-align: left;
    }
  }
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #7a1640;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: rgb(217 218 218);
}

#footer .copyright {
  text-align: center;
  float: left;
}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}
@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}