
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#land {
    background: url(../img/oliv03.jpg) center center no-repeat;
    background-size: cover;
    background-color: white;
    height: 90vh;
    display:flex;
    align-items: center;
    text-align: center;
}

.list-group-item {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.125) !important;
}

.list-group-item:last-child {
  border: none !important;
}

.list-group-item h6 {
  color: hsl(216, 100%, 40%);
}

.main-oli-title {
    text-shadow:
        -4px -4px 0.2em #000,
         4px  4px 0.2em #000;
    font-size: 8rem;
    font-weight: 600;
    color: #e0e0e0;
}

.hr-separator {
    width: 80%;
    background-color: white;
}

.hr-oli-pb {
  border: none;
  height: 3px;
  background-color: gray;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.btn-social {
    margin-left: 0.1rem;
}

.btn-oli-mg {
  margin-left: 1rem;
}
