body {
  margin: 0;
  background-color: #fafafa;
}

section {
  padding: 1% 25%;
}

.contact, .services {
  padding-top: 9%;
  padding-bottom: 5%;
}

a {
  text-decoration: none;
  color: black;
}

p, label, input, span {
  font-family: "Nunito";
  font-weight: bold;
}

h1 {
  font-family: "Cinzel Decorative";
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

h3 {
  font-family: "Tangerine";
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  color: #737373;
}

hr {
  width: 5%;
  border-style: dotted;
  border-width: 0.8rem;
  border-bottom: none;
  margin: 5rem auto;
  color: #e7c3c3;
}

input {
  text-transform: capitalize;
}

.enter-email {
  text-transform: lowercase;
}

.enter-email::placeholder {
  text-transform: capitalize;
}

/* NAVBAR */
.navbar {
  /* This will allow us to add widths up to 100% with inline-block of the child elements */
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fafafa;
  /* box-shadow: 0px 15px 10px -15px #111; */
  opacity: 0.95;
}

.navbar div {
  display: inline-block;
  vertical-align: middle;
}

.logo-div {
  width: 35%;
}

.logo-div img {
  width: 200px;
}

.menu-btns-div {
  width: 65%;
  text-align: right;
}

.menu-btns-div a {
  margin-left: 8%;
}

.navbar #expand-btn {
  display: none;
}

.navbar nav {
  display: none;
}

/* LANDING */
.landing {
  white-space: nowrap;
  /* This is given to wrap cloud images inside the given container. */
  overflow: hidden;
  height: 30rem;
}

.landing div {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
}

.landing-right {
  vertical-align: top;
}

.landing-right img {
  position: absolute;
  width: 800px;
  top: 0;
  z-index: -1;
}

.landing-left img {
  /* position: absolute; */
  width: 200px;
  top: 0;
  z-index: -1;
}

background-color: yellow;

.h1-orange {
  color: #eb8883;
  margin-top: 3rem;
}

.h1-blue {
  color: #5271ff;
  margin-bottom: 2rem;
}

.p-landing {
  font-weight: bold;
  margin-bottom: 4rem;
}

/* This code is generated by: https://webdesign-assistant.com */
.my-btn {
  text-decoration: none;
  letter-spacing: 1.89px;
  font-size: 21.3px;
  color: #FFFFFF;
  /* font-family: arial; */
  background: linear-gradient(to bottom, #E4685D, #E4685D);
  border-radius: 5px;
  padding: 15px;
  text-shadow: 0px 1px 2px #000000;
  /* box-shadow: 0px 1px 5px #0D2444; */
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.my-btn:hover {
  opacity: 0.9;
  background: linear-gradient(to bottom, #E41C1C, #E41C1C);
  box-shadow: 0px 1px 2px #000000;
}

/* SERVICES */
.services {
  text-align: center;
  /* This whitespace is necessary for .services div section's width to be 25% */
  white-space: nowrap;
  position: relative;
}

.services div {
  display: inline-block;
  width: 25%;
}

.services div p {
  margin: auto;
  width: 75%;
  height: 150px;
  overflow: hidden;
  /* since this section has overflow hidden, whitespace should be put back to normal */
  white-space: normal;
}

.services i {
  font-size: 3rem;
}

.fa-heart {
  color: #bf32b4;
}

.fa-bolt {
  color: #eb675e;
}

.fa-user-friends {
  color: #e79603;
}

.fa-briefcase {
  color: #13b484;
}

.services img {
  position: absolute;
  width: 10rem;
  z-index: -1;
}

.services .torus1 {
  width: 5rem;
  top: 15%;
  left: 40%;
}

.services .torus2 {
  top: 70%;
  left: 20%;
}

.services .torus3 {
  width: 15rem;
  top: 30%;
  left: 65%;
}

/* CONTACT */
.contact {
  position: relative;
}

form {
  width: 500px;
  margin: 0 auto;
}

form div {
  margin-bottom: 1rem;
}

label {
  display: inline-block;
  width: 160px;
  /* Do this to make your entire form responsive */
  /* display: block; */
}

.enter-name, .enter-company, .enter-email, .enter-phone, select, textarea {
  width: 320px;
  /* important property to give even numbers for width and align all levels properly */
  box-sizing: border-box;
}

/* This section is necessary to vertically align "Your Message" label just before textarea. Otherwise it aligns label to the bottom line of textarea. */
textarea {
  display: inline-block;
  vertical-align: top;
}

.submit-btn {
  margin-left: 163px;
}

.contact img {
  position: absolute;
  width: 10rem;
  z-index: -1;
}

.contact .splatter1 {
  top: 2%;
  left: 30%;
}

.contact .splatter2 {
  width: 20rem;
  top: 20%;
  left: 60%;
}

/* FOOTER */
.footer {
  background-color: #46475D;
  color: white;
}

.footer-message {
  text-align: center;
}

.attribution-link {
  margin: 0;
  text-align: right;
  font-size: 0.8rem;
}

.attribution-link a {
  color: #4dcbbc;
}

@media(max-width: 600px) {
  section {
    padding: 1% 15%;
    overflow: hidden;
  }

  hr {
    margin: 3rem auto;
  }

  /* NAVBAR - MOBILE */
  .logo-div img {
    width: 110px;
  }

  .navbar .menu-btns-div {
    display: none;
  }

  .navbar #expand-btn {
    display: inline-block;
    width: 65%;
    text-align: right;
  }

  #expand-btn i {
    font-size: 1.5rem;
  }

  i.icon-hide {
    display: none;
  }

  .navbar nav {
    display: none;
    position: sticky;
    background-color: #fafafa;
  }

  nav.dropdownList-show {
    display: block;
  }

  nav ul {
    list-style-type: none;
    padding: 0 15%;
    padding-left: 0;
  }

  nav ul .nav-list {
    padding-bottom: 1.25rem;
  }

  /* LANDING - MOBILE */
  .landing {
    white-space: normal;
    height: auto;
  }

  .landing div {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
  }

  .my-btn {
    letter-spacing: 1px;
    font-size: 1rem;
    alert("hi")
  }

  .landing-right .webdesign-img {
    position: relative;
    width: 100%;
    z-index: -1;
  }

  /* SERVICES - MOBILE */
  .services div {
    display: block;
    width: 100%;
  }

  /* FORM - MOBILE */
  form {
    width: 100%;
  }

  label {
    display: block;
    width: 160px;
    /* Do this to make your entire form responsive */
    /* display: block; */
  }

  .enter-name, .enter-company, .enter-email, .enter-phone, select, textarea {
    width: 92%;
    /* important property to give even numbers for width and align all levels properly */
    /* box-sizing: border-box; */
  }

  .submit-btn {
    margin-left: 0;
  }
}
