/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*------------------------------------------
Trident Technical College - Website Body Styles - Text
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;
	font-weight: 300;
}


/* Smallest Screen Size
--------------------------------------------------------------------*/

@media screen and (min-width: 120px) {
	
	
/* Universal Styles
-------------------------------------------*/
article {
	width: 95%;
	padding: 12px 0px 0 0px;
	margin: 0;
	font-size: 12pt;
	line-height: 14pt;
}


/* Navigation
-------------------------------------------*/

.bigButton {
	clear: both;
}

.bigButton a {
	/*Position Attributes*/
	display: block;	
	align-items: center;
	/*Size Attributes*/
	width: calc(95% - 18px) !important;
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin: 0 8px 0 0;
	padding: 9px;
	/*Type Attributes*/
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	text-decoration: none;
	/*Other Attributes*/
}

.medButton {
	/*Position Attributes*/
	display: block;	
	align-items: center;
	/*Size Attributes*/
	width: 95%;
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding: 9px 0 9px 0;
	margin: 0 8px 0 0;
	/*Type Attributes*/
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	text-decoration: none;
	/*Other Attributes*/
}

.linkList li a {
	display: block;
	width: 100%;
	margin: 5px 10px 5px 0;
	font-size: 100%;
	list-style:circle !important;
}

.breadCrumbs {
	margin: 0px 0 0 0;
	padding: 0 0 0 2px;
	font-size: 8pt;
	max-height: 25px;
}

.lowerMenu ul li{
	padding: 5px 0 5px 0;
}

.lowerMenu ul li a{
	font-size: 90%;
}


/* Text
-------------------------------------------*/

p {
	width: 95%;
	margin: 10px 0px 10px 20px;
}

article div {
	margin: 10px 0px 10px 20px;
	padding: 5px 0 5px 0;
}

h1 {
	font-size: 110%;
	font-weight: 500;
	margin: 10px 0 0 10px;
}

h2 {
	font-size: 110%;
	font-weight: 400;
	margin: 10px 0 0 10px;
}

h3 {
	font-size: 110%;
	font-weight: 300;
	margin: 10px 0 0 10px;
}

strong {
	font-weight: 500;
}

i {
	font-style: italic;
}

em {
	font-weight: 400;
	font-style: italic;
}

sup {
	font-size: 80%;
	vertical-align: super; 
}

.small  {
	font-size: 90%;
}

.smaller  {
	font-size: 80%;
}

.smallest  {
	font-size: 70%;
}

.large {
	font-size: 110%;
	line-height: normal;
}

.larger {
	font-size: 120%;
	line-height: normal;
}

.largest {
	font-size: 130%;
	line-height: normal;
}

.centered {
    margin-left: 5px;
	text-align: center;
}

.bigbold {
	font-size: 250%;
	font-weight: bold;
}

.clearFloat {
    clear: both;
}

/* Lists
-------------------------------------------*/

article ul {
	width: 91%;
	margin: 0 0 10px 40px;
	list-style: square;
}

article ol {
	width: 91%;
	margin: 0 0 10px 40px;
	list-style-type: decimal;
}

article dl {
	width: 91%;
	margin: 0 0 10px 40px;
	list-style-type: decimal;
}

.formalList {
	list-style-type: upper-roman;
}

.formalList ol {
	margin: 0 0 0 3px;
	list-style-type: upper-alpha;
}

.formalList ol ol{
	margin: 0 0 0 3px;
	list-style-type: lower-alpha;
}

.formalList ol ol ol{
	margin: 0 0 0 3px;
	list-style-type: lower-roman;
	font-size: 90%;
}

article li {
	margin: 5px 0 5px 23px;
	width: calc(100% - 40px);
	padding-right: 23px;
}

article dt {
	font-weight: 500;
}

article dd {
	margin: 0 0 15px 25px;
}

/* Tables
-------------------------------------------*/

article table {
	max-width: 95%;
	margin: 10px 0px 10px 20px;
	font-size: 90%;
	border: solid thin #70b2b9; /* color style cannot be separated */
	margin: auto;
}

article table caption {
	font-weight: 300;
	caption-side: bottom;
}

article table thead {
	font-weight: 400;
	text-align: left;
	line-height: 16px;
}

article table tr td {
	padding: 5px;
}



}

/* Large Phone Vertical Screen Size
--------------------------------------------------------------------*/

@media screen and (min-width: 414px) {


}

/* Large Phone Horizontal Screen Size
--------------------------------------------------------------------*/

@media screen and (min-width: 557px) {
	
/* Navigation
-------------------------------------------*/

.breadCrumbs {
	margin: -10px 0 0 0;
}


}


/* Tablet Screen Size
--------------------------------------------------------------------*/

@media screen and (min-width: 768px) {


/* Text
-------------------------------------------*/

p {
	width: 90%;
	margin: 10px 0px 10px 20px;
	line-height: 20px;
}


/* Navigation
-------------------------------------------*/

.bigButton a {
	width: calc(95% - 18px);
}

.breadCrumbs {
	margin: -7px 0 0 0;
	padding: 0 0 0 2px;
	font-size: 8pt;
	max-height: 25px;
}
	

}

/* Small Desktop Screen Size
--------------------------------------------------------------------*/

@media screen and (min-width: 1024px) {
	

}

/* Maximum Screen Size
--------------------------------------------------------------------*/

@media screen and (min-width: 1440px) {


}
