/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
html body{
    height: 100%;
    width:100%;
    margin:0;
    padding:0;
}
body {
  background-image: linear-gradient(to right, #e0edf6,#fdefe6);
  color: black;
  font-family: Verdana;
     height: 100%;
    margin:0;
    padding:0;
     overflow-x: hidden;
}
header{

z-index: 1;
height: 3rem;
}
.bungee-tint-regular {
  font-family: "Bungee Tint", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.free-elijah{
 font-family: "bungee spice", sans-serif;
 font-weight: bolder;
 text-align: center;
 text-shadow: 3px 0px 0px black;

 top:0;
}
.bungee-spice-regular {
  font-family: "Bungee Spice", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.instagram-media {
  margin: 0 auto !important;
}
div {
   
    height: 100%;
    width:100%;
}
.donate {
justify-content: center;
  align-items: center;
  margin-left:auto;
  margin-right:auto;
  width:100%;
  padding: min (5em,8%);
}
/* Add a black background color to the top navigation */
.topnav {
  background-color: #d78356;
  overflow: hidden;
  font-family: "chelsea-market", system-ui;
    
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #df6262;
  color: black;
  transition: .5s;
}

/* Add an active class to highlight the current page */
.topnav .active {
  background-color: #cd563c;
  color: white;

}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
     background: rgba(0,0,0,0.1);
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;
  transition: transform 1s ease-in-out;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    
  }
}
.chelsea-market-regular {
  font-family: "Chelsea Market", system-ui;
  font-weight: 400;
  font-style: normal;
}