#photo {
    background-image: url(./../gfx/dora-header.jpg);
    height: 450px;
    margin: 0;
    background-size: cover;
    background-position: top;
}

#section1 .row{
    margin-bottom: 7%;
}

.header-rectangle {
    width: 300px;
    height: 170px;
    left: 535px;
    top: -200px;
}

.heading1 {
    font-size: 1.3rem;
}

#section1 a{
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
}

.item_dora{
    padding: 15px;
}

.item_dora img{
    width: 100%;
    height: 100%;
}