.container-fluid{
  padding: 1% 10%;
}

h1{
font-family: "Montserrat";
font-weight: 500;
font-size: 3rem;
line-height: 1.5;
text-align: left;
color: #717171;
}


h3{
font-family: "Lobster";
font-size: 3rem;
line-height: 1.2;
text-align: center;
display: inline-block;

}
hr{
  color: #EAF6F6;
  border-style: dotted;
  border-width: 7px 0 0 0;
  margin: 50px auto;
  width: 5%;
}

p{
  font-family: "Montserrat";
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 2% 10%;
  text-align: center;
}


#title{
  background-color: #fff;
}


#footer{
  background-color: #d9d9d9;
}
.footer{
  font-family: "Montserrat";
  /* font-weight: 200; */
  font-size: 1rem;
}

#contact{
  text-align: center;
  margin: 50px auto;
}

#top_image{
   margin: 20px auto;
  /* text-align: center; */
}

.navbar{
  padding: 0 0 2.5rem;
}
.nav-item{
  padding: 0 18px;
}
.nav-link{
  font-size: 1.2rem;
  font-family: "Montserrat";
  font-weight: 500;
  /* font-family: "Montserrat-Thin"; */
}

.subtitle{
  margin: 20px auto 10px auto;
  text-align: center;
  width: 70%;
}
.dot-img{
  margin-bottom: 50px;
}
