body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-image: url("img/optimized/bg.jpg");
}

.content {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
}

.landing {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.landing img {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.landing-top-left {
  position: absolute;
  margin-left: 15%;
}

.landing-top-left h1 {
  font-size: 4em;
  /*color: #260d1a; */
  color: #00001a;
  text-shadow: 1px 2px #ff751a;
  font-family: Arial, sans-serif;
  font-weight: bold;
  transform: scale(0.94);
  animation: scale 6s forwards cubic-bezier(0.5, 1, 0.89, 1);
  filter: blur(1px);
    -webkit-filter: blur(1px);
}

.landing-top-left h1 span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

.landing-top-left h1 span:nth-child(1) {
  animation: fade-in 1.6s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.landing-top-left h1 span:nth-child(2) {
  animation: fade-in 1.6s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.landing-top-left h1 span:nth-child(3) {
  animation: fade-in 1.6s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.landing-top-left h1 span:nth-child(4) {
  animation: fade-in 1.6s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.about {
  width: 90%;
  margin: auto;
  display: inline-block;
  padding-top: 25px;
}


.francesca_pic {
  width: 50%;
  float: left;
  margin: auto;
  animation:fadenum 6s 1;
}

.francesca_pic img {
  width: 100%;
  float: left;
  border-radius: 4%;
}

.about_francesca {
  width: 50%;
  float: left;
  animation:fadenum 6s 1;
}

.about_francesca h1 {
  font-size: 4em;
  color: #00001a;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin: 3% auto 3% auto;
  text-align: center;
}

.about_francesca p {
  font-size: 2em;
  color: #00001a;
  font-family: Arial, sans-serif;
  padding-left: 5%;
  text-align: left;
}

@keyframes fadenum{
   0%{opacity: 0;}
   100%{opacity: 1;}
}  

.about_next {
  animation:fadenum 6s 1;
  display: inline-block;
}

.about_next p {
  font-size: 2em;
  color: #00001a;
  font-family: Arial, sans-serif;
  text-align: left;
}

.last_image {
  margin: auto;
  display: inline-block;
  padding-top: 25px;
}

.last_image img {
  width: 100%;
  padding-top: 25px;
}

.contact {
  width: 100%;
  margin: auto;
  display: inline-block;
  padding-top: 25px;
}

.contact_left {
  width: 35%;
  float: left;
  margin: auto;
  padding-left: 4%;
  animation:fadenum 6s 1;
}

.contact_left p {
  margin: 4% 4% 4% 4%;
  font-size: 1.7em;
  color: #00001a;
  font-family: Arial, sans-serif;
}

.contact_right {
  width: 50%;
  float: right;
  animation:fadenum 6s 1;
  padding-right: 5%;
  padding-top: 25px;
}

.contact_right img {
  width: 100%;
  float: left;
  animation:fadenum 6s 1;
}

/*=================================*/
/* override for mobile starts here */
/*=================================*/

@media screen and (max-width: 600px) {
 
  .landing {
    text-align: center;
    overflow-x: hidden;
    padding-bottom: 25vh;
  }
 
  .landing img {
    min-height: 65vh;
    width: 125%;
    float: left;
    padding-right: 25%;
  }

  .landing-top-left h1 {
    font-size: 2.4em;
    text-shadow: 0px 0px;
  }

  .about {
    width: 100%;
    display: inline-block;
  }
  

  .francesca_pic {
    width: 100%;
  }

  .francesca_pic img {
    border-radius: 0%;
  }
  
  .about_francesca {
    width: 100%;
  }
  
  .about_francesca h1 {
    font-size: 2.8em;
  }
  
  .about_francesca p {
    font-size: 1.5em;
  }

  .about_next p {
    padding-left: 5%;
    font-size: 1.5em;
  }

  .contact_left {
    width: 100%;
    padding-left: 0%;
    padding-right: 1%;
  }
  
  .contact_right {
    width: 100%;
    padding-right: 0%;
  }
    
}
