#resources {
	/* border: 2px solid yellow; */
	text-align: center;
}

#resources  a.anchor {
    display: block;
    position: relative;
    top: -65px;
    visibility: hidden;
}
  
#resources h1 {
	/* border: 2px solid yellow;   */
	text-align: center;
	font-size: 45pt;
	margin-top: 5%;
}

#resources_grid {
	width: 95%;	
	margin: auto;
	text-align: left;
	border-radius: 0pt;
  }

#resources_grid .row {
	margin: auto;
  }

#resources_grid .card {
	border-radius: 0pt;
	border: 0px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	min-width: 520px;
	max-width: 600px;
	height: 100%;
  } 


#resources_grid .responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
  }

.btn-lg-overlay {
	height: 90px;
	width: 300px; 
	background-color: whitesmoke;
	border-radius: 0;
	opacity: 0.65;
	margin-top: 15px;
	margin-bottom: 10px;
  }

#quadChart i {
	width: 150%;
	font-size: 18pt;
	font-style: normal;
  }

#quadChart .btn-lg-overlay:hover {
	background-color: var(--main-color);
	color: white;
	border: 0pt;
	/* outline: none; */
  }


#resources .card-title {
	width: 95%;	
	font-size: 20pt;
	text-align: center;
}

#resources .card-text {
	font-size: 14pt;
}


@media (max-width: 900px){
	#resources_grid {
		width: 100%;	
	}

	#resources_grid .card {
		margin: 0px;
		min-width: 100%;
		max-width: 600px;
	  } 

	#resources h1 {
		/* border: 2px solid yellow;   */
		font-size: 35pt;
	}

}