* {box-sizing: border-box}
body {font-family:Arial, Helvetica, sans-serif;}

.navbar {
  width: 100%;
  overflow: auto;
}

.navbar a {
  font-family: 'Rajdhani', sans-serif;

  float: left;
  padding: 12px;
  color: #fdfff5;
  text-decoration: none;
  font-size: 20px;
  width: 33.3%; /* Four links of equal widths */
  text-align: center;
}

.navbar a:hover {
  color: #ff8976;
}
.navbar a.active {
  background-color:none;
}

@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }}
  .card{

    font-size: 20px;
    padding: 0px;
    border-radius: 5px;
    margin-right: 25px;
      margin-left: 25px;
    border: 5px solid #fdfff5 ;

  }
body  {
  background-image: url("images/perforated-white-leather.png"),linear-gradient(#02a4d3 , #e1bd27 );

  background-blend-mode: luminosity;

}

h1 {
  font-family: 'Rajdhani', sans-serif;
    font-size: 65px;
    color: #fdfff5 ;
    padding-top: 20px;
    padding-bottom: 10px;
    text-shadow: 2px 2px #214fc6 ;

  }

  h2 {
  font-family: 'Rajdhani', sans-serif;
    font-size: 30px;
    color: #fdfff5 ;
    margin:20px;
      text-shadow: 2px 2px #214fc6 ;

  }

p    {
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  color: #fdfff5 ;
  margin: 30px 30px;
  padding-bottom: 10px;
  cursor:default;

}
hr {
  display:grid;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-width: 3.0px;
    border-style:groove;
    border-color:#00cccc;

}
.images_a img {
  padding: 5px;
  Margin-bottom:75px;
  height: 60%;
  width: 80%;
  border: 3px solid;
  border-color:black;
  object-position:center;
}
ul {
  color: black;
  margin: 40px;
  font-size: 25px;
  padding: 1em;
  border-left: dodgerblue;
}
li {color:black;
  font-size:15px;
  margin:50px;
 list-style-type: disc;
 line-height:normal;
}


.horiz_img img{
  margin-left: 30px;
  margin-block-end: 40px;
    border: 5px solid #bb9351;
    height: 400px;
    width: 600px;
border-spacing: 30px;



}
button {
  color:#fdfff5 ;
  background-color: rgba(28, 5, 25, 0.01);
  border-color: #9ea4a6 ;
  height: 40px;
  width: 200px;
  text-align: center;
  margin-left: 10px;
  cursor:cell;
  border-radius: 20px;

}

button:hover{
  background-color: #00cccc   ;
  color:#fdfff5;
}
footer {
  position:static;
  left: 10px;
  bottom: 0;
  width: 100%;
  text-align: left;
  border: 3px solid #9ea4a6;
  border-radius: 20px;

  background-color:#191970 ;


}

.footer p {
  font-family: "Lucida Bright", Courier, monospace;
  font-size: 12px;
  color: #ff8976;
  margin-left: 40px;
}



  a:link {
    color: #fdfff5;
    background-color: transparent;
    text-decoration:overline;
    line-height: 10px;

  }

  a:visited {
    color: #fdfff5 ;
    background-color: transparent;
    text-decoration: none;
    text-decoration:underline;
  }

  a:hover {
    color: magenta;
    background-color: transparent;
    text-decoration: underline;
    cursor:alias;
  }

  a:active {
    color: none;
    background-color: transparent;
    text-decoration: underline;
  }



.icon-bar {
  width: 100%;
  background-color: transparent;
  overflow: auto;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 40px;
}

.icon-bar a {
  float: left;
  width: 10%;
  text-align: center;
  padding: 10px 0;
  transition: all 0.3s ease;
  color: transparent;
  border: 1px solid #6cb883;
  border-bottom-right-radius: 20px;


  }

  .icon-bar a:hover {
  background-color:#080808;
  cursor: crosshair;
  }

  .active {
  background-color:none;}
