*, body, html {
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #303030;
}

img, a {
  border: none !important;
  border-style: hidden !important;
}

p {
  font-size: 1rem !important;
}

h2 {
  font-size: 1.45rem;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}

h3 {
  font-size: 1.35rem;
  text-transform: uppercase;
  color: #303030;
  font-weight: 500;
  margin-bottom: 30px;
}

h4 {
  font-size: 1.2rem;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px;
}

div#team, div#about, div#gallery, div#offer, div#references, div#contact {
  height: 0;
  position: relative;
  top: -70px;
}

/*---------------------------- container -----------------------------*/
div.container-fluid {
  padding: 40px 50px;
}

div.container {
  padding: 40px 0px;
}

@media screen and (max-width: 767px) {
  body div.container-fluid {
    padding: 30px;
  }

  body div.container {
    padding: 30px 10px;
    max-width: 760px !important;
  }
}
@media screen and (max-width: 575px) {
  body div.container-fluid {
    padding: 25px;
  }

  body div.container {
    padding: 25px;
    max-width: 575px !important;
  }
}
.bg-grey {
  background-color: #f4efeb;
}

.bg-white {
  background-color: #fefefe;
}

/*---------------------------- container -----------------------------*/
/*---------------------------- team -----------------------------*/
@media screen and (min-width: 768px) and (max-width: 840px) {
  div#team .card-body {
    padding: 13px;
    padding-bottom: 3px;
  }

  div#team .team h4 {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 575px) {
  div#team .card-body {
    padding: 10px;
  }

  div#team .team h4 {
    font-size: 1.1rem !important;
    margin-bottom: 5px;
  }

  div#team .team p {
    font-size: 0.85rem !important;
    margin-bottom: 0;
  }
}
/*---------------------------- team -----------------------------*/
nav.navbar > div.nav-container {
  margin: 0;
  padding: 0;
}

@media (min-width: 576px) {
  nav.navbar > div.nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#navbarNavAltMarkup:not(.show) {
  margin-bottom: -21px;
}

div#navbarNavAltMarkup.show {
  margin-top: 15px;
}

div#navbarNavAltMarkup.show li {
  text-align: center;
}

.jumbotron {
  background-image: url("../img/head.jpg");
  height: 425px;
  background-repeat: no-repeat;
  background-position: center;
  color: #303030;
  padding: 100px 25px;
  margin-bottom: 0;
  padding: 3px;
  margin-top: 83px;
}
.jumbotron img {
  max-width: 50%;
  margin: 10px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}

.thumbnail {
  background: #fefefe;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.thumbnail p {
  text-align: center;
  margin: 10px;
}

.thumbnail img {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

/*
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    //height: 100%;
    margin-bottom: 10px;
  }

  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    //border: 1px solid #f4511e; 
    border: 1px solid  $logoBlue; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid  $logoBlue;
    background-color: $white !important;
    color:  $logoBlue;
  }
  .panel-heading {
    color: $white !important;
    background-color:  $logoBlue !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: $white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: $grey;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: $logoBlue;
    color: $white;
  }*/
.navbar {
  margin-bottom: 0;
  background-color: #fefefe;
  z-index: 9999;
  border: 0;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15);
  font-size: 1.05rem !important;
  line-height: 1.42857143 !important;
  border-radius: 0;
  font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.navbar li a {
  padding-left: 10px !important;
}

.navbar li a, .navbar .navbar-brand {
  color: #787878 !important;
  font-weight: 500;
  border: none;
  letter-spacing: 2px !important;
}

.navbar-nav li a:hover, .navbar-nav li a:active, .navbar-nav li a:focus {
  color: #303030 !important;
}

.navbar-nav li a.active {
  color: #005aaa !important;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #333 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fefefe;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #a97c50;
}

footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
  color: #005aaa;
}

/* ___slide event___ */
.slideanim {
  visibility: hidden;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

/*# sourceMappingURL=app.css.map */
