/* Add your CSS styles here */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: rgba(255,255,255,0.5);
    color: #fff;
    text-align: center;
    padding: 20px;
    width:800px
}

main {
    width: 100%;
    /* margin: 20px auto; */
    /* padding: 20px; */
    /* background-color: #f9f9f9; */
    border-radius: 5px;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}
main form{
    width: 800px;
    background-color: rgba(255,255,255,0.5);
    color: black;
    border-radius: 0 0 10px 10px;
}
.heading{
    display: flex;
    justify-content: center;
}
.donate-food-h2{
    color: #f7f7f7;
    background-color:rgb(40 43 50 / 50%);
    padding: 10px;
    margin-bottom: 0;
    border-radius:10px 10px 0 0 ;
}
.shelters-h2{
    color: #f7f7f7;
    background-color: rgb(0 0 0 / 50%);
    padding: 10px;
    margin-bottom: 10px;
    border-radius:10px;
}
form label {
    display: block;
    margin-bottom: 5px;
    margin-left: 15px;
    padding-top: 10px;
}

form input[type="text"] {
    width: 750px;
    padding: 10px;
    /* margin-bottom: 10px; */
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 15px;
}

/* button {
    background-color: #f2a900;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
} */
button {
    margin: 20px;
  }
  .custom-btn {
    color: #fff;
    width: 130px;
    height: 40px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
  }
  
  .btn-6 {
    background: black;
    line-height: 40px;
    padding: 0;
    border: none;
    box-shadow: 0 0 5px black;
  }
  .btn-6 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .btn-6:hover{
    background: transparent;
  }
  .btn-6:before,
  .btn-6:after {
    position: absolute;
    content: "";
    height: 0%;
    width: 2px;
    background: black;
   box-shadow: 0 0 5px black;
  }
  .btn-6:before {
    right: 0;
    top: 0;
    transition: all 500ms ease;
  }
  .btn-6:after {
    left: 0;
    bottom: 0;
    transition: all 500ms ease;
  }
  .btn-6:hover:before {
    transition: all 500ms ease;
    height: 100%;
  }
  .btn-6:hover:after {
    transition: all 500ms ease;
    height: 100%;
  }
  .btn-6 span:before,
  .btn-6 span:after {
    position: absolute;
    content: "";
    background: black;
    box-shadow: 0 0 5px black;
  }
  .btn-6 span:before {
    left: 0;
    top: 0;
    width: 0%;
    height: 2px;
    transition: all 500ms ease;
  }
  .btn-6 span:after {
    right: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    transition: all 500ms ease;
  }
  .btn-6 span:hover:before {
    width: 100%;
  }
  .btn-6 span:hover:after {
    width: 100%;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    background-color: black;
    color: white;
    border-radius: 5px;
}
.th{
    background-color: orangered;
}

th, td {
    padding: 10px;
    text-align: left;
}

tr:nth-child(even) {
    background-color: #333;
}
/* 
ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
} */
.navbar {
    background-color: #333;
    overflow: hidden;
}

/* Style for the navigation links */
.nav-options a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: larger;
}

/* Style for the logo */
.navbar {
    display:flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px 20px; */
}

/* Change the color of the links on hover */
.nav-options a:hover {
    background-color: #ddd;
    color: black;
    display: flex;
    align-items: center;
}
.logo{
    background-image: url("./images/logo.png");
    width: 200px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 4px;
}
body{
    margin:0px;
    background-image: url("https://wallpaperaccess.com/full/1616111.jpg");
}

.login{
    background-image: url("./images/icons8-male-user-white.png");
    background-repeat: no-repeat;
    height:22px;
    background-size: contain;
    margin-left: 5px;
}
.login p{
    display: inline;
    margin-left: 40px;
}
.login:hover{
    background-image: url("./images/icons8-male-user-black.png");
    background-repeat: no-repeat;
    height: 22px;
}
.fb-logo:hover{   
    display: inline-block;
      width: 48px;
      height: 48px;
      border: none;
    background-color: #d8dddf;
    box-shadow: 0 0 5px #97d6ef;
      border-radius: 50%; 
  }
  .insta-logo:hover{
      display: inline-block;
      width: 47px;
      height: 47px;
      border: none;
    background-color: #d8dddf;
    box-shadow: 0 0 5px #b31c23;
      border-radius: 25%; 
  }
  .linkedin-logo:hover{
      display: inline-block;
      width: 47px;
      height: 47px;
      border: none;
      background-color: #d8dddf;
      box-shadow: 0 0 5px #1f55b9;
      border-radius: 25%; 
  }
  .twitter-logo:hover{
      display: inline-block;
      width: 47px;
      height: 47px;
      border: none;
      background-color: #d8dddf;
      box-shadow: 0 0 5px #1f55b9;
      border-radius: 25%; 
  }
  .shelters-container{
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    margin-top: 20px;
    padding-top: 5px;
    border-radius: 10px;
  }
