
html {
    scroll-behavior: smooth;

}


   /* header, */
 main, footer, #banner, .grid {
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
}
#banner {
    background-image: url("");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 90vh;
}


/* Style the body */
body {
  font-family: Arial;
  margin: 0;
}

/* Header/Logo Title */
.header {
  padding: 60px;
  text-align: center;
  background: #000000;
  color: rgb(255, 255, 255);
  font-size: 30px;
}

/* Page Content */
.content {padding:20px;}

body {
  height: 6000px;
  background: linear-gradient(141deg, #000290 0%, #014ea7 51%, #007eac 75%);
}

.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: rgb(0, 0, 0); 
  color: rgb(255, 255, 255); 
  border: 5px solid #ffffff;
}

.button1:hover {
  background-color: #006AFF;
  color: rgb(255, 255, 255);
}

.button2 {
  background-color: rgb(0, 0, 0); 
  color: rgb(255, 255, 255); 
  border: 5px solid #ffffff;
}

.button2:hover {
  background-color: #006AFF;
  color: white;
}
.button3 {
  background-color: rgb(0, 0, 0); 
  color: rgb(255, 255, 255); 
  border: 5px solid #ffffff;
}

.button3:hover {
  background-color: #006AFF;
  color: white;
}

        .grid {
            display: grid;
            /* grid-template-columns: 1fr 1fr 1fr; */
            /* grid-template-columns: repeat(4, 1fr); */

            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
           
            place-items: center;
        }

        .grid-item {
            background-color: rgb(0, 0, 0);
            padding: 10px;
            text-align: center;
            box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.483);
        }

        /* @media screen and (max-width: 1000px) {
            #grid {
                grid-template-columns: 1fr 1fr;
            }
            
        } */

        .grid-item img {
           
            height: 200px;
            object-fit: cover;

        }

body {
  color: rgb(255, 255, 255);
}

p.solid {border-style: solid;}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar {
  overflow: hidden;
  background-color: #333;  
  position: fixed;
  bottom: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background-color: #ddd;
  color: black;
}

.navbar a.active {
  background-color: #000000;
  color: white;
}

.navbar .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    bottom:0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}
#myNavbar{position: fixed;left:0px}
#big-img{
  width: 100%;
}
