* {
    margin: 0px;
    padding: 0px;
   font-family: "jost", sans-serif;
   /* color: white; */
}

body {
   background-color: black;
   /* color: white auto; */
}


.cake-shop-logo {
  width: 90%;
  padding: 35px 0px 10px 20px;
}


#nav-bar {
   position: fixed;
   background-color: rgb(70, 68, 68);
   width: 100%;
   height: 50px;
   display: flex;
   flex-direction: row;
   justify-content: right;
   align-items: center;
   color: rgb(255, 255, 255);
   position: relative;
   z-index: 99;
}

#nav-bar ul li {
   font-size: 14px;
   list-style: none;
   display: inline;
}

#nav-bar ul li a {
   color: rgb(255, 255, 255);
   text-decoration: none;
   padding: 0.2% 24px;
}

#nav-bar ul li a:hover {
   background-color: rgb(0, 0, 0);
   color: rgb(255, 255, 255);
   cursor: pointer;
   border-radius: 5px;
}

#nav-bar ul {
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
}

#nav-bar header ul li .menu:hover {
   color: rgb(255, 255, 255);
}


#nav-bar ul .dropdown {
   position: relative;
   display: inline-block;
}

#nav-bar ul li .dropdown .dropdown-content {
   display: none;
   text-align: center;
   position: absolute;
   width: 100vw;
   line-height: 30px;
   /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
   z-index: 1;
   right: 0%;
}

#nav-bar ul .dropdown-content a {
   color: rgb(255, 255, 255);
   text-decoration: none;
   display: block;
   text-align: left;
}

#nav-bar ul .dropdown-content a:hover {
   background-color: #ccc;
   color: black;
}

#nav-bar ul .dropdown  .menu {
   padding: 10px 20px;
   border-radius: 5px;
   margin-right: 25px;
   /* margin-left: -13px; */
   background-color: #222222;
   text-align: center;
   text-shadow: 0 1px 3px #000;
   font-weight: 700;
}

#nav-bar ul .dropdown:hover .menu {
   background-color: black;
} 

#nav-bar ul .dropdown .menu span {
   margin-left: 2px;
}

#nav-bar ul .dropdown-content a {
   background-color: rgb(70, 68, 68);
}

#nav-bar ul .dropdown:hover .dropdown-content {
   display: block;
}

.dropdown2 {
   position: relative;
   width: 100%;
   right: 0px;
}

.dropdown2 .blog-div {
   position: relative;
   width: 100%;
}

.dropdown-content2 {
   justify-content: center;
   display: none;
   text-align: center;
   width: 100%;
   /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
   z-index: 1;
   right: 0%;
   border-radius: none;

}

.dropdown-content2 p a {
   color: rgb(255, 255, 255);
   text-decoration: none;
   display: block;
   flex-direction: column;
   text-align: left;
}

.dropdown-content2 p a:hover {
   cursor: pointer;
   background-color: #ccc;
   color: black;
}
       
.dropdown2:hover .blog {
   background-color:#ccc;
   color: black;
}  

ul .dropdown .menu span {
   margin-left: 2px;
}

ul .dropdown2:hover .dropdown-content2 {
   display: block;
}


.cupcake-home {
   position: relative;
   margin-bottom: 45px;
}

.cupcake-home img {
   width: 100%;
}

.cupcake-home .delicious-cake {
   position: absolute;
   top: 35px;
   left: 3%;
   right: 10%;
   font-size: 205%;
   text-align: left;
   font-weight: 280;
   font-family: "poiret one", cursive;
   color: white;
}



.cake-types {
   position: relative;
   display: flex;
   flex-direction: column;
   margin-left: 5%;
   margin-right: 5%;
   gap: 20px;
}

.cake-types img {
   width: 100%;
}

.cake-types .cake-cart {
   position: relative;
}

.cake-types .cake-cart .overlay {
   position: absolute;
   background-color: #e5bf4a;
   overflow: hidden;
   width: 100%;
   height: 0;
   bottom: 4.2px;
   left: 0;
   right: 0;
   transition: 0.5s ease;
}

.cake-types .cake-cart:hover .overlay {
   height: 20%;
}

.cake-types .cake-cart .overlay a {
   font-size: 15px;
   text-decoration: none;
   color: black;
   position: absolute;
   align-items: center;
   text-align: center;
   justify-content: center;
   top: 25%;
   bottom: 25%;
   left: 25%;
   right: 25%;
}



