 #student-affairs {
	 padding-top:0;
}
 #announcements hr {
	 padding-top:0;
	 margin-top:2rem;
}

#announcements .section-grid{
	margin-top:.25rem;
}
 .green-block {
	 background-color:#00866C;
	 text-align:center;
	 width:100%;
	 padding:2rem;
}
 .green-block svg{
	 width:100px;
	 height:100px;
	 text-align:center;
	 fill:#fff;
}

/* cream box announcement box for COVID-19 FAQ */
 .covid-updates {
	 background-color:#FFF9D9;
	 margin:0;
	 padding:.25rem;
}
 .covid-updates p{
	 font-weight:bold;
	 font-size:1.75rem;
	 line-height:.5rem;
}
 .covid-updates a{
	 font-family: 'League Gothic', sans-serif;
}

/* * intro */
 .lead {
	
	 margin-top: 0;
}


/* CTA LINKS */
#links p.bigger-text {
    padding-bottom: 1.5rem;
}
 #links .section-links{
	 margin: 0;
	 padding: 0;
   text-align: center;
}
 #links .section-links li{
	 margin: 0;
	 width: 40%;
	 text-align: center;
}
 #links .section-links li:nth-child(1){
	 margin: 0;
}
 #links .section-links li:nth-child(2){
	 margin: 0 0 0 1rem;
}
/* #links .section-links li:nth-child(3){
  margin: 0 0 0 1rem;
} */
 #links .section-links li a{
	 display: block;
	 padding: 15px 0;
	 background-size: cover;
	 background-position: center center;
	 color: #fff9d9;
	 font-size: 1.25rem;
	 transition: .5s all;
}
 #links .section-links li a:hover{
	 transform: scale(1.05);
}
 #links .section-links li:nth-child(1) a{
	 background-color: #c8102e;
}
 #links .section-links li:nth-child(2) a{
	 background-color: #c8102e;
}
/* #links .section-links li:nth-child(3) a{
  background-color: #c8102e;
} */
 #links .section-links li a:after{
	 content: "";
}
 @media only screen and (max-width: 900px) and (min-width: 581px){
	 #links .section-links li a{
		 font-size: inherit;
		 padding: 20px 0;
	}
}

 @media only screen and (max-width: 880px){
	 #links .section-links li{
		 width: 100%;
		 justify-content:center;
		 
	}
	 #links .section-links li:nth-child(1){
		 margin: 0px;
		 margin-bottom: 30px;
	}
	 #links .section-links li:nth-child(2){
		 margin: 0px;
     margin-bottom: 0px;
	}
  /* #links .section-links li:nth-child(3){
    margin: 0px;
 } */
}
