#header.container-fluid{


                padding: 0;
                border:0;
    background-size: cover;
    }

body {
    background-color: #ffffff;
    color: white;
    overflow-x: hidden;


}

.title{
      padding: 40px;
      border:40px;
    
}


@media (min-width: 300px) {
    #header {
        background:url('../img/bgbig1.jpg') no-repeat center center ;
    }
}

@media (min-width: 500px) {
    #header {
        background:url('../img/bgbig1.jpg') no-repeat center center ;
    }
}

@media (min-width: 700px) {
    #header {
        background:url('../img/bgbig.jpg') no-repeat center center ;
    }
}
.container-fluid{


}

.box{
    background-color: aliceblue;
    color: navy;
    padding: 20px;
    border-radius: 20px;
    border-width : 0.1px;
    border-color: navy;
    border-style: inset;
    

}

.box1{
    background-color: #A8D9F0;
    color: navy;
    padding: 20px;
    border-radius: 20px;
     border-width : 0.1px;
    border-color: navy;
    border-style: inset;

}

.box2{
    background-color: transparent;
    color: navy;
    padding: 20px;
    border-radius: 20px;
     border-width : 0.1px;
    border-color: navy;
    border-style: inset;

}

.footer{
    height: 60px;
    position: fixed;
    bottom: 0px;
    background-color: black;
    color: silver;
}

.long{
    height: 100%;
}

.page
{
    color: navy;
}