.navbar{
    background-color: #212529;
}
.navbar-nav{
    margin-left: 60%;
}
.nav-link{
    color:white;
}
#Hero-Section {
    background-image: url("../img/foto-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
  }
  .Hero-Text{
    background-color:lightblue;
    text-align: justify;
  }
  .containerstyle{
    margin:auto;
    max-width: 100%;
    align-items: center;
  }
  .row_secondary {
    display: flex;
    justify-content: space-around;
    text-align: center;
  }
  .row_secondary i {
    font-size: 1.8em;
    color: #2a8ded;
  }
  .row_secondary div {
    padding: 1em 0;
    width: 100%;
  }