@charset "utf-8";
/* Color variables */
:root {
  --logo-color: #df7c0c;
  --nav-color: rgba(0, 0, 0, 0.8);
  --fb-color: #4267b2;
  --twitter-color: #1da1f2;
  --instagram-color: #c13584;
  --nav-font-color: rgba(255, 255, 255, 0.7);
  --availability-color: #82c91e;
}
/* Box sizing */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* My style */
body {
  font: normal 100% 'Lato', sans-serif;
}
.section {
  width: 960px;
  margin: 0 auto;
}
header {
  position: fixed;
  width: 100%;
  z-index: 999;
}

div.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--nav-color);
  height: 80px;
  padding: 6px;
}

div.header__logo p {
  font-family: 'Cookie', cursive;
  font-size: 28px;
  font-weight: bolder;
  color: var(--logo-color);
}

div.header__logo a {
  text-decoration: none;
}

div.header__logo a p:hover {
  transform: rotate(-10deg);
  transform-origin: 50% 0;
  transition: all 0.25s ease;
}
/* social media icons styling */
div.header__social_media ul {
  display: flex;
}

div.header__social_media ul li {
  padding: 5px;
}

div.header__social_media ul li a {
  text-decoration: none;
}

div.header__social_media ul li a i.fab {
  font-size: 24px;
}

div.header__social_media ul li:nth-child(1) a {
  color: var(--fb-color);
}

div.header__social_media ul li:nth-child(1) a:hover {
  font-size: 28px;
}

div.header__social_media ul li:nth-child(2) a {
  color: var(--twitter-color);
}

div.header__social_media ul li:nth-child(2) a:hover {
  font-size: 28px;
}

div.header__social_media ul li:nth-child(3) a {
  color: var(--instagram-color);
}

div.header__social_media ul li:nth-child(3) a:hover {
  font-size: 28px;
}

/* Nav styling */
nav ul {
  display: flex;
}

nav ul li a {
  text-decoration: none;
  color: var(--nav-font-color);
  font-size: 24px;
}

nav ul li a:hover {
  color: white;
  text-decoration: underline;
}

.activePage {
  text-decoration: underline;
}

nav span.divider {
  padding: 0 6px 0 6px;
}

main {
  display: flex;
  flex-direction: column;
}
/* Landing section */
.landing {
  background-image: url("../assets/images/hero.jpg");
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.landing__filter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 500px;
  background-image: radial-gradient(
    circle closest-side,
    rgba(131, 124, 115, 0.7),
    rgba(0, 0, 0, 0.3)
  );
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.landing__filter h1 {
  color: white;
  font-size: 92px;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid white;
  margin-bottom: 60px;
}

/* Button component */

.button {
  width: 260px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 3px;
  border: none;
  cursor: pointer;
}


.button:hover {
  background-color: black;
  border: 2px solid white;
}

.landing__filter .button {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: inherit;
  font-weight: bolder;
  color: white;
}

/* Portfolio image slider */
.portfolio {
  background-image: url("../assets/images/portfolio-section-bg.jpg");
}

.portfolio .section {
  margin-top: 150px;
  margin-bottom: 150px;
}

/* The art of cakes section */
.art-of-cakes {
  background-image: url("../assets/images/art-of-cakes-wallpaper.jpg");
  padding: 46px 0 46px 0;
  background-size: cover;
}

.art-of-cakes .section {
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-content: center;
  align-items: center;
}

.art-of-cakes__left {
  padding-top: 105px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-content: center;
}

.art-of-cakes__left h3 {
  font: bold 48px "Alegreya";
  color: #56534c;
  text-align: center;
}
.art-of-cakes__left h4 {
  font: bold 18px "Alegreya";
  color: #a47d5e;
  text-transform: capitalize;
  text-align: center;
}
.art-of-cakes__left p {
  font: 16px "Proxima Nova";
  line-height: 1.6;
  text-align: justify;
  color: #56534c;
  text-align: center;
  margin-top: 40px;
  /* 66px */
}
.art-of-cakes__left h5 {
  font: bold 24px "Alegreya";
  text-align: justify;
  text-transform: capitalize;
  color: #56534c;
  text-align: center;
  margin-top: 40px;
}

.art-of-cakes__chef-description {
  display: flex;
  align-items: center;
  justify-content: center;
}

.art-of-cakes__chef-description div:first-child {
  border-top: 2px solid #d7d5ca;
  border-bottom: 2px solid #d7d5ca;
  padding: 18px;
  font: 24px "Alegreya";
  color: #56534c;
  text-align: center;
}
.art-of-cakes__chef-description div:last-child {
  border-top: 2px solid #d7d5ca;
  border-bottom: 2px solid #d7d5ca;
  padding: 18px;
  font: 24px "Alegreya";
  color: #56534c;
  text-align: center;
}

.art-of-cakes__chef-description__chef-image {
  width: 100px;
  margin: 0px 20px 0 20px;
}

.art-of-cakes__chef-description__chef-image img {
  max-width: 100%;
  border-radius: 100%;
}

.art-of-cakes__chef-description--chef-motto {
  color: #a47d5e;
  font-family: "Scriptina";
  font-size: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.art-of-cakes__chef-description--chef-motto div:first-child,
.art-of-cakes__chef-description--chef-motto div:last-child {
  color: #56534c;
  font-size: 50px;
}

.art-of-cakes__chef-description--chef-motto div:nth-child(2) {
  text-align: center;
  width: 250px;
}

.art-of-cakes__chef-description--chef-motto div:first-child {
  align-self: flex-start;
  margin-left: 30px;
}
.art-of-cakes__chef-description--chef-motto div:last-child {
  align-self: flex-end;
  margin-right: 30px;
  margin-bottom: 105px;
}

.art-of-cakes__right {
  width: 50%;
  position: relative;
}

.art-of-cakes__right p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
  padding: 50px;
  text-align: center;
  border-radius: 100%;
  font: bold 30px "Alegreya";
  color: rgba(255, 255, 255, 0.8);
}

.art-of-cakes__right img {
  width: 230px;
  padding: 5px;
}

footer {
  position: relative;
  height: 100px;
  display: flex;
  justify-content: center;
}

footer canvas#canvas1 {
  width: 100%;
  height: 100px;
}