.cake-types .cake-type1 a {
   text-decoration: none;
}

.cake-types .cake-type1 {
   position: relative;
}

.cake-types .cake-type1 h6 {
   padding-top: 10px;
   font-size: 15px;
   line-height: 30px;
   font-family: "poiret one", cursive;
}

.cake-types .cake-type1 h6 a {
   font-weight: 400;
   color: white;
   text-decoration: none;
}

.cake-types .cake-type1 h6:hover {
   cursor: pointer;
}

.cake-types .cake-type1 h6 span {
   font-family: "Jost", sans-serif;
   color: #e5bf4a;
}


.cake-types .cake-type2 {
   position: relative;
}

.cake-types .cake-type2 a {
   text-decoration: none;
}


.cake-types .cake-type2 h6 {
   padding-top: 10px;
   font-size: 15px;
   line-height: 30px;
   font-family: "poiret one", cursive;
}

.cake-types .cake-type2 h6 a {
   font-weight: 400;
   color: white;
   text-decoration: none;
}

.cake-types .cake-type2 h6:hover {
   cursor: pointer;
}

.cake-types .cake-type2 h6 span {
   font-family: "Jost", sans-serif;
   color: #e5bf4a;
}


.cake-types .cake-type3 {
   position: relative;
}

.cake-types .cake-type3 a {
   text-decoration: none;
}


.cake-types .cake-type3 h6 {
   padding-top: 10px;
   font-size: 15px;
   line-height: 30px;
   font-family: "poiret one", cursive;
}

.cake-types .cake-type3 h6 a {
   font-weight: 400;
   color: white;
   text-decoration: none;
}

.cake-types .cake-type3 h6:hover {
   cursor: pointer;
}

.cake-types .cake-type3 h6 span {
   font-family: "Jost", sans-serif;
   color: #e5bf4a;
}


.cake-types .cake-type4 {
   position: relative;
}

.cake-types .cake-type4 a {
   text-decoration: none;
}


.cake-types .cake-type4 h6 {
   padding-top: 10px;
   font-size: 15px;
   line-height: 30px;
   font-family: "poiret one", cursive;
}

.cake-types .cake-type4 h6 a {
   font-weight: 400;
   color: white;
   text-decoration: none;
}

.cake-types .cake-type4 h6:hover {
   cursor: pointer;
}

.cake-types .cake-type4 h6 span {
   font-family: "Jost", sans-serif;
   color: #e5bf4a;
}


.cake-types .cake-type5 {
   position: relative;
}

.cake-types .cake-type5 a {
   text-decoration: none;
}


.cake-types .cake-type5 h6 {
   padding-top: 10px;
   font-size: 15px;
   line-height: 30px;
   font-family: "poiret one", cursive;
}

.cake-types .cake-type5 h6 a {
   font-weight: 400;
   color: white;
   text-decoration: none;
}

.cake-types .cake-type5 h6:hover {
   cursor: pointer;
}

.cake-types .cake-type5 h6 span {
   font-family: "Jost", sans-serif;
   color: #e5bf4a;
}


.cake-types .cake-type6 {
   position: relative;
}

.cake-types .cake-type6 a {
   text-decoration: none;
}


.cake-types .cake-type6 h6 {
   padding-top: 10px;
   font-size: 15px;
   line-height: 30px;
   font-family: "poiret one", cursive;
}

.cake-types .cake-type6 h6 a {
   font-weight: 400;
   color: white;
   text-decoration: none;
}

.cake-types .cake-type6 h6:hover {
   cursor: pointer;
}

.cake-types .cake-type6 h6 span {
   font-family: "Jost", sans-serif;
   color: #e5bf4a;
}



.follow-us-on-instagram {
   justify-content: center;
   align-items: center;
   text-align: center;
   margin-top: 80px;
   margin-bottom: 60px;
   color: white;
}

.follow-us-on-instagram .follow-us {
   margin-bottom: 30px;
   font-size: 22px;
   font-family: "poiret one", cursive;
}

.follow-us-on-instagram .insta-cakeshop a button {
   justify-content: center;
   align-items: center;
   text-align: center;
   border: 1px solid #e5bf4a;
   color: #e5bf4a;
   background-color: transparent;padding: 12px 28px;
}

.follow-us-on-instagram .insta-cakeshop a button:hover {
   cursor: pointer;
   color: black;
   background-color: #e5bf4a;
}

