/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */
h1 {
	font-family: "rajdhani";
	font-weight: bold;
	color: #434344;
}
h2 {
	font-family: "rajdhani";
	font-size: 50px;
	font-weight: bold;
	color: #434344;
}
h3 {
	font-family: "rajdhani";
	font-size: 35px;
	font-weight: bold;
	color: #434344;
}
p {
	font-family: "raleway";
	font-size:16px;
	font-weight: medium;
	color: #434344;
}


.ufra-header-text {
	bottom: 45%;
	transform: scale(1.5);
	color: white;
	font-family: "rajdhani";
	font-weight: bold;
	margin-left: 50px;
	margin-right: 50px;
	padding-left: 20px;
	padding-right: 20px;
	text-shadow: 1px 1px 2px  #434344;
	
}

.card-content-content {
padding-left: 15px;
padding-right: 15px;
}



/* ==== Custom Staff Cards - /ufra/contact_us.html ==== */
.custom-staff-card .card-staff-3 {
	background-color: #757677;
}

.custom-staff-card .card-staff-3 .card-staff-name {
	border-bottom: 5px solid #b51218;
	color: #434344;
}

/* ==== END CUSTOM STAFF CARDS ==== */




/*=======Grid Area========*/
.header-grid-area{
    display: grid;
    grid-gap: 20px;
    margin:10px;
	grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-template-areas: 
    "area1"
		"area2"
		"area3"
		;
}

.area1, .area2, .area3,{
    padding:10px;
    color: #fff;
	justify-content:center;
	align-items:center;
	display: flex;
    flex-direction: column;
}
.area1{
	grid-area: area1;
}
.area2{
	grid-area: area2;
}
.area2{
	grid-area: area2;
}
.area2{
	grid-area: area2;
}
.area2{
	grid-area: area2;
}

.card-bold {
	font-family: "rajdhani";
	font-size: 1.125em;
	font-weight: bold;
	color: #434344;
}

.mission {
	word-spacing: 100px;
}

.ufra-picture-card{
	background-color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-grow: 2;
	box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.2);
}

.ufra-cards {
	background-color: white;
	border-bottom: solid;
	border-bottom-width: 5px;
	border-bottom-color: #B51218;
	color: #434344;
	text-align: center;
	padding: 20px 5px 20px 5px;
	margin: 0px;
	
	
}

h2.ufra-cards {
	font-family: "rajdhani";
	font-size:2em;
	font-weight: bold;
	color: #434344;
}

.ufra-card-img {
	margin: 0px;
	padding: 0px;
	height: 325px;
	object-fit: cover;
}
.ufra-card-img2 {
	margin: 0px;
	padding: 0px;
	height: 325px;
	object-fit: contain;
}
.ufra-card-picture-button {
	position: absolute;
	bottom: 10px;
	color: white;
	padding: 10px;
	font-size: 1.5em;
	text-shadow: 1px 1px 2px black;
	font-weight: bold;
	
}
.ufra-card-picture-button2 {
	position: absolute;
	bottom: 10px;
	color: white;
	padding: 10px;
	font-size: 1.5em;
	text-shadow: 1px 1px 2px black;
	font-weight: bold;
	background-color: rgba(0,0,0,.1);
	width: 90%;
}
.button-to-bottom {
    margin-top: auto;
    padding-bottom: 15px;
	
}
.crisis {
	background-color: #fff;
}
h2.crisis {
	font-family: "rajdhani";
	font-size: 2.25em;
	font-weight: bold;
	color: #B51218;
}
.job-text {
	color: #B51218;
}

a:visited {
	color: #434344;
}

a:hover {
	 color: #767677;
}


.social-media {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.css-1sq4667 {
	
		display:flex;
		justify-content:center;
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {

.ufra-header-text {
	bottom: -120%;
	transform: scale(1.5);
	color: white;
	font-family: "rajdhani";
	font-weight: bold;
	margin-left: 356px;
	padding-left: 20px;
	margin-right: 100px;
	padding-right: 20px;
	text-shadow: 1px 1px 2px #434344;
}
	
	
	
}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	
.ufra-header-text {
	bottom: -120%;
	transform: scale(1.5);
	color: white;
	font-family: "rajdhani";
	font-weight: bold;
	margin-left: 456px;
	padding-left: 20px;
	margin-right: 200px;
	padding-right: 20px;
	text-shadow: 1px 1px 2px #434344;
}
.header-grid-area{
    display: grid;
    grid-gap: 20px;
    margin:10px;
	grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: 
    "area1 area2 area3";
}
	
.card-content-content {
padding-left: 15px;
padding-right: 15px;
}
	

	
}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	
	.header-grid-area{
    display: grid;
    grid-gap: 20px;
    margin:10px;
	grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: 
    "area1 area2 area3";
}
	
}

	
	
	

/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/
