body {
  background-color: var(--white); }

.nav-link {
  color: white !important; }

.main {
  background: url(/images/banner.jpg);
  background-size: cover;
  height: 300px;
  background-repeat: no-repeat; }

.bg-dark {
  position: fixed;
  width: 100%;
  z-index: 1000; }

section h2 {
  text-align: center;
  padding: 40px;
  padding: 100px 0 30px 0; }

.row {
  width: 100%;
  padding: 15px 0; }

.col-md-12,
.d-flex,
.justify-content-center,
.mb-5 {
  margin: 0 !important; }

.gallery {
  padding: 0 30px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  -moz-column-width: 33%;
  column-width: 33%; }

.gallery .pics {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease; }

.gallery .animation {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.btn:not(:disabled):not(.disabled) {
  margin: 5px; }

.contactForm {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 0 30px 30px 30px; }

.form-inline {
  flex: 1 1 auto;
  min-width: 100%;
  margin-top: 25px; }

#message {
  height: 100px; }

.image {
  min-width: 50%; }
  .image img {
    max-width: 100%;
    height: auto; }
  .image p {
    font-size: 1.6rem; }

footer {
  background-color: grey; }

.contain-footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }

.contain-footer img {
  max-width: 55px;
  margin: 40px 135px;
  padding-top: 10px; }

ul {
  margin: 0;
  padding: 0; }

.lists ul li {
  list-style-type: none;
  padding: 20px; }

.lists ul li a {
  text-decoration: none;
  color: white; }

.social {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin-top: 22px;
  margin-bottom: 37px; }

.social li {
  font-size: 30px;
  padding: 13px; }

.social li i {
  color: #4c545d; }

.mt-2, .my-2 {
  margin-top: 0 !important; }

.collapse.show {
  line-height: 0.7rem; }

@media (min-width: 700px) {
  .main {
    height: 630px; }

  .contactForm {
    flex-direction: row;
    align-items: flex-start; }

  .form-inline {
    min-width: 50%;
    padding: 0 50px;
    display: flex;
    flex-direction: column; }

  .form-inline .form-control {
    margin: 25px 0;
    width: 100%; }

  .image {
    padding: 0; }

  .contain-footer {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: left; }

  .lists {
    display: flex;
    flex-direction: row;
    flex: 2; } }
@media (max-width: 450px) {
  .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%; } }
@media (max-width: 400px) {
  .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem; } }

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