/*--------------------------------------
----------------------------------------
----------------------------------------
-------------MAIN CONTENT---------------
----------------------------------------
----------------------------------------
--------------------------------------*/
body {
  background-color: #0E0E0E;
}

/*------------------navbar-----------*/

.navbar {
  position: fixed;
  height: 38px;
  width: 100vw;
  margin-bottom: 0;
  background-color: #0E0E0E;
  opacity: 85%;
  z-index: 999;
}

#logo-img {
  margin: -9px 0 0 0;
}

#logo-img h1 {
  display: inline-block;
  font-family: 'Abril Fatface', cursive;
  color: #D8AB37;
  font-size: 24px;
}

#navbar-menu {
  display: inline-block;
  text-align: right;
  padding: 0;
  font-family: "Poppins";
  font-weight: 400;
}

#navbar-menu .list-inline-item {
  padding: 0 10px 0 7px;
  border-right: 1px solid grey;
}

#navbar-menu a {
  text-decoration: none;
  color: white;
  text-align: center;
}

#navbar-menu a:hover {
  color: lightgrey;
  transition-duration: .3s;
}

#hamburger {
  display: none;
}

#hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    text-align: right;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
    border-radius: 3px;
}

/*------------boilerplate-------------*/
#boilerplate {
  background-color: #5B5B59;
  width: 100%;
  margin-top: 70px;
  padding: 10px 10px 0 10px;
  filter: drop-shadow(3px 0px 6px black);
}

#boilerplate .container {
  max-width: 450px;
}

#boilerplate-contact h1 {
  font-size: 32px;
  font-family: 'Bebas Neue', sans-serif;
  color: #0E0E0E;
  display: inline-block;
  margin-bottom: 0;
}

#boilerplate-contact p {
  color: white;
  margin-bottom: 0;
}

#social-icons {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#social-icons ul {
  display: flex;
  min-width: 100%;
  justify-content: flex-start;
  flex-direction: row;
  margin: 5px 0 15px -45px;
}

#social-icons li {
  display: inline-block;
  margin: 5px;
}

#social-icons img {
  width: 25px;
  list-style-type: none;
}

#social-icons li:hover {
  opacity: 50%;
  transition: .3s;
  cursor: pointer;
}

#mc_embed_signup_boilerplate {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: row;
  font-family: 'Poppins',sans-serif;
  color: #0E0E0E;
  font-size: 14px;
}

#mc_embed_signup_boilerplate label {
  font-weight: 500;
  font-size: 18px;
  color: #D8AB37;
  margin-bottom: 10px;
  filter: drop-shadow(1px 1px 1px black);
  }

#mc_embed_signup_boilerplate {
    margin-bottom: 10px;
  }

#mc_embed_signup_boilerplate input {
  margin-bottom: 10px;
  width: 140px;
  font-family: sans-serif;
}

#boilerplate .btn {
  margin: 0;
  max-width: 100px;
  height: 30px;
  padding: 2px;
  border-radius: 5px;
  background-color: white;
  border: none;
  color: #0E0E0E;
  font-weight: bold;
}

#boilerplate .btn:hover {
  background-color: #DAC37E;
  transition-duration: .2s;
}

/*------------copyright-------------*/
#copyright {
  height: 25px;
  min-width: 100%;
  margin-top: 0;
  background-color: black;
  color: #5B5B59;
  text-align: center;
}

/*-----------shared----------------*/

.wrapper {
  width: 100%;
  height: auto;
}

.header-label {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 47vh;
}

.header-label-background {
  width: 220px;
  text-align: center;
  background-color: rgba(219, 218, 215, .5);
  border-radius: 5px 20px 20px 20px;
  border: 4px solid #0E0E0E;
  padding: 15px;
}

.header-label h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 60px;
  margin-left: 0;
  color: #0E0E0E
}

.header-label h1:after {
  content: "";
  display: block;
  margin-left: 10px;
  width: 160px;
  border-bottom: 2.5px dotted #0E0E0E;
}

/*--------------------------------------
----------------------------------------
----------------------------------------
---------------HOME PAGE----------------
----------------------------------------
----------------------------------------
--------------------------------------*/
#header-home {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
  url('/Portfolio photos/J Macklin_s Grill-December 2019/207072.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  z-index: 998;
}

#call-to-action {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 120vh;
}

#call-to-action h1 {
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 60px;
}

