body {
    background-image: url(images/photo_2022-06-30_15-13-35.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
    background-position: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

ul {
    display: inline-block;
    text-align: left;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; 
}

.horizontal {
  -moz-column-count: 4;
  -moz-column-gap: 2.5em;
  -webkit-column-count: 4;
  -webkit-column-gap: 2.5em;
   column-count: 4;
}

@media only screen and (max-width: 600px) {
  .horizontal {
  -moz-column-count: 2;
  -moz-column-gap: 2.5em;
  -webkit-column-count: 2;
  -webkit-column-gap: 2.5em;
   column-count: 2;
  }
}

.servicos {
  width: 100px;
}

.header {
    font-weight: bold;
}

ol { 
    list-style: upper-alpha; 
    display: inline-block;
    text-align: left;
}

li {
    padding-top: 10px;
}

hr{
  margin-bottom: 20px;
  border: 5px solid rgb(136, 115, 255);
  border-radius: 5px;
}

.navbar-brand:hover {
  color: #e8554e !important;
} 
  
.active {
  color: #e8554e !important;
}
  
.display-5  {
  color: white !important;
}
  
.lead {
  background-color: rgba(255, 255, 255, 0.664);
  color: #e8554e;
  font-weight:bold;
  font-size: 20px;
  text-align:center;
}
  
.btn-outline {
  background-color: #e8554e !important;
  font-weight: bold;
  color: white !important;
}
  
.btn-outline:hover {
  background-color: white !important;
  color: #e8554e !important;
}
  
.nav-link:hover {
  color: #e8554e !important;
}
  
main {
  background-image: url(images/cropped-sunset-1698415_1920.jpg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
  
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
  
.card-text {
  min-height: 220px;
}
  
.card img {
  max-height: 300px;
  max-width: 544px;
}
  
.card-title {
  font-weight: bold;
}
  
.card-text {
  text-align: center;
}
  
a {
  color: #e8554e;
}
  
a:hover {
  color: #000;
}
  
h5 {
  font-weight: bold;
  font-size: 25px;
}
  
.contact {
  text-align: center;
}

.card-footer {
  background-color: rgb(230, 230, 230) !important;
}
  
.copyright {
  font-size: 17px;
}
  
.footer {
  font-size: 15px;
}
  
@media (max-width: 575.98px) {
    .navbar-brand { font-size: 10px;}
    #title {display: none;
    }
  }
  
@media (max-width: 575.98px) {
    .col-lg-2 { width: 120px;
    }
  }
  
@media (max-width: 1000px) {
    .col-lg-2 { width: 120px;
    }
  }
  
@media (max-width: 905px) {
    .navbar-brand { font-size: 10px;}
    #title {display: none;
    }
  }
  
@media (max-width: 1065px) {
    .navbar-brand { font-size: 10px;}
    #title {display: none;
    }
  }
  
@media (max-width: 1065px) {
    .display-5 {text-align: center;
    }
  }