/* 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,h2,h3,h4 {
	font-family: 'Raleway', sans-serif; 
}
#globalHeader a, #globalFooter a, #globalHeader a:hover, #globalFooter a:hover, .card-picture-button,  .card-advisor a, .resource-links a, .social-links a,  a.backToTop {
	text-decoration: none;
	border-bottom: none;
}

.two-column {
	column-count: 2;
}

a.button:hover, a.button:focus {
	border-bottom-style: solid;
	border-width: 2px;
}
a {
	border-bottom: 1px dotted var(--color-uvu-primary);
	color: #00843D;
}
a:hover, a:focus {
	border-bottom: 1px solid var(--color-uvu-priamry);
}
.jumbo header p, .jumbo header h1 {
    text-shadow: 0 2px 5px rgba(0,0,0,.6);
	font-family: 'Raleway', sans-serif; 
}
.fa-arrow-circle-o-down:before {
	text-shadow: 0 2px 5px rgba(0,0,0,.6);
}
.homeScroll {
	display: none;
}
.bg-bright_squares{
	background-image: url('https://www.uvu.edu/orientation/images/backgrounds/bright_squares.png');
	background-size:auto;
	background-repeat: repeat;
}

.bg-image{
	background-image: url('https://www.uvu.edu/orientation/images/jumpstart.jpg');
	background-size:cover;
}

.clickable:hover{
	background-color:rgba(0,0,0,.2);
	transition: .2s;
}

.page-header{
	border: none;
	margin: 0;
}
.overflow-hidden {
	overflow: hidden;
}
.flex-col-mobile {
	flex-direction: column;
}
.flex-1 {
	flex: 1;
}
.flex-center {
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}
.button-border {
	font-weight: bold;
	font-size: 18px;
}
.box-shadow-inset-top {
    box-shadow: inset 0px 8px 8px -6px #898989, inset 0px 0px 0px 0px #898989;
}
.box-shadow-inset-bottom {
    box-shadow: inset 0px 0px 0px 0px #898989, inset 0px -8px 8px -6px #898989;
}
.box-shadow-inset {
    box-shadow: inset 0px 8px 8px -6px #898989, inset 0px -8px 8px -6px #898989;
}
.staffCard {
	overflow: hidden;
	border-radius: 4px;
}
.staffCard img {
	border-radius: 4px;
}
.staffCard a:hover,
.staffCard a:focus,
.staffCard a:visited,
.staffCard a:active {
	color: #ffb500;
}

#orientationLeaders .card-staff-directory, #orientationLeaders .card-staff-email {
	display: none;
}
#orientationLeaders .card-staff-name {
    grid-row: 2;
}

#orientationLeaders .card-staff-title {
    grid-row: 3;
}

/*-------------------- VIDEO CARD --------------------*/
.videoCard {
	border-radius: 2px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	flex: 1;
	box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 2px 3px rgba(0,0,0,.24);
}
.videoCard iframe {
	background-color: #000;
}
.videoCard-content {
	padding: 15px;
	background: #f9f9f9;
	flex: 1;
}
.videoCard h2 {
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	color: #333;
}
.videoCard p {
	margin: 0;
}
/*-------------------- END VIDEO CARD --------------------*/
.mw-425 {
    max-width: 425px;
}
/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {


	
	
}/*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) {
.jumbo header h1 {
	font-size: 80px;
}
.homeScroll {
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .2s;
}
.homeScroll:hover {
	-webkit-transform: translate(-50%, -10%);
	transform: translate(-50%, -10%);
	transition: .2s;
}
	
	
	
}/*end media query*/
/*Desktop Only*/
/* ====================== Wide Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1650px) {
	.padding-80-desktop {
		padding: 100px 0;
}
}/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/
