/* 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: 35px 0;
	 background-size: cover;
	 background-position: center center;
	 color: #fff9d9;
	 font-size: 2rem;
	 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: 1.5rem;
		 padding: 40px 0;
	}
}
 @media only screen and (max-width: 580px){
	 #links .section-links li{
		 display: block;
		 width: 100%;
	}
	 #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;
 } */
}
