/*
Theme Name: 
Author: Stacy Chitwood, NimbleForce Creations
Author URI: http://nimbleforce.com/
Description: This custom theme was designed and built expressly for NimbleForce Creations. All rights reserved.
Version: 1.0

MOBILE STYLING -- DO NOT REMOVE
*/



/************COLORS************


white: 			#FFFFFF
black: 			#000000
forest green: 	#266A2E
TAC blue:		#18468B
TAC red: 		#E51636

*/
	
/************END COLORS************/

/************FONTS************/


@font-face {
    font-family: 'fontin_sans';
    src: url('../fonts/fontin_sans_r-webfont.woff2') format('woff2'),
         url('../fonts/fontin_sans_r-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/************CLEAR************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{

	background: transparent;	
	border: 0;	
	font-size: 100%;	
	margin: 0;
	outline: 0;	
	padding: 0;
	vertical-align: baseline;

}

html {
	
	margin-top: 0!important;

}
/************END CLEAR************/

/* GENERAL & GLOBAL */

* {
	
	box-sizing: border-box;
	margin: 0;
	
}


html, body {

	height: 100%;
	width: 100%;
}
	

body {
	 
	background-color: gray; /* gray body */
	font-family: 'fontin_sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.56;
	
}


#pageWrap {

	background-color: white;
	height: auto;
	margin: 0 auto;
	padding: 0;
	width: 100%;

}


#preloaded-images {

	display: none;
	
}


#header, #header img.head {
	
	display: block;
	height: auto;
	margin: 0 auto;
	width: 100%;
    width: auto\9; /* ie8 */	

}


#navBox, #cNavBox, #whiteBox, .button {
	

	display: block;
	height: 9%;
	z-index: 2;

}

#navBox {
	
	left: 0;
	margin-top: -20px;
	position: relative;	
	width: 65%;
}


#cNavBox {

	padding-left: 5%;
	right: 0;	
	width: 30%;	
	
}


#navBox a, #cNavBox a, .button a {
	
	background-color: white;	
	box-shadow: 2px 2px 8px black;	
	color: black;
	font-size: 36px;
	font-size: 1.7vw;
	font-weight: bold;	
	height: 30px;
	margin: 0 4.25% 0 4.25%; 
	padding: 1.5%;
	position: relative;
	text-align: center;	
	text-decoration: none;
	
	top: 20%;
	width: 12%;	
	
	-webkit-transition: background-color 2s, color .5s; /* Safari */
    transition: background-color 2s, color .5s;
}


#navBox a:hover, #cNavBox a:hover, #navBox a.currentPage, .button a, #navBox a.current  {
	
	background-color: #18468B;  /* TAC blue */
	color: white;
	
	
}

.button a:hover{
	
	background-color: white;
	color: #18468B;  /* TAC blue */ 
	
}


#cNavBox a {
	
	padding: 4%;	
	width: 30%;

	
}


.fix-buttons #navBox a, .fix-buttons #cNavBox a {
	
	top: 20%;
	
}


.fix-buttons #navBox, #cNavBox {
	
	position: fixed;	
	top: 0;
	margin-top: 0;
}




#whiteBox {
	
	background-color: white;	
	box-shadow: 2px 2px 8px gray;	
	position: fixed;
	top: 0;	
	visibility: hidden;
	width: 100%;	
	
}

.fix-buttons #whiteBox {
	
	visibility: visible;

}


#endHead {
	
	height: 10px;	
	margin: 0;	
	position: relative;
	width: 100%;

}


#theContent {
	
	background-attachment: fixed;
	background-image: url("../images/TACwm.png");	
	background-position: center;
	background-repeat: no-repeat;
	margin: 5% auto 0;
	padding-bottom: 5%;
	position: relative;
	width: 88%;
	z-index: 1;

}



/* END GENERAL & GLOBAL */
/* TEXT (INCL. FONTS, HEADINGS, LINKS, LISTS, ETC) */

h1, h2, h3, h4, h5, h6 {
	

	font-weight: normal;
	text-align: center;
	
}


h1 {

	font-size: 300%;
	margin-bottom: 1%;
}


h2{

	font-size: 250%;
}


h3{

	font-size: 200%;
}


h4 {
	
	font-size: 150%
}


h5, h6 {
	
	font-family: 'Lato', sans-serif;
	font-size: 200%;
	font-weight: bold;
}


