body {
    background-color: #d3e5f1;
}

.navbar {
    display:none;
    background-color: #2d4059;
    margin: 10px;
}

.nav-link {
    font-size: 18px;
    color: white;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:space-around;
    background-color: #2d4059;
    margin: 10px;
}

.menuitem {
    color:white;
    padding:30px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}

.menuitem:hover {
    color: rgb(229, 212, 188); 
}

.logo {
    margin-left: 100px;
    width: 100px;
}

.firstpart {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content:space-around;
background-image: url(brp.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 10px;
}
        
.picture1 {
width: 900px;
margin: 40px;
}

.footer {
    padding: 10px;
    background-color: rgb(187, 187, 187);
    margin-left:10px;
    margin-right: 10px;
    margin-bottom: 10px;
}


@media all and (max-width:1200px) {
    
        .firstpart{
        flex-direction: column;
        align-items: center;
        background-attachment: scroll;
        }
        
        .picture1 {
        width: 600px;
        }
        
        .menuitem {
            font-size: 18px;
            }
            
        .logo {
        margin-left: 10px;
        width: 90px;
        height: 80px;
        }
        
}


@media all and (max-width:800px) {

    .firstpart {
        background-image:none;
        background-color:rgb(228, 214, 197);
        margin: 10px;
    }

    .menu {
        display: none;
        }
    
    .navbar {
        display: block;
        }
        
        .but {
            color:aliceblue;
        }

}



@media all and (max-width:500px) {

   
        .logo {
        width: 90px;
        height: 80px;
        }

        .firstpart {
        margin: 10px;
        }

    
    .picture1 {
        width: 330px;
        margin-top:22px;
        margin-bottom:22px;
        margin-left:1px;
        margin-right:1px;


    }
   
}   
@media all and (max-width:350px) {
    .picture1 {
        width: 250px;
        }

        @media all and (max-width:280px) {
            .picture1 {
                width: 240px;
                }

}