body
{
    font-family: 'Montserrat', sans-serif;
}

.navbar
{
    background-color: white;
    border-bottom: 1px solid rgb(212, 212, 212);
}

.nav-item a
{
    font-size: bold;
}

.nav-item 
{
    padding-left: 30px;

}

@media only screen and (min-width: 576px) {
    .inicio
    {
        border-bottom: 1px solid black;

        display: inline-block;
        padding-bottom: 10px;
    }

    .somos
    {
        border-bottom: 1px solid rgb(0, 38, 255);
        display: inline-block;
        padding-bottom: 10px;
    }

    .contacto
    {
        border-bottom: 1px solid rgb(255, 0, 0);
        display: inline-block;
        padding-bottom: 10px;
    }
}


.contact div
{
    padding-bottom: 10px;
}

.masthead {
    height: 100vh;
    min-height: 500px;
    background-image: url('https://i.ytimg.com/vi/v1SabYdIlZI/maxresdefault.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .content
  {
      letter-spacing: 1px;
  }
