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 {
    font-size: 30px;
    color: #16212e;
    padding: 60px;
    font-weight: 600;
    font-family: Roboto,sans-serif;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

    text-align: justify;
    justify-content:space-around;

    background-image:url(usefulinfopic.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 10px;
    }

    .tophead {
        text-align: center;
        color: #16212e;
        font-size: 40px;
        font-weight: 600;
        font-family: Roboto,sans-serif;
        }


 
    .tophead {
    text-align: center;
    color: #16212e;
    font-size: 40px;
    font-weight: 600;
    font-family: Roboto,sans-serif;
    }
    

    .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;
            background-attachment: scroll;
            font-size: 20px;
            margin: 10px;
            padding: 20px;
            }

            .menuitem {
            font-size: 18px;
            }
            
            .logo {
            margin-left: 10px;
            width: 90px;
            height: 80px;
            }
        }


        @media all and (max-width:800px) {
            .menu {
            display: none;
            }
    
            .navbar {
            display: block;
            }
        
            .but {
            color:aliceblue;
            }
        }


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

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

            .firstpart {
            background-image:none;
            background-color:rgb(197, 191, 184);
            font-size: 18px;
            margin: 10px;
            padding: 15px;
            }
            
            .menu {
            display: none;
            }
    
            
            .tophead {
            text-align: center;
            color:#1f2e40;
            font-size: 20px;
            }        
            
        @media all and (max-width:350px) {
            .firstpart{
            font-size: 15px;
            }
            
            }

        
        }