.follow-us-on-instagram .insta-cakeshop a button .fa-instagram {
   padding-right: 8px;
}



.diff-cake-types {
   margin-left: 3%;
   margin-right: 3%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 20px;
   margin-bottom: 80px;
}

.diff-cake-types img {
   width: 100%;
}



.cake-shop-logo2 {
   margin-left: 3%;
   margin-right: 3%;
}

.cake-shop-logo2 img {
   width: 50%;
}

#nav-bar2 {
   margin-left: 5%;
   margin-right: 5%;
}

#nav-bar2 ul {
   margin-top: 10px;
   margin-bottom: 30px;
   display: flex;
   flex-direction: row;
   gap: 5%;
   justify-content: flex-start;
   align-items: center;
   text-align: left;
   font-size: 11.5px;
}

#nav-bar2 ul li {
   text-align: left;
   text-decoration: none;
   list-style-type: none;
}

#nav-bar2 ul li a {
   text-decoration: none;
   color: white;
}

#nav-bar2 ul li a:hover {
   cursor: pointer;
   color: #e5bf4a;
}

.hr5-1 {
   margin-left: 3%;
   margin-right: 3%;
   margin-bottom: 30px;
   border: 0.1px solid rgba(128, 128, 128, 0.219);
}

.consectetur-adipiscing {
color: #ffffff;
   font-size: 16px;
   font-family: "jost", sans-serif;
   margin-bottom: 40px;
   line-height: 25px;
   margin-left: 3%;
   margin-right: 3%;
}


.instagram-facebook-twitter {
   display: flex;
   flex-direction: row;
   /* flex-wrap: wrap; */
   justify-content: center;
   align-items: center;
   gap: 2%;
   margin-left: 2%;
   margin-right: 2%;
   margin-bottom: 70px;
}

.instagram-facebook-twitter a {
   border: 1px solid white;
   text-decoration: none;
   padding: 10px 15px;
   justify-content: center;
   align-items: center;
   text-align: center;
   color: white;
}

.instagram-facebook-twitter .fa-instagram  {
   padding-right: 10px;
}

.instagram-facebook-twitter .fa-facebook-f  {
   padding-right: 10px;
}

.instagram-facebook-twitter .fa-twitter  {
   padding-right: 10px;
}


.location-contact {
   margin-left: 3%;
   margin-right: 3%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: flex-start;
   gap: 45px;
   color: white;
}

.location-contact .location-cont {
   line-height: 35px;
}

.location-contact .location-cont .location-logo .fa-location-arrow {
   font-size: 22px;
}

.location-contact .location-cont .location-text {
   color: #e5bf4a;
   font-size: 22px;
   font-family: "poiret one", cursive;
}

.location-contact .location-cont .address a {
   font-family: "jost", sans-serif;
   color: white;
   text-decoration: none;
}


.location-contact .contact-cont {
   line-height: 35px;
}

.location-contact .contact-cont .contact-logo .fa-phone {
   font-size: 22px;
}

.location-contact .contact-cont .contact-text {
   color: #e5bf4a;
   font-size: 22px;
   font-family: "poiret one", cursive;
}

.location-contact .contact-cont .phone-number a {
   font-family: "jost", sans-serif;
   color: white;
   text-decoration: none;
}

.location-contact .contact-cont .email a {
   font-family: "jost", sans-serif;
   color: white;
}


.hr6-1 {
   margin-top: 30px;
   margin-bottom: 30px;
   margin-left: 3%;
   margin-right: 3%;
   border: 0.1px solid rgba(128, 128, 128, 0.219);
}

#to-top {
   /* position: fixed; */
   z-index: 999;
   margin-left: 4%;
   margin-right: 4%;
}

.back-to-top a .fa-angles-up {
   border: 1px solid #e5bf4a;
   background-color: #e5bf4a;
   padding: 8px 8px;
   border-radius: 50%;
   justify-content: center;
   align-items: center;
   text-align: right;
   float: right;
   display: flexbox;
}


.copyright-alex {
   margin-left: 3%;
   margin-right: 3%;
   margin-bottom: 35px;
   justify-content: center;
   align-items: center;
   text-align: center;
   font-size: 12px;
   line-height: 30px;
   color: white;
}

.copyright-alex .fa-heart {
   color: #e5bf4a;
}

.copyright-alex .alexo-s {
   color: #e5bf4a;
}


