/* body */
body {
    margin: 0;
    padding: 0;
    display: block;
    background-image:linear-gradient(to bottom, #c5d2df, white);

}

/* This is for nav bar */
nav {
  background-color: white;
  display: flex;
  height: 2.5rem;
  padding: 1em;
  justify-content: space-between;
  margin-top: 1.5em;
  padding: 1em;
  align-items: center;
  
}

/* This is for nav-bar buttons only */
nav {
  background-color: white;
  display: flex;
  height: 2.5rem;
  padding: 1em;
  justify-content: space-between;
  margin-top: 1.5em;
  padding: 1em;
  align-items: center;
  
}

/* This is for nav-bar buttons only */
.nav-btn {
  text-decoration: none;
  color: black;
  padding: 0.5em;
  

  
}


/* Navbar Logo */

#vip {
  width: 3em;
  height: 3em;
  margin-left: 3.5em;
}


/* This is for left side buttons */

.left {
  margin-left: 2em;

}
.left a {
  font-weight: bold;
  padding-right:1.3em ;
  padding-left: 1.3em;
}
.left a:hover{
  border: 1px solid black;
  border-radius: 1em;
  background-color: #333;
  color: white;
}

/* This is for right side buttons */
.right {
  margin-left: 33em;
  margin-right: 8rem;
}
.right a {
  border: 1px solid black;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  background-color: #333;
  color: white;
  margin-right: 1.5em;
}
.right a:hover{
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-weight: bold;
}

/* main content */

.container {
    background-color: #5d7892;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 5%;
    justify-content: center;
    border: 2px solid black;
    border-radius: 3em;
}
.container1 {
    background-color: #5d7892;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 5%;
    justify-content: center;
    
}

.box {
    background-image: linear-gradient(to bottom, rgb(160, 189, 204), white);
    text-align: center;
    width: 30%;
    
    margin: 1.5%;
    border: 2px solid rgb(13, 64, 81);
    border-radius: 2em;
    

}
h1 {
    font-size: 4em;                       /* main heading */
    text-decoration:none;
    text-shadow:5px 3px 1px rgb(160, 189, 204);
}
h1:hover {
    font-size: 4.05em;
    text-shadow: 20px 10px 2px rgb(160, 189, 204);
    text-decoration: none;
}
h2 {
    font-size: 2em;
    
}
li {
    font-size: 1.5em;
    font-family: "Gill Sans", sans-serif;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0.5em;
}

/* Footer */

.footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-around;
}

/* Logo footer */
.logo-nav{
  display: flex;
  height: 20em;
  width: 20em;
}

.fot-sec{
  margin-top: 5em;
}

.foot-h2{
  margin-top: 4em;
  margin-left: -2em;
}

/* This is for links */

.astyle{
  color: aliceblue;
  text-decoration: none;
  padding-top: 1.15em;
}

/* This is for icons */

.fa-solid{
  color: aliceblue;
  padding-top: 1.15em;
  padding-right: 0.5em
}

.fa-brands{
  color: aliceblue;
  padding-top: 1.15em;
  padding-right: 0.5em;
}

.fot-btn {
  text-decoration: none;
  color: black;
  padding: 0.5em;
  margin:1em;
  color: aliceblue;
}
.fot-btn:hover{
  text-decoration: underline;
  color: lightblue;
}

.column1{
  margin-top: 2em;
}
.copyright {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
  margin-top: -7em;
}


/* footer ends here */
