/* CSS Document */

/*------------------------------------------
Trident Technical College - Front Page Sections Styles
version:    5.0
author:		Daniel Vice
email:		daniel.vice@tridenttech.edu
-------------------------------------------*/
/* Sample Attribute Hierachy

.someAttribute {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/

body {
	font-family: 'Fira Sans', sans-serif;
	background: #ffffff;
}


/* Smallest Screen Size
--------------------------------------------------------------------*/

@media screen and (min-width: 120px) {
	
/* --- Emergency Message --- */

.emergencyMessage {
	/*Position Attributes*/
	display: block;
	position: fixed;
	top: 112px;
	float: right;
	/*Size Attributes*/
	height: 35px;
	width: calc(100% - 20px);
	/*Color Attributes*/
	color: #000000;
	/*Formatting Attributes*/
	margin: 0 !important;
	padding: 8px 20px 0 10px;
	/*Type Attributes*/
	font-size: 11pt;
	font-weight: 400;
	line-height: 12pt;
	text-decoration: none;
	/*Other Attributes*/
	z-index: 1;
}

.emergencyMessage a:first-child {
	display: block;
	float: left;
	height: 31px;
	width: 100px;
	padding: 12px 0 0 5px;
	margin: -8px 10px 0 -10px;
}

/* --- Big Text --- */

.bigText {
	/*Position Attributes*/
	position: relative;
	top: 80px;	
	clear: both;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	/*Type Attributes*/
	/*Other Attributes*/
}

.heroLink {
	text-decoration: none;
	color: #ffffff;
}

.bigWord {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 80%;
	/*Color Attributes*/
	color: #ffffff !important;
	/*Formatting Attributes*/
	/*Type Attributes*/
	font-size: 300%;
	font-weight: 900;
	line-height: 20px;
	letter-spacing: 2px;
	/*Other Attributes*/
}

.smallWords {
	width: 70%;
	padding: 0 0 0 70px;
	color: #ffffff !important;
}

.bigSplash {
	/*Position Attributes*/
	position: relative;
	top: 40px;	
	clear: both;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	/*Type Attributes*/
	/*Other Attributes*/
}

.bigSplash:hover {
	background: #ec4949;
}

.splashLink {
	text-decoration: none;
	color: #ffffff;
}

.bigSplashWord {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 100%;
	/*Color Attributes*/
	color: #ffffff !important;
	/*Formatting Attributes*/
	margin: 5px 0 0 0;
	/*Type Attributes*/
	font-size: 300%;
	font-weight: 900;
	line-height: 40px;
	letter-spacing: 2px;
	text-align: center;
	/*Other Attributes*/
}

.bigSplashWord:hover {
	text-decoration: underline;
}

.smallSplashWords {
	/*Position Attributes*/
	/*Size Attributes*/
	width: 100%;
	/*Color Attributes*/
	color: #ffffff !important;
	/*Formatting Attributes*/
	margin: 0;
	padding: 5px 0 10px 0;
	/*Type Attributes*/	
	font-size: 100%;
	text-align: center;
	/*Other Attributes*/
}


.twoLinks {
	float: right;
	width: 55%;
	margin: 0;
	padding: 0 4px 0 0;
}

.twoLinks a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0 0 5px 0;
}

.twoLinks a:hover {
	text-decoration: underline;
}

/* --- Quick Links --- */

.quickLinks {
	clear: both;
	position: relative;
	top: 80px;
	left: 15px;
	width: 80%;
}

.quickLinks h1 {
	font-size: 170%;
	color: #ffffff;
}

.quickLinks ul {
	margin: 5px 0 0 20px;
}

.quickLinks ul li {
	padding: 0 0 7px 0;
}

.quickLinks ul li a {
	color: #ffffff;
}

/* --- News --- */

.news {
	clear: both;
	position: relative;
	top: 85px;
	margin: 0 0 0 20px;
}

.news h1 {
	font-size: 170%;
	color: #ffffff;
}

.news p {
	width: 85%;
	color: #ffffff !important;
}

.news p a {
	width: 80%;
	color: #ffffff !important;
}

}

/* Large Phone Vertical Screen Size
--------------------------------------------------------------------*/

