body{
  min-height: 1000px;
}

#logo{
  width: 80px; /*80*/
  height: auto;
}

.nav-link{
  font-size: 16px!important;
}


h3{
    font-size: 1.825em;
    line-height: 1.4em;
    margin: 10px 0 50px;
    text-align: center;
}

footer{
  background-color: rgba(0, 0, 0, 0.75);
  padding: 10 0 0 0px;
}

/*
.active{
  border-bottom: 3px solid #333;
}
*/

.sec{
padding-top: 110px;
min-height: 1000px;

padding-bottom: 30px;
}

.first-sec{
padding-top: 110px;
min-height: 500px;
background-color: #d6d2d0;
padding-bottom: 30px;
}

.second-sec{
background-color: #aba7a6; /* bad7e2 */
}

.third-sec{
padding-top: 20px;
background-color: #aba7a6; /*#d6d2d0;*/
text-align: center;
}
/*
.third-sec h2{
  margin-bottom: 30px;
}*/

/**  Cards **/

.card-profile {
    margin-top: 30px;
    text-align: center;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

.card-profile .card-avatar, .card-testimonial .card-avatar {
    max-width: 130px;
    max-height: 130px;
    margin: -50px auto 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.fb-icon{
  color: #4267B2;
}

.fb-icon:hover{
  color: #4267B2;
  transform: scale(1.1);
	transition: .1s;
}

.insta-icon{
  color: #F70400;
}

.insta-icon:hover{
  color: #F70400;
  transform: scale(1.1);
	transition: .1s;
}

.phone-icon{
  color: #29b129;
}

.phone-icon:hover{
  color: #29b129;
  transform: scale(1.1);
	transition: .1s;
}

.card:hover {
	transform: scale(1.03);
	transition: .2s;
}

footer{
  text-align: center;
}

.reserved{
  width: 250px;
  color: white;
  bottom: 1px;
  margin: 0 auto;
}

/**  Containers  **/
.jumbotron{
  width: 80%;
  margin: 0 10px;
  text-align: center;
  background-color: #d6d2d0; /* #f3ebeb */
}
.display-3{
  font-size: 3rem;
}

.about{
  margin: 10px;
}

.width33{
  min-width: 30%;
}