#call-to-action button {
  border-radius: 20px;
  margin: 5px;
  font-weight: 700;
  border: 2.5px solid #D8AB37;
  width: 200px;
}

#call-to-action button:nth-child(1) {
  background-color: #D8AB37;
  color: white;
}

#call-to-action button:nth-child(1):hover {
  background-color: white;
  color: #0E0E0E;
  border-color: white;
  transition: .2s;
}

#call-to-action button:nth-child(2) {
  background-color: transparent;
  color: white;
  border: 2.5px solid white;
}

#call-to-action button:nth-child(2):hover {
  background-color: white;
  color: #0E0E0E;
  transition: .2s;
}

#header-img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  margin: 0;
  overflow: hidden;
  opacity: 55%;
}

/*----------Services------------*/

#services-home {
  margin-top: -50px;
  max-width: 800px;
}

#services-home .col {
  border: none;
  text-align: center;
  min-height: 300px;
  border-radius: 10px 40px 40px 40px;
  margin: 0px 20px 20px 20px;
  background-color: white;
  filter: drop-shadow(3px 5px 6px black);
}

#services-home .col img {
  width: 125px;
  margin: 15px;
  filter: drop-shadow(3px 5px 4px darkgrey)
}

#services-home h2 {
  font-size: 18px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
}

#services-home h2:after {
  content: "";
  display: block;
  width: 100px;
  margin: 5px 0 0 5px;
  border-bottom: 2.2px dotted #DAC37E;
}

#services-home .col p {
  text-align: left;
  padding: 5px 15px 10px 0;
}

#services-home .col a {
  color: #D8AB37;
  font-weight: 700;
}

/*-----------Gallery-----------*/
#gallery-home {
  width: 90vw;
  max-width: 800px;
  margin-top: 70px;
}

.h1-background {
  background-color: #DAC37E;
  width: 185px;
  padding: 5px;
  border-radius: 5px 20px 20px 20px ;
  filter: drop-shadow(3px 5px 7px black);
}

#gallery-home h1 {
  font-family: 'Bebas Neue', sans-serif;
  color: #0E0E0E;
  font-size: 64px;
}

#gallery-home h1:after {
  content: "";
  display: block;
  margin: -5px 0 0 7px;
  width: 150px;
  border-bottom: 2.2px dotted #0E0E0E;
}

#gallery-home .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

#gallery-home .gallery-col {
  padding: 0 4px;
}

#gallery-home .gallery-col img {
  margin-top: 8px;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

	#mc_embed_signup {
    transform: translateY(70px);
    background: #0E0E0E;
    text-align: center;
    color: white;
    font: 14px 'Poppins', sans-serif;
    transform: translateY(70px);
}

.input {
    max-width: 50vw;
    min-width: 200px;
}

#message {
  max-width: 50vw;
  min-width: 200px;
  max-height: 20vh;
  min-height: 150px;
}

/*--------------------------------------
----------------------------------------
----------------------------------------
------------MEDIA QUERIES---------------
----------------------------------------
----------------------------------------
--------------------------------------*/

/*----------Navbar media query--------*/

@media screen and (max-width: 490px) {

  #logo-img {
    margin-top: -3px;
  }

  #hamburger {
    display: block;
    float: right;
    margin: -12px 15px 0 0;
    cursor: pointer;
  }

  #navbar-menu .list-inline {
    position: fixed;
    left: -100%;
    flex-direction: column;
    background-color: #0E0E0E;
    width: 100%;
    text-align: center;
    top: 37px;
    transition: 0s;
    }

  #navbar-menu .list-inline.active {
    left: 0;
  }

  #navbar-menu .list-inline-item {
    display: block;
    padding: 10px;
    margin: 0;
    border: none;
  }

  #navbar-menu .list-inline-item:hover {
    background-color: #5B5B59;
    transition-duration: .2s;
  }

  #navbar-menu a:hover {
    opacity: 100%;
    color: white;
    transition-duration: 0s;
    cursor: pointer;
  }

  #hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  #hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  #hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

}

@media screen and (max-width: 768px) {

@media screen and (max-width: 576px) {

  #photography, #copywriting {
    min-height: 50vh;
    width: 100%;
  }

  .services-page-text {
    padding: 20px;
    min-height: 50vh;
  }

  .services-page-text  h1 {
    font-size: 40px;
  }

  .services-page-text p {
    font-size: 14px;
  }

  #photography-details-col {
    width: 80vw;
    height: 80vw;
  }
}
