#hero
{
    color: #fff;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    background: linear-gradient(#00000080, #00000080), url("../Images/Index.jpg");
    background-size: cover;
    background-position: center;
    height: 100%;
}
#hero h1 
{
    font-size: 5em;
}
#sobremi
{
    color: #fff;
}
#fotoSobreMi img
{
    width: 100%;
    border-radius: 50%;
}
#sobremi .bar
{
    width: 100%;
}
#sobremi a, #sobremi a:focus, #sobremi a:hover
{
    color: #fff;
    text-decoration: none;
}
#descripcion
{
    margin-bottom: 5em;
}

#blog
{
    background-color: #fff;
    color: #333;
}
.entradas
{
    margin: 5em 0em;
}

#blog .entradas a, #blog .entradas a:focus, #blog .entradas a:hover {
  color: #333;
}

#experimentos
{
    color: #fff;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    background: linear-gradient(#00000080, #00000080), url("../Images/Experimentos.jpg");
    background-size: cover;
    background-position: center;
}
