/* Department CSS Document */
/* ====================== Mobile and Up ========================== */
img.card-picture-img {
    height: 200px;
}
a.card-picture-button {
	    font-family: 'Rajdhani', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	
}
.card-picture-2 .card-picture-title {
	font-size: 24px;
	font-weight: bold;
}

/*ANCHOR TOGGLES*/
ul.anchorGroup {
    display: grid;
    grid-gap: 10px;
    padding: 0;
    list-style-type: none;
}
.anchorGroup li {
    margin: 0;
}
a.anchorToggle {
    display: flex;
	font-weight: bold;
	    font-family: 'Rajdhani', sans-serif;
    align-items: center;
    text-decoration: none;
    font-size: 24px;
    padding: 10px;
    justify-content: center;
    color: #fff !important;
    background-color: #275D38;
}
a.anchorToggle:hover {
	background-color: #000;
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	ul.anchorGroup {
    grid-template-columns: repeat(3, 1fr);
}
}

/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	
}

/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {

	
	
}

/*End Large desktop only styles*/
/*END OF DOCUMENT*/