/*  Add your styling here */

/* textarea:focus, input:focus{
  outline: none;
}  */

@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

.wrapper {
position: relative;
overflow-x:hidden;
}

h1 {
  font-family: 'Righteous', cursive;
  font-size: 70px;
}
.navbar {
  padding-top: 0;
}

.nav-logo {
  padding: 0;
  width: 130px;
  height: 100px;
}

span.navbar-toggler-icon {
color: white;
}
.navbackground {
  background-color: #fcd5ca;
}
.container-fluid {
  /* text-align: center; */
  text-align: justify;
  padding: 15px;
}

.hidden.navbar {
  display: none;
}

.text {
  width: 96%;
  /* display: -webkit-flex; Safari */
  /* display: flex;
  align-items: flex-start;
  justify-content: flex-start; */
  /* height: 800px; */
}

p.tagline {
  color: white;
  text-align: right;
  width: 250px;
  font-size: 17px;
  margin-left: 119px;
}

div.middle-image {
  display: none;
  /* background: url('https://images.unsplash.com/photo-1596737025163-f1f8d103850c?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1500&q=80');
  background-size: cover; 
  background-position: center center;
  width: 600px;
  height: 304px;
  margin-left: auto;
  margin-right: auto; */
  }

   .mobile {
    text-align: center;
    background: url('https://images.unsplash.com/photo-1596737025163-f1f8d103850c?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1500&q=80');
    background-size: cover; 
    background-position: center center;
    width: 300px;
    height: 304px;
    margin-left: auto;
    margin-right: auto;
    }


.cake-images {
  width: 155px;
  height: 105px;
  margin: 5px;
  margin-bottom: 30px;
  display:inline-block;
}


.cake-images:hover {
  transform: scale(0.95);
  transition: all .4s ease-in-out;
  -webkit-transform: scale(0.95);
}

.images-container {
  text-align: center;
}


/* footer  */

.footer-distributed {
  background-color: #fcd5ca;
  /* box-shadow: 0 1px 1px #0fc0f0; */
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 45px 30px;
}

.footer-distributed .footer-left p {
  color: white;
  font-size: 14px;
  margin: 0;
}
/* Footer links */

.footer-distributed p.footer-links {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
  transition: ease 0.25s;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.3;
  text-decoration: none;
  color: inherit;
  transition: ease 0.25s;
}

.footer-distributed .footer-links a:before {
  content: "·";
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  margin-left: 16px;
  max-width: 180px;
}

a.link-1 {
  font-size: 20px;
  margin-left: 30px;
  margin-top: 8px;
}


.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #fcd5ca;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
  transition: all 0.25s;
}

.footnote {
  /* margin: 0 auto; */
  text-align: center;
  margin-top: 90px;
  color: white;
}

.footer-distributed .footer-right a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.footer-distributed p.footer-links a:hover {
  text-decoration: underline;
}

.fa-twitter:before {
  color:  #ffffff;
}
.fa-facebook:before {
  color:  #ffffff;
}

.fa-instagram:before {
  color: #ffffff;
}

@media screen and (min-width: 540px) {
  /* body {
   
  } */
  .nav-link {
    margin: 30px;
  }
  .nav1 {
    display:none;
  }
  .hidden.navbar  {
    display: block;
    /* display:flex; */
  }

  .tagline {
    display:none;
  }
    h1 {
      font-size: 160px;
    }

    div.middle-image {
      display: block;
      background: url('https://images.unsplash.com/photo-1596737025163-f1f8d103850c?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1500&q=80');
      background-size: cover; 
      background-position: center center;
      width: 600px;
      height: 790px;
      margin-left: auto;
      margin-right: auto;
      }

  img.cake-images {
    width: 418px;
    height: 310px;
  }
}

@media screen and (min-width: 900px) {
  /* body {
   
  } */

  .nav-link {
    margin: 30px;
    font-size: 20px;
    color: black;
  }

    .nav1 {
      display:none;
    }

  .hidden.navbar {
    display: block;
    justify-content: left;
    /* display: flex; */

  }
  
  .tagline {
display:none;
    }

    .text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    }

    .paragraph {
      width: calc(100% - 150px);
    }

    .mobile {
      display: none;
    }

    div.middle-image {
      display: block;
      margin: 20px 30px 0 0;
		  /* width: 550px; */
		  object-fit: contain;
		  align-self: flex-start;
      background: url('https://images.unsplash.com/photo-1596737025163-f1f8d103850c?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1500&q=80');
      background-size: cover; 
      background-position: center center;
      width: 1800px;
      height: 500px;
    }
       
      img.cake-images {
        width: 310px;
        height: 230px;
        margin: 15px 2px;
      }


  .mobile {
   display: none;
 }

 a.link-1 {
   font-size: 30px;
   margin-left: 30px;

 }

 footer.footer-distributed {
  height: 205px;
 }

 .footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 65px;
  background-color: #fcd5ca;
  border-radius: 2px;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 7px;
  margin-right: 7px;
  transition: all 0.25s;
}

.footnote {
  /* margin: 0 auto; */
  text-align: center;
  margin-top: 80px;
  color: white;
}
.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  margin-left: 26px;
  margin-right: 26px;
  max-width: 260px;
}

}