body {
    background-color: #ddd;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

.nav {
    background-color: #082143;
    margin-top: 2%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    color: white;
    border-bottom: 5px solid #2c2c2c;
}

.nav-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    margin: 4px;
    white-space: nowrap;
}

.footer a {
    color: white;
}

.navbar-dark a {
    color: #373737 !important;
}

.logo {
    margin-top: -8px;
    margin-left: 70px;
}

.content a {
    color: black;
}

.bg-blue {
    background-color: #082143;
    color: white;
}

.bg-lightgrey {
    background-color: rgba(215, 214, 212, 0.76);
    color: black !important;
}

.sliderimg {
    height: 170px;
    background-size: cover;
    background-position: center center;
}

.contentBlock {
    width: 90%;
    background-color: #F2F2F2;
    border: 1px solid #ddd;
}

.contentBlock a {
    color: black;
    text-decoration: none;
}

.footer {
    background-color: #2b2b2b;
    color: white;
}

.slide {
    height: 150px;
    width: 100%;
}

.fotoalbImg{
    width: 200px;
}

/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {
    .logo {
        text-align: center;
        padding: 0;
        margin: 0;
    }

    a.nav-link {
        text-align: center;
    }
    .fotoalbImg{
        width: 170px;
    }
}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
    .logo {
        text-align: center;
        padding: 0;
        margin: 0;
    }

    a.nav-link {
        text-align: center;
    }

    .fotoalbImg{
        width: 160px;
    }
}







@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3) {
    .logo {
        text-align: center;
        padding: 0;
        margin: 0;
    }

    a.nav-link {
        text-align: center;
    }

}
