html{
  scroll-behavior: smooth;
}


.heading {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image: url("../Images/our-work-background.jpg");

}
.navbar-toggler{
  margin-left: auto;
  border-color: white;
}
.photo-nav-div{
  height: inherit;
  width: inherit;
}

.photo-nav{
  display: inline-block;
  position: relative;
  left: 10%;
  padding: 3% 2%;
  font-size: 2.5em;
  font-family: 'Forum', cursive;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;

}
.navbar{
  padding-top: 0;
  padding-bottom: 0;
  background-color: black;
  opacity: 70%;

}

.nav-item{
  margin-left: auto;
}

.nav-link{
  font-weight: bold;
  font-size: 1.2em;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;

}
.navbar-logo{
  height: 70px;
  width: 80px;
  padding: 8%;

}
.dropdown-menu{
  background-color:black;
  opacity: 70%;
}
.dropdown-item{

  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  color: white;
}
#heading1{
  position: relative;
  left: 10%;
  top: 30%;
  font-family: 'EB Garamond', serif;
  letter-spacing: 1px;
  color: white;

  font-size: 10em;
  display: inline-block;
  width: auto;

}
.section-heading{
  font-family: 'EB Garamond', serif;
  letter-spacing: 1px;
  color: #616161;
  font-size: 5em;
  padding: 8% 0;
  display: inline-block;

}
#work-section{
  text-align: center;
}
#footer{
  background-color:#fbb946;
  padding: 8% 8%;
  margin-top: 20px;

}
#connect{
  text-align: center;
  font-size: 1.5em;
  color:  white;
  font-family: 'Montserrat', sans-serif;

}
.icons{
  font-size: 2em;
  text-align: center;
  margin: 0 3%;
  text-decoration: none;
  color: white;

}
.icons:hover{
  color: grey;
}
.footer-div{
  text-align: center;
}
#copyright{
  font-size: 1em;
  margin-top: 8%;
  margin-bottom: 0;
  color: grey;
  text-align: center;
}
hr{
  border: 0.5px solid #c2c2c2;
  width: 50%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.video-div{
  margin-top: 50px;
}
@media screen and (max-width: 990px) {
  .nav-link{
    font-size: 1.5em;
  }
  .navbar-toggler{
    width: 3em;
    height: 2em;
  }

  .navbar-logo{
    height: 60px;
    width: 70px;
  }
  #heading1{
    font-size: 20vw;
    position: relative;
    /* left: 6%; */

  }

  .heading{
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    left: 0;
    background-image: url("../Images/our-work-small2.jpg")
  }
  .photo-nav{
    font-size: 7vw;
    padding: 7% 3vw;
    position: relative;
    left: 0;
    display: inline-block;

  }
  .photo-nav-div{
    text-align: center;
  }
  #baby{
    padding-top: 3%;
  }
  .section-heading{
    font-size: 3em;
  }

}

/* image gallery */
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 10px;
  margin: 0;

}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
  max-width: 33%;
  padding: 0 10px;
}

.column img {
  margin-top: 20px;


  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
