@charset "UTF-8";
/* CSS Document */
/*
Author:Charles Searle
Email:csearle95@gmail.com
Created:5/18/16
Last updated:2/22/17
----------------------------------------------
TOC
1 Basic Site Structure
2 Index Page Strucure
3 About Page Structure
4 Grahic Design Page Structure
5 Web Design Page Structure
6 Contact Page Structure
	------------------------------
Swatches

	CRS Design Blue -
	CRS Design Gold -

-----------------------------------------------
Type Faces
-----------------------------------------------
Bebas
Spin Cycle
Loaded
Gill Sans

*/
/*----------------------1 Basic Site Structure------------------------*/
@font-face{ 
	font-family: 'bebas';
	src: url('../_fonts/BEBAS___-webfont.ttf');
	src: url('../_fonts/BEBAS___-webfont.eot') format('eot'),
	     url("../_fonts/BEBAS___-webfont.woff") format('woff'),
	     url('../_fonts/BEBAS___-webfont.ttf') format('truetype'),
	     url('../_fonts/BEBAS___-webfont.svg') format('svg');
	
}
@font-face{ 
	font-family: 'loaded';
	src: url('../_fonts/loaded.ttf');
	src: url('../_fonts/loaded.ttf') format('truetype');
	     
}

@font-face{ 
	font-family: 'Spin Cycle';
	src: url("../_fonts/spincycle_ot.otf");
	src: url('../_fonts/spincycle_ot.otf') format('truetype');
	     
}


body{
	background-image: url(../_img/bg.png);
}
*{
	
}
h1,h2,h3{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
.button{
	width:5%;
	border: blue solid thin;
	border-radius: 5px;
	
}
.button:hover{
	
}
.header{
	position:fixed;
	width:100%;
	top:0px;
	z-index:99;
	background-image:url("../_img/bg.png");
	font-family: "Spin Cycle";
	
}

.bannerLeftCol{
	float:left;
	width:1%;
	margin-left:2%;
}
.bannerLeftCol img{
	width:100px;
	margin-top: -10px;
}
.bannerLeftCol img:hover{
	cursor:pointer;
}
.bannerRightCol{
	float:right;
	width:97%;
}
.bannerRightCol h2{
	text-align:center;
	margin-top:40px;
	font-weight:thin;
	font-size:24px;
	font-family: "Spin Cycle";
}
.nav{
	background-color:white;
	position:fixed;
	top:95px;
	width:100%;
	border-top:medium solid #272662;
	border-bottom:medium solid #272662;
	z-index:99;
}
.nav ul{
	width:100%;
	font-weight:bold;
	}

.nav ul li{
	width:20%;
	text-align:center;
	text-decoration:none;
	float:left;
	padding:10px 0px 8px 0px;

}
.nav ul li a{
	text-decoration:none;
	color:#272064;
}
.nav ul li:hover{
}
.nav ul li a:hover{
	color:#B6B46D;
	transition:.5s color;
}
.current{
	color:#B6B46D;
}
.main{
	width:90%;
	height:100%;
	margin-bottom:50px;
	margin:147px auto;
}
.main h3{
	margin-top: 2%;
	margin-bottom: 2%;
}
.heading{
	width:100%;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#4A5C75;
	margin-top:2%;
	margin-bottom: 2.5%;
}

.footer{
    width:100%;
    text-align: center;
    height:5%;
	clear:both;
	z-index:99;
	margin-bottom:2%;
}
.socialMedia{
	width:100%;
	float:right;
}
.socialMediaIcon{
	width:19%;
	float:left;
	margin:.1%;
}
.socialMediaIcon img{
	margin:0px auto;
	text-align:center;
}
/*=========== 2 index content structure============*/
.container{
	width:100%;
	float:left;
	margin-bottom: 2.5%;
}

.bigLogo{
	float:left;
	width:15%;
	margin:0px auto;
}
.bigLogo img{
	float:left;
		
}
#index{
	float:right;
	height:inherit;
	width:80%;
}
#index p{
	font-size:20px;
	
}
.sliderContainer { 
	display:block;
	width:800px;
	height:650px;
	overflow:none;
	position:relative;
	margin:0px auto;
	margin-bottom:200px;
	background-image: url(../_img/bg.png);
}
#prev {
	background-image:url(../_img/sliderImages/left-arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	float:left;
	height:100%;
	width:56px;
	position:relative;
	z-index:50;
	cursor:pointer;
}
#next {
	background-image:url(../_img/sliderImages/right-arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	float:right;
	height:100%;
	width:56px;
	position:relative;
	z-index:50;
	cursor:pointer;
}
#slider{
	display:block;
	width:inherit;
	height:inherit;
	overflow:hidden;
	float:left;
	position:absolute;
	background-image: url(../_img/bg.png);
}
/*-----------------About Page Layout-------------------------*/
#aboutMe{
	margin-right:40px;
	margin-left:1%;
}
.aboutButton{
	width:24%;
	height:40px;
	position:relative;
	float:left;
	border-radius:9px;
	border:medium solid #CFB43B;
	margin:.5%;
}
.aboutButton p{
	text-align:center;
	color:#CFB43B;
	font-weight:bold;
	margin-top:10px;
}
#aboutButtonContainer{
	margin-bottom:5%;
}
.knowledge{
	width:25%;
	float: left;
}
/*------About Image Rotator Layout--------------------------*/
#rotator{
    height:250px;
    width:250px;
	background-color:#F4090D;
	float:left;
	margin-right:1%;
}
#rotator div{
    position:absolute;
    z-index: 0;
}
#rotator div.previous{
    z-index: 1;
}
#rotator div.current{
    z-index: 2;
}
/*---3 Graphic Page Structure--------*/