/* Image slider css */

/* Slideshow container */
.slideshow-container {
  max-width: 600px;
  position: relative;
  margin: 0 auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* Contact us page */
div.contactUs {
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

div.contactUs div.section {
  margin-top: 200px;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

div.contactUs__message {
  width: 600px;
}

div.contactUs__message h1 {
  font-size: 36px;
  margin-bottom: 40px;
}

div.contactUs__message p {
  font-size: 18px;
  line-height: 30px;
}

div.section__contactUs form {
  width: 600px;
  display: flex;
  flex-direction: column;
}

div.section__contactUs form input,
select,
textarea {
  background-color: transparent;
  margin: 20px 20px 0 20px;
  padding: 10px;
  font-size: 24px;
  border: none;
  cursor: pointer;
  border-bottom: 2px solid #c0c0c0;
}

input.button {
  border: 2px solid black;
  line-height: 1;
  color: white;
}

input.button:hover {
  color: white;
}

/* About page styles */

div.landing.about-page {
  background-image: url("../assets/images/indexSectionBg.jpg");
}

div.about {
  background-image: url("../assets/images/art-of-cakes-wallpaper.jpg");
}

div.about > div {
  margin-top: 200px;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

div.history {
  margin-top: 50px;
}
div.history p {
  columns: 3;
  font-size: 18px;
  line-height: 20px;
  text-indent: 10px;
}

/* Gallery page styles */

div.landing.gallery-page {
  background-image: url("../assets/images/gallery-bg.jpg");
}

div.gallery > div {
  margin: 50px auto;
  width: 90%;
}

div.gallery__images {
  margin: 0 auto;
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

div.gallery__images img {
  max-width: 250px;
}

/* Products page styles */
div.landing.ourProducts {
  background-image: url("../assets/images/our-products-hero.jpg");
}
div.products > div {
  margin: 150px auto 150px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}


table {
  text-align: center;
  font-weight: bold;
  border: 2px solid black;
  box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.75);
}
thead {
  border: 2px solid black;
  background-color: rgba(131, 124, 115, 0.7);
}

thead tr th {
  padding: 5px;
}

td {
  vertical-align: middle;
  padding: 5px;
  border: 2px solid black;
}

.fa-check{
  color: var(--availability-color);
  font-size: 24px;
  text-shadow: -4px 3px 3px black;
}

.fa-times {
  color: red;
  font-size: 24px;
  text-shadow: -4px 3px 3px black;
}

td a {
  text-decoration: none;
}

div.specialsList {
  width: 300px;
}

button.button  {
  color: white;
}