body {
  font-family: 'Garamond', sans-serif !important;
}
#navbar-site{
        background-color: #b93241;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    padding-top: 0px;
}
.about-me{
    margin-bottom: 30px;
    background-color:##eeeeee
}
#bq{
    font-weight: normal;
    font-size: 18px;
}
#skills{
    margin-top: 30px;
    background-color: #4e606e;

}
.section{
    margin-bottom: 30px;
}
#portfolio{
    background-color: #f5f5f5;
}
.bg {
    /* The image used */
    background-image: url("../images/formraw.jpg");
    /* background-color: #f5f5f5; */
}
footer{
    background-color: #ace9ec;
    margin-top: 30px;
}
.footer-map{
    padding: 0px;//resposive ness
    display: block;
    overflow: visible;
}
iframe{
    /* height: 100%;//resposive ness
    width: 100%; */
    position: relative;
    height: auto;
    min-height: 100% !important;
    width: :auto;
    min-width: 100% !important;
}
.footer-copyright{
    font-weight-light;
    font-size: 11px;
}
/* scroll to top */
#myBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: green;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
/* for portolio effect */
#portfolio-container {
    position: relative;
}
/* .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
} */

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* -ms-transform: translate(-50%, -50%); */
  text-align: center;
  /* padding: 17.5px; */
}

.portfolio-container:hover .image {
  opacity: 0.2;
}

.portfolio-container:hover .middle {
  opacity: 0.7;
  /* height: 100%;
  width:100%; */
}
/* .portfolio-container{
    overflow:hidden;
} */

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 15px;
  /* margin-top: 20px; */
  /* padding: 0px 74px; */
}
.text p{
    height: 133px;
    width: 196px;
}
