body {
  background-color: #333;
  color: #fff; }

p {
  text-align: justify; }

.navbar {
  border-bottom: #008ed6 3px solid;
  opacity: 0.8; }

.display-4 {
  font-size: 3.0rem;
  font-weight: 300;
  line-height: 1.1; }

#home {
  background: url("../img/mano-aperta.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed; }

.dark-overlay {
  /* background-color: rgba(0, 0, 0, 0.7); */
  background-color:rgba(8, 33, 88, 0.7);
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 100%; 
}
.dark-overlay.white {
  background-color: rgba(255, 255, 255, .7);
}
.bg-light.blue_dark {
  background-color: #1d1e52!important;
}
.bg-dark.blue_dark {
  background-color: #0a0b4e!important;
}

.dark-overlay.white .myrow {
  color: #010464;
}
.dark-overlay.white > * {
  color: #010464!important;
}
.text-muted.light {
  color: #f4f4f4 !important;
}
#main-footer.bg-dark {
  background-color: #1d1e52!important;
}
.dark-overlay.white .citazione {
  color: #010464;
  text-align: center;
}

.myrow {
  padding-top: 6rem; }

.navbar {
  border-bottom: red 3px solid;
  opacity: 0.9; }

a.nav-link:hover {
  color: red !important; }

#home .fa {
  color: #008ed6;
  background: #ffffff;
  padding: 4px;
  border-radius: 5px;
  font-size: 30px; }

#explore-section {
  position: relative; }

#explore-section .fa, #share-section .fa {
  color: #ffffff;
  background: #333333;
  padding: 4px;
  border-radius: 5px;
  font-size: 30px; }

.icons {
  width: 60px; }

.icons:hover {
  border: red solid 2px;
  border-radius: 10px;
  width: 68px; }

.citazione {
  color: #008ed6;
  text-align: center; }

#esperienze-vita a { color: inherit}
img.custom_frame {
  padding: 10px;
  background-color: #1d1e52!important;
}

.visible-sm {
  display: initial;
}
.visible-xs {
  display: none;
}

@media(max-width: 500px) {
  .myrow img {
    margin-top: 15px;
  }
  .navbar-brand span {
    font-size: 1.25rem!important;
    display: block;
    padding-left: 15px;
  }
  .contact-wrapper .row2 {
    padding-top: 10px;
    display: inline-block;
  }
  .visible-sm {
    display: none;
  }
  .visible-xs {
    display: flex;
  }
}