/*------terms--------*/
.termsContainer{
	width:90%;
	display:block;
	position:relative;
	margin:0px auto;
}
.termsCol{
	position:relative;
	width:30%;
	height:300px;
	float:left;
	background-color: white;
	-webkit-box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.5);
	
}
.termsCol:hover{
	transition:.5s rgba;
	-webkit-box-shadow: 0px 8px 29px 0px rgba(255,215,0,0.5);
	-moz-box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.5);
}

.termsCol p{
	width:90%;
	margin:0 auto;
}

.termsCol h4{
	font-weight:bold;
	width:90%;
	margin:0 auto;
	margin-bottom:2%;
	margin-top:2%;
	text-align:center;
	border-bottom:thin solid black;
}

/*-----Web Page Structure-----*/

/*----same as graphic lyout---*/
/*---6 Contact Page Structure--------*/
form{
	background-image: url(../_img/bg.png);
	margin: 0px auto;
}
.formInstruction{
	width:70%;
	margin:0px auto;
	padding: 2em;
	-webkit-box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.5);
}

.contactForm{
	padding: 1.5em;
	width:70%;
	overflow:none;	
	margin:0px auto;
	-webkit-box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.5);
}
.contactForm fieldset{ /*a border is added to feild sets by default. This is to get rid of it*/
	border: none;
}
.contactForm [name=submit]{ /*This gets the submit button*/
	width: 50%;
	margin-left: 25%;
}
.error{ 
	color:rgba(255,54,57,1.00);
	text-align: center;
}
label{
	font-size: 24px;
	margin:0px auto;
}
input{
	width:90%;
	margin:0px auto;
}
textarea{
	width:90%;
}
/*===========Client Staging Area============*/
.projectName{
	text-align: center;
}
.toolList{
	float: left;
	width:49%;
}
.goalList{
	float: right;
	width:49%
}
.clientStageContainer{
	margin-bottom: 5%;
	border-bottom: medium solid gray;
	clear: both;
}
.leftCol{
	float: left;
	width:46%;
}
.rightCol{
	float: right;
	width:46%;
}
/*===========Media Queries============*/
@media all and (orientation:portrait){
	body{
		
	}
	.banner{
		
	}
	.bannerLeftCol img{ 
	width:56px;
	margin-top:2px;
	}
	.bannerRightCol h2{
		font-size:12px;
		margin-top:20px;
		margin-left:20px;
		font-weight:bold;
		text-align:center;
	}
	.nav{
		height:40px;
		border-top:2px solid #272662;
		border-bottom:2px solid #272662;
		top:60px;
		margin-bottom: 0px;
		padding: none;
		overflow: hidden;
		
	
	}
	.nav ul li{
		padding:none;
		width:19%;
		text-decoration: none;
		list-style: none;
	}
	.nav ul li a{
		font-size:12px;
		line-height: 20%;
		font-weight:bold;
		text-decoration: none;
	}
	.main{
		width:inherit;
		padding:1em;
		padding-top: none;
	}
	.contentWrapper{
		width:inherit;
	}
	.heading{
		font-size: 18px;
	}
	#index{
		width:inherit;
	}
	#index article p{
		font-size:16px;
		font-weight:normal;
		float:none;
		margin-top: 10%;
	}
	.bigLogo{
		display:none;
	}
	.sliderContainer{
		display:none;
	}
	#aboutMe{
		width:inherit;
	}
	.knowledge{
	width:100%;
	float: left;
	margin-left:2.5%;
	margin-bottom: 2%;
	border-top: thin solid black;
    }
	
	.knowledge li{
		text-align: left;
		margin: auto 25%;
	}
	.thumbnailWrapper{
		width:inherit;
		float: left;
	}
	.thumbnail{
		margin: 0 auto;
		float: none;
	}
	.thumbnailImg{
		margin:0px auto;
	}
	.thumbnailDesc{
		margin: 0px auto;
	}
	
	
	#rotator{
		background-color: aliceblue;
		margin-right: 5%;
		text-align: center;
		clear: both;
		width:300px;
		height:300px;
	}
	#rotator{
		background-color: aliceblue;
		margin-bottom: 1%;
		text-align: center;
		clear: both;
		width:300px;
		height:300px;
	}
	#rotator img{
		width:300px;
		height:300px;
		
	}
	.aboutButton{
		width:99%;
	}
   label{
	font-size: 18px;
   }
	
/*---- FORM MEDIA QURIE NEEDED-----------*/
@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 969px) {
		.sliderContainer{
			display: none;
		}
}
	
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

 
/* Smartphones (landscape) ----------- */
@media only screen
	and (min-width : 321px) {
		
	}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* STYLES GO HERE */

	}
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
}
 
/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* STYLES GO HERE */
}

 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait & landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
/* STYLES GO HERE */
}