h6 {
	
	font-size: 175%;
}


p,br, li {

	font-size: 133%;
	margin-bottom: 1em;
}


p.larger, .larger p {
	
	font-size: 150%;
	
}


a {
	
	color: #266A2E;	/*forest green links*/

}





ul, ol {
	
	margin-bottom: .8em;
	margin-left: 3em;
	
}


ul {
	
	list-style: none;

}


ul {
	 
	list-style-type: square;
	line-height: 30px;
	margin: 0 2em .5em 0;
	padding-left: 30px;	/*space between dot and text*/
	text-align: left;

}


ul ul {
	
	margin-top: .5em;
	
}


/* END TEXT (INCL. FONTS, HEADINGS, LINKS, LISTS, ETC) */


/* GLOBALLY USED CLASSES */



.clear {
	
	clear: both;
}


.zeroMargin {
	
	margin: 0!important;
	
}

.shadow {
	
	box-shadow: 2px 2px 8px black;
	
}

.pic {
	
	border: black 4px solid;
	box-shadow: 2px 2px 8px black;	
	width: 33%;
	height: auto;
}

.disabled {
	
	visibility: hidden;

}


.vDown {
	
	margin-top: 2%;
	
}

.blue {
	
	color: #18468B
		
}

.red {
	
	color: #E51636
		
}
.maxW80 {
	
	max-width: 80%;
	
}


.center {
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.bold {
	
	font-weight: bold;
	
}


.italic {
	
	font-style: italic;
	
}




.floatRight { 

	float: right; 
	
}


.floatLeft { 

	float: left;


}

img.floatLeft {
	
	margin-right: 2em;
	margin-bottom: 2em;
	
}


.center { 

	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	
}

.vCenter {
	
	vertical-align: middle;
	
}
	
.mTop5 {
	
	margin-top: 5%;
	
}
	
.noBorder, .noBorder img {
	
	outline: none!important;
	
}


.border {
	
	border: solid black 3px;
	
}


.lower15 {
	
	margin-top: 15px;
	
}





/* END GLOBALLY USED CLASSES */
/* INDIVIDUAL PAGE ASPECTS */

#contactForm {
	
	margin: 10px auto;
	width: 50%;

}

/* END INDIVIDUAL PAGE ASPECTS */
/*FOOTER*/


#footer {

	background-color: white;
	font-size: 26px;
	font-size: 1.3vw;	
	height: auto;
	margin: 0 auto;
	text-align: center;
	width: 100%;

}


#linkStrip {
	
	background-color: #18468B; /*TAC Blue*/	
	color: white;		
	height: auto;
	margin: 0 0 2% 0; 
	padding: .5%;
	position: relative;
	text-align: center;	
	width: 100%;
	
}


#linkStrip a {
	
	color: white;		
	text-decoration: none;

}


#linkStrip a:hover {
	
	text-decoration: underline;
	
}


.varSpace{
	
	margin: 0 1.1%;
	
}


#footContent{
	
	display: block;
	margin: 0 auto;
	padding-bottom: 1%;
	width: 75%;

}


#footContent p {
	

	font-size: 28px;
	font-size: 1.2vw;	

}


#footContent img {
	
	height: auto;
	width: 6%;	
	
}


#socialBox {
	
	box-shadow: 1px 1px 8px black;	
	display: block;
	height: 50%;
	margin: 2% auto;
	padding: 1% 1%;
	text-align: center;
	width: 30%;	
}

#socialBox div {
	
	height: auto;
	margin: 0 auto;
	width: 80%;
	
}

#socialBox img {
	
	box-shadow: 1px 1px 4px gray;	
	float: left;
	margin: -2% auto 0;
	outline: none;
	width: 17%!important;
	
}

#socialBox img:hover {
	
	box-shadow: none;
	
}

#socialBox img.right {
	
	float: right;
	
}

#socialBox img.middle {
	
	float: none;
		
}

#socialBox .blue {
	
	vertical-align: top;
}


#copyright, #copyright a {
	
	bottom: 5%;
	clear: both;	
	color: gray;
	margin-bottom: 0;

}


#copyright a {
	
	color: darkgray;

    transition: color 2s;
	-webkit-transition: color 2s; /* Safari */	
	
}

#copyright a:hover {
	
	color: black;
	text-decoration: none;
	
}


/* END FOOTER */