@media screen and (min-width: 414px) {

.bigWord {
	width: 80%;
	font-size: 400%;
	line-height: 30px;
}

.smallWords {
	width: 70%;
	padding: 0 0 0 90px;
	font-size: 120%;
}

.twoLinks {
	float: right;
	width: 40%;
	margin: -68px 0 0 0 ;
	padding: 0 4px 0 0;
}

}

/* Large Phone Horizontal Screen Size
--------------------------------------------------------------------*/

@media screen and (min-width: 557px) {


}


/* Tablet Screen Size
--------------------------------------------------------------------*/

@media screen and (min-width: 768px) {
	
/* --- Emergency Message --- */

.emergencyMessage {
	top: 185px;
    height: 25px;
}

.emergencyMessage a:first-child {
	height: 25px;
	padding: 8px 0 0 5px;
	margin: -8px 10px 0 -10px;
}
	
/* --- Big Text --- */

.bigText {
	/*Position Attributes*/
	position: relative;
	top: 140px;	
	clear: both;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 0 0 0 0;
	padding: 5px 0 0 20px;
	/*Type Attributes*/
	/*Other Attributes*/
}

.bigWord {
	width: 80%;
	font-size: 500%;
}

.smallWords {
	width: 70%;
	padding: 10px 0 10px 120px;
	font-size: 140%;
}

.bigSplash {
	/*Position Attributes*/
	top: 103px;	
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	/*Type Attributes*/
	/*Other Attributes*/
}

.bigSplashWord {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 5px 0 0 0;
	/*Type Attributes*/
	font-size: 400%;
	font-weight: 900;
	line-height: 60px;
	letter-spacing: 2px;
	text-align: center;
	/*Other Attributes*/
}

.smallSplashWords {
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding: 0px 0 15px 0;
	/*Type Attributes*/	
	font-size: 110%;
	text-align: center;
	/*Other Attributes*/
}

.twoLinks {
	float: right;
	width: 40%;
	margin: -80px 0 0 0 ;
}

.twoLinks a {
	font-size: 120%;
}

/* --- Quick Links --- */

.quickLinks {
	clear: both;
	position: relative;
	top: 140px;
	left: 33px;
	width: 80%;
}

/* --- News --- */

.news {
	clear: both;
	position: relative;
	width: 490px;
	top: -105px;
	left: 273px;
	
}

}

/* Small Desktop Screen Size
--------------------------------------------------------------------*/

@media screen and (min-width: 1024px) {
	
/* --- Emergency Message --- */

.emergencyMessage {
	max-width: calc(1440px - 30px);

}
	
/* --- Big Text --- */

.bigText {
	/*Position Attributes*/
	position: relative;
	top: 150px;	
	clear: both;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 0 0 0 0;
	padding: 5px 0 0 40px;
	/*Type Attributes*/
	/*Other Attributes*/
}

.bigWord {
	width: 80%;
	font-size: 600%;
}

.smallWords {
	width: 70%;
	padding: 18px 0 25px 150px;
	font-size: 200%;
}

.twoLinks {
	float: right;
	width: 50%;
	margin: -130px 0 0 0 ;
}

.twoLinks a {
	font-size: 150%;
	margin: 8px 0 0 0;
}

/* --- Quick Links --- */

.quickLinks {
	clear: both;
	position: relative;
	top: 140px;
	left: 56px;
	width: 20%;
}

.quickLinks h1 {
	font-size: 190%;
	color: #ffffff;
}

.quickLinks ul {
	margin: 5px 0 0 20px;
}

.quickLinks ul li {
	padding: 0 0 7px 0;
}

.quickLinks ul li a {
	font-size: 110%;
	}
	

/* --- News --- */

.news {
	clear: both;
	position: relative;
	width: 490px;
	top: -125px;
	left: 330px;
}

.news h1 {
	font-size: 190%;
	color: #ffffff;
}

.news p {
	width: 95%;
	font-size: 110%;
}

.news p a {
	width: 80%;
	color: #ffffff !important;
}


}

/* Maximum Screen Size
--------------------------------------------------------------------*/

@media screen and (min-width: 1440px) {



}
