@charset "UTF-8";
@font-face {
	font-family: LubalinGraphStd-Demi;
	src: url(https://www.unthsc.edu/wp-content/themes/hsc/library/fonts/LubalinGraphStd-Demi.otf);
}
@font-face {
	font-family: LubalinGraphStd-Book;
	src: url(https://www.unthsc.edu/wp-content/themes/hsc/library/fonts/LubalinGraphStd-Book.otf);
}
#first-section, #first-section video {
	/* height: 90vh; */
	/* max-height: 90vh; */
	/* margin: 0px auto 0px auto; */
	position: relative;
	top: -15px;
	/* top: -30vh; */
	z-index: -2;
	/* -webkit-transform: translateZ(-.75px) scale(2); */
	-moz-transform: translateZ(-.75px) scale(2);
	/* transform: translateZ(-.75px) scale(2); */
}

#first-section video {
    top: 0vh;
}

#clouds-vieo {
	position:relative; z-index: 1; -webkit-transform: translateZ(-1.009px) scale(2); -moz-transform: translateZ(-1.009px) scale(2); transform: translateZ(-1.009px) scale(2); background-color: rgba(0, 0, 0, 0);
}

ul#menu-student-links {
    font-size: 12pt;
}
section p {
	text-indent: 0em;
	font-size: 16pt;
}
section h2 {font-family: LubalinGraphStd-Demi, Verdana, sans-serif; font-size:20pt; margin:0px 0px 15px 0px;}
ul {
	font-size: 16pt;
	padding-left: 50px;
    margin: 25px;
}
section {
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
}
.table-responsive {border: 0px !important;}
.table-responsive td {
    font-size: 12pt;
    line-height: 2em;
}
.frame-break-right {float:right; margin: 0px -20% 25px 25px;}
#footer-images {float:left; margin:0px 60px 25px 0px; text-align:right; max-width:400px;}

@media screen and (max-width: 700px) {
section p, ul {font-size:12pt;}
ul {padding-left:25px;margin:0px;}
.full-scrn-panel {background-position: 30% 0% !important;}
.full-scrn-panel2 {background-position: 70% 0% !important;}
.frame-break-right {float:none; margin: 25px 25px 25px 25px;}
#footer-images {margin:0px 0px 25px 0px;}
}