
body {
    font-family: "futura-pt",Arial;
    text-align: center;

  }
/* Dropdown Button */
.dropbtn {
    background-color:  #93291E;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    margin-top: 10px;
  }
  
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  /* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 22px 16px;
    text-decoration: none;
    display: block;
    font-size: 18px;
  }
  @media (max-width: 500px) {
    .home-link{
        text-decoration: none;
        color: black;
        font-size: 11px;
    }
   
    .seal{
        max-height: 100px;
        max-width: auto;
    }
    .attendance{
        font-size: small;
    }
    .officer-img{
        max-width: 180px;
        max-height: auto;
    }
    .name{
        font-size: small;
    }
   
    .news-img{
        max-width: 220px;
        max-height: auto;
    }
    .flyer{
        max-height: 250px;
        max-width: auto;
    }
    
  }
  @media (min-width: 501px) and (max-width: 560px) {
    .home-link{
        text-decoration: none;
        color: white;
        font-size: 11.6px;
    }
    .news-img{
        max-width:300px;
        max-height: auto;
    }
    .officer-img{
        max-width: 300px;
        max-height: auto;
    }
    .name{
        font-size: small;
    }
    .flyer{
        max-height: 280px;
        max-width: auto;
    }

  }
  @media (min-width: 551px) and (max-width: 600px) {
    .home-link{
        text-decoration: none;
        color: white;
        font-size: 12.5px;
    }
    .news-img{
        max-width: 250px;
        max-height: auto;
    }
    .officer-img{
        max-width: 250px;
        max-height: auto;
    }
    .name{
        font-size: medium;
    }
    .flyer{
        max-height: 300px;
        max-width: auto;
    }

  }
  @media (min-width: 601px){
    .news-img{
        max-width: 300px;
        max-height: auto;
    }
    .officer-img{
        max-height: 300px;
        max-width: auto;
    }
    .name{
        font-size: medium;
    }
    .flyer{
        max-height: 350px;
        max-width: auto;
    }
  }
 
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #a71a1a;}

  .seal{
    max-height: 400px;
    max-width: auto;
}
.home-link{
    text-decoration: none;
    color: white;
}
.banner{
    background-image: url("banner.png");
    width: 100%;
    height: 90px;
    margin-top: 80px;
}
.content{
    justify-content: center;
    margin-top: 30px;
}
.container{
    position: fixed;
    top: 0.3px;
    width: 100%;
    background: #ED213A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
}
.centered{
    
    width: 20%;

}
ul{
    list-style-type: none;
}
.attendance{
    width: 60%;
    margin-left: 20%;
    margin-bottom: 30px;
    color: rgb(204, 23, 23);
    font-size: 17px;
}
.insta{
    width:20%;
}
.resource{
    border-bottom: 1px solid rgb(204, 23, 23);;
    width: 60%;
    padding-top: 30px;
    margin-left: 20%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.underline{
    text-decoration: underline;
}

.officer{
    border-bottom: 1px solid #b31217;
    margin-left: 8%;
    height: 25%;
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    align-items: center;
}
.name{
  color: red;
  margin-right: 8%;
  width: 40%;
  text-align: left;
}


.club-info{
        width: 75%;
        margin-left: 12.5%;
    text-align: left;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 18px;
}
.news-item{
        width: 75%;
        margin-left: 12.5%;
    text-align: center;
    border-bottom: 1px solid rgb(204, 23, 23);
    padding-top: 2%;
    padding-bottom: 2%;
    margin-bottom: 1%;
    font-size: 18px;
}
.tab {text-indent:40px }
p{
    line-height:134%;
}