
#header{
    margin-top: 35px;
    text-align-last: center;
    padding: 5px;
    max-width: 800px; 
    margin: 0 auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
}
#header h1{
    color: #1B75BC;
    text-align: center;
    padding-bottom: 0px;
}

#header h2{
    padding-top: 0px;
    text-align: center;
    font-size: 25px;

}
#header img{
    max-width: 100px;
    margin: 20px;
    margin-bottom: 0px;
    
     
}


/* the following code is for the grey navegation bar*/

#NavBar ul{
    position:relative;
    top: 0;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: dimgrey;
    overflow: hidden;
}

#NavBar li{
    float: right;
    display: inline-block;
    clear: left;
    font-family: 'Source Sans Pro', sans-serif;
}

#NavBar li a{
    display:block;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    color: #D8EEFF;
}


#NavBar li a:hover{
    background-color: black;
}





/*the follwing code is for*/
#content{
    max-width: 800px; 
    margin: 0 auto;
    margin-bottom: 30px;
    font-family: 'Source Sans Pro', sans-serif;
}

#content h2{
    margin-left: 50px;
    color: #1B75BC;
    
}
}
#content h1{
    margin-left: 50px;
    color: #1B75BC;
}
#content p{
    margin-left: 50px;
    margin-right: 50px;   
    
}

#content a:hover{
    color: dimgray;
    
}

#content a{
    color: #22A6F2;
    text-decoration: none
}

#cal {
    display: flex;
    align-items: center;
    justify-content: center;
}



.OfficersColumn {
  float: left;
  width: 25%;
    padding-left: 0;
    padding-right: 0;
}

.OfficersColumn img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 135px;
    border-radius: 50%;
}

.OfficersColumn p{
    display: block; 
    text-align: center;
    padding-left: 0;
   padding-right: 0;
}

/* Clear floats after the columns */
.OfficersRow:after {
  content: "";
  display: table;
  clear: both;
}

.OfficersRow{
    margin-left: 20px;
    margin-right: 20px;
}

@media screen and (max-width: 600px) {
  .OfficersColumn {
    width: 100%;
  }
}

footer{
    font-family: 'Source Sans Pro', sans-serif;
}

footer a{
    color: #94D0FF; 
    text-decoration: none
}

footer a:hover{
    color: #1B75BC;
}

/*adapted from https://www.w3schools.com/howto/howto_css_three_columns.asp*/
/* Create three equal columns that floats next to each other */
.column {
  float: left;
    height: 150px;
    background-color: black;
    color: white;
}
.column img{
    max-width: 40px;
    margin: 0;
    padding: 0;
    filter: brightness(0) invert(1);
}
.column h4{
    margin-bottom: 2px;
}
.column p{
    margin: 0;
    padding: 3px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.columnList {
  float: left;
  width: 50%;
}

.columnList li{
    list-style-type: none;
}

.columnList a{
    text-decoration: none;
    
}

/* Clear floats after the columns */
.rowList:after {
  content: "";
  display: table;
  clear: both;
}
    
 
.EventsColumn {
  float: left;
  width: 33%;
}

.EventsColumn img{
     display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    max-height: 200px;
}

.EventsColumn p{
    display: block; 
    text-align: center;
}

/* Clear floats after the columns */
.EventsRow:after {
  content: "";
  display: table;
  clear: both;
}

.EventsRow{
    margin: 20px;
}

@media screen and (max-width: 800px) {
  .EventsColumn {
    width: 100%;
  }
}

    
.introColumn {
  float: left;
  width: 50%;
}

.introColumn img{
     display: block;
      margin-left: auto;
    margin-right: auto;
       object-fit: contain;
    max-width: 300px;
    
    
}

.introColumn p{
    display: block; 
    text-align: center;
}

/* Clear floats after the columns */
.introRow:after {
  content: "";
  display: table;
  clear: both;
}

.introRow{
    margin: 20px;
}

@media screen and (max-width: 700px) {
  .introColumn {
    width: 100%;
  }
}

       
    
    
