/* 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 ========================== */
/* --------------------------------------------------------------------------------------------*/
/*         2025 updates             */
/* -------------------------------------------------------------------------------------------- */

.ei-home-student-quote {
    padding: 10px;
    height: 400px;
    font-size: 20px;
}
/* --------------------------------------------------------------------------------------------*/
/*         2025 updates             */
/* -------------------------------------------------------------------------------------------- */
span.quiz-wrapper-text{
		color: white; 
		font-size: 20px;
	}
/* ----------------------- */
/*         BOX             */
/* ----------------------- */
.background-black{
	background-color: black;
}
.box-review-header{
	text-align: center;
	font-size: 40px;
	color: white;
}
.box-review {
	border-block-width: 2px;
	text-align: center;
}
.box-review-text{
	padding: 0px 30px;
}
.box-review-text{
	padding: 0 20px;
}
.background-number{
	font-size: 20vh;
	font-weight: 900;
	color: rgba(75, 162, 63, 0.3);
	position: absolute;
}
span.fab.social-icon {
	color: white;
	font-size: 30px;
	padding: 10px;
}
.box-type {
	height: 200px;
}

.box-type-text {
	font-size: 30px;
	font-weight: 600;
	color: white;
	text-align: center;
	margin-top: 55px;
	font-family: 'Rajdhani';
}
.box-type-text:hover{
	font-weight: 100;
}


.box-review {
/*     width: 30vw; */
/* 	height: 40vh; */
    align-items: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
/*    border-block-width: 2px; */
}

/* ----------------------- */
/*      icons.             */
/* ----------------------- */

section.bg-icon:before {
    content: '';
    background-image: url(https://www.uvu.edu/woodbury/entrepreneurship/images/ei-homepage-bg.png);
/*  background-position-x: right;
    background-position-y: center; */
	background-position: center right, center right;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    width: 100vw;
    /* margin-top: 130px; */
    height: 100%;

}

.highlights-text-wrapper {
    padding: 10px 10px 80px 70px;
}


/*End mobile and up styles*/
/* ====================== Mobile Styles ========================== */
@media only screen and (max-width: 768px) {
.spacer-header{
	height: 0vh;
}

}

/*end media query*/
/*End tablet and up styles*/
/* ====================== Tablet  (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) and (max-width: 1200px){
/* ----------------------- */
/*         BOX             */
/* ----------------------- */
.box-review {
	padding: 20px;
	height: 65vh;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
/*    border-block-width: 2px; */
}
/* ----------------------- */
/*         icon             */
/* ----------------------- */
section.bg-icon:before {
    /* align-content: center; */
    content: '';
    background-image: url(https://www.uvu.edu/woodbury/entrepreneurship/images/ei-homepage-bg.png);
    background-position: top center, top center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    width: 100%;
    margin-top: 130px;
    height: 100%;
}
.spacer-header {
    height: 0vh;
}
}

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

.box-review {
    width: 30vw;
	height: 40vh;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
/*    border-block-width: 2px; */
}
.spacer-header{
	height: 40vh;
}
}

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