body {
  font-family: "roboto", sans-serif;
  box-sizing: border-box;
  line-height: 1.2;
}

header {
  background-color: #ea3e47;
}

.h1-style {
  line-height: 1.2;
  color: #fff;
  font-size: 30px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

/* LOGO */
.logo {
  display: flex;
  font-size: 22px;
  color: #fff;
  flex-direction: row;
  justify-content: start;
  align-self: center;
  align-items: center;
  padding-top: 2.2rem;
  margin-left: 2.8rem;
  letter-spacing: 1.4;
  line-height: 1.1;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  margin: auto;
  vertical-align: center;
  align-items: center;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 18px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 25px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .h1-style {
    font-size: 25px;
  }
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* jumbotron styling */
.header-jumbotron > h3 {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #fff;
}

/* jumbotron styling */
.header-jumbotron > h4 {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #fff;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-4-9 12:19:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-left
 * ----------------------------------------
 */
.slide-in-blurred-left {
  -webkit-animation: slide-in-blurred-left 0.6s cubic-bezier(0.23, 1, 0.32, 1)
    both;
  animation: slide-in-blurred-left 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation-duration: 2s;
}

@-webkit-keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

/* hero section styling */
.heroColor {
  color: black;
}

/* change hero bg */
.ChangeHeroBg {
  background-color: #04293a;
  color: #fff;
}

/* image div styling */
.office-img {
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.8rem;
}

/* style an image */
.florist-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(128, 128, 128, 0.527);
}

/* hover effect */
.florist-img:hover {
  /*  transform: scalex(1.4); */
  transform: rotate(20deg);
  transition: all ease-in-out;
  transition-duration: 2s;
}

/* text div alignment */
.hero-office {
  padding-top: 1.8rem;
  justify-content: center;
  align-items: center;
}

/* text alignment and styling */
.office-text {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: 1.5px;
  text-justify: auto;
  text-align: left;
  overflow: hidden;
  padding-top: 1.8rem;
  padding-bottom: 1.6rem;
  width: 100%;
}

/* hero row settings */
.row-hero {
  margin-top: 0.1em;
  padding-bottom: 25px;
  border-radius: 12px;
}

/* style work section heading */
.our-work-heading {
  text-decoration: underline;
  text-decoration-style: wavy;
  padding-top: 1rem;
}

/* settings for row */
.show_work-row {
  padding-top: 1.6rem;
  justify-content: center;
}

/* text settings for work */
.showcase-text {
  font-size: 18px;
  font-style: oblique;
  display: block;
  padding: 30px 50px;
  text-align: center;
}

/* image settings */
.showcase-img {
  display: block; /*new */
  /*width: 100%; */
  width: 80%;
  height: auto; /*new */
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #1cc9478b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* service section */
.services-text {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  letter-spacing: 2px;
  padding-top: 8px;
}

.services-section {
  padding-bottom: 25px;
}

/* style contact section */
.contact-row {
  padding-bottom: 25px;
}

/* text settings for skills/tools section */
span.text-skills {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  padding: 30px 40px;
}

/* settings for skills image section */
.skills-img {
  padding-top: 0.5rem;
}

/* contact heading styles */
.contact-heading {
  padding-bottom: 25px;
}

/* settings for contact section text */
.contact-text {
  padding: 12px 15px;
  font-size: 24px;
  font-style: italic;
  max-width: 25%;
}

/* contact section map */
.map-img {
  width: 80%;
  height: 350px;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: auto;
}

/* style contact div */
.contact-section {
  padding: 15px 10px;
  justify-content: center;
  align-items: center;
  display: block;
}

/* i.fa {
  line-height: 2.5;
  vertical-align: middle;
  padding-top: 8px;
} */

/* settings for contact container */
.contact-container {
  border-bottom: 25px;
  padding-top: 20px;
}

/* unordered lists settings */
#contact_ul {
  list-style: none;
  -webkit-padding-start: 0px;
  /* border: 1px solid rgba(128, 128, 128, 0.553); */
  border-width: 5px;
  border-radius: 10px;
  padding-top: 8px;
}

/* icons settings */
.li_icons i.fa {
  vertical-align: middle;
  padding: 5px 18px;
}

/* icon text styling */
#contact_ul li {
  font-size: 22px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
}

/* define height for image */
.contact-img {
  height: min-content;
}

.map-img:hover {
  transform: scale(1.18);
  transition: 0.2s ease-in-out;
}

/* footer settings */
/* .footer-section {
  background-color: #ea3e47;
  width: 100%;
  display: block;
  color: #fff;
} */

/* footer settings */
footer {
  background-color: #ea3e47;
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
  height: 90px;
}

.footer-text {
  font-size: 20px;
  line-height: 1.2;
}

/* media query for footer */
@media only screen and (max-width: 768px) {
  /* for footer */
  footer {
    height: 95px;
  }

  .footer-text {
    font-size: 16px;
    text-align: left;
    padding: 10px 8px;
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: 2.2;
  }

  /* for contact-us section */
  .map-img {
    width: 100%;
    height: 240px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: auto;
  }

  #contact_ul li {
    font-size: 18px;
    justify-items: center;
  }
}

@media only screen and (max-width: 680px) {
  .row-hero {
    margin-top: 0.1em;
    padding-bottom: 8px;
    border-radius: 12px;
  }
}

/* experimental */
/* relevant styles */
.work-container {
  position: relative;
}

.overlay {
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 100px;
  right: 0;
  background-color: #000000;
  overflow: hidden;
  width: 50%;
  height: 15%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.work-container:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* media query for office text */
@media only screen and (max-width: 768px) {
  .office-text {
    font-size: 1.2rem;
  }

  .service-pad {
    padding-top: 1.8rem;
  }

  .overlay {
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 80px;
    right: 0;
    background-color: #000000;
    overflow: hidden;
    width: 50%;
    height: 45%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

/* media query for mobile phone */
@media only screen and (max-width: 420px) {
  /* padding for skills offered */
  .service-pad {
    padding-top: 1.8rem;
  }

  /* for menu */
  input[type="checkbox"] {
    display: none;
  }
  /*HAMBURGER MENU*/
  .hamburger {
    display: none;
    font-size: 24px;
    user-select: none;
  }

  footer {
    height: 150px;
  }

  .overlay {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 50px;
    right: 0;
    background-color: #000000;
    overflow: hidden;
    width: 50%;
    height: 40%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .work-container:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .text {
    color: white;
    font-size: 18px;
    position: absolute;
    top: 60;
    left: 40;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .logo {
    font-size: 18px;
  }
}
