@charset "UTF-8";

/***** Screen 960px *****/

html, body { background-color: #ffffff;}
body { 
		margin:0; padding:0;
		font:  14px;
		font-family: georgia, times, serif;
		font-weight: normal;
		}
a img {border:0px;}
		
a:link {color: #b0c856; text-decoration: none} 
a:visited {color: #b0c856; text-decoration: none} 
a:active {color: red; text-decoration: none} 
a:hover {color: #b0c856; text-decoration: underline}

.grasshopper
{
	margin:30px;
	float:left;
}
.recent 
{
	float:left; 
	border-radius:10px; 
	max-height:300px; 
	margin-right: 20px;
	box-shadow: 5px 5px 5px gray;
	border: solid 1px #cccccc;
}
.clear
{
	clear:both;
}
.mgnB
{
	margin-bottom:150px;
	text-align:center;
}

			
/* background image */
		
#bkgdDiv {
	width:100%;
	position:relative;
}



/* Blog page specific styles */

#content
{
font-size: 18px;
    font-family: georgia, times, serif;
    font-weight: normal;
    }

#blogBannerDiv {
	height:100px;
	background-color: #b0c856;
}

#blogHeaderDiv {
width: 240px ;
background-color:#ccc;
position:relative;
margin-top: 75px;
margin-left: 200px;
z-index:4;
}

.blogHeader {
font-family: georgia, times, sans-serif;	
font-size: 72px;
font-variant: caps;
font-weight: bold;
letter-spacing:6px;
padding:10px;

}

#elsearchoDiv {
position:relative;
float:right;
margin-right:20px;
margin-top:-20px;
}

#elsearchoBottomDiv {display:none;}

label.screen-reader-text {
display: none;
}

	#toTopBlog {
	position:fixed;
	display:none;
	right:10px;
	bottom:10px;
	width:40px;
	height:40px;
	z-index:1000;
	background-color: #653981;
	color: #653981;
	border-radius: 15px;
	text-align:center;
}

#toTopBlog img {
	padding-top:15px;
}

/* site Logo */

.siteLogo {
font-family: georgia, times, sans-serif;	
font-size: 24px;
font-variant: small-caps;
font-weight: bold;
letter-spacing:2px;
text-align:center;
padding: 5px 5px 5px 5px;

}
.siteLogo a, .siteLogo a:hover, .siteLogo a:visited, .siteLogo a:active {
color:#000;
text-decoration:none;
font-family: georgia, times, sans-serif;	
font-size: 24px;
font-variant: small-caps;
font-weight: bold;
}

#logoDiv {
	position:absolute;
	left:44px;
	top:44px;
	width:276px;
	z-index:2;
	background-color: #b0c856;
}

/* site Nav */

.siteNav {
font-family:Arial, Helvetica, sans-serif;
font-size: 18px;
font-variant: small-caps;
font-weight: bold;
letter-spacing:2px;
padding: 7px;
}

#mainMenuDiv {
	position:absolute;
	text-align:center;
	right:0px;
	top:44px;
	height:37px;
	z-index:2;
	background-color: #b0c856;
	-webkit-box-sizing: border-box; /* to fix the padding from overflowing past 100% */
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#awesomeButtonDiv {
visibility: hidden;
}

/* Nav styling */

.nav ul {
	margin: 0;
	padding: 3px 0 0 0;
}
.nav li {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.nav a {
	padding: 3px 5px;
	text-decoration: none;
	color: #000;
	line-height: 100%;
}
.nav a:hover {
	color: #5d01a4;
	text-decoration:underline;
}

/* Calling Card */

#callingcardDiv {
	position:absolute;
	width:490px;
	text-align: left;
	z-index:1;
	left: 50%;
    margin-left: -245px;
	top: 25%;
	color:white;
	text-shadow: 0px 0px 5px black;

}

.callingCard {
font-family: georgia, times, sans-serif;	
font-size: 72px;
font-weight: bold;
letter-spacing:4px;
line-height:115px;
padding: 7px;
}

.callingCardBIG {
font-family: georgia, times, sans-serif;	
font-size: 96px;
font-weight: bold;
letter-spacing:4px;
line-height:115px;
padding: 7px;
}

/* About Header */

#aboutHeaderDiv {
width: 200px ;
margin-left: auto ;
margin-right: auto ;
background-color:#ccc;
position:relative;
margin-top: -90px;
z-index:4;
}

.Headers {
font-family: georgia, times, sans-serif;	
font-size: 48px;
font-variant: caps;
font-weight: bold;
letter-spacing:4px;
padding:7px;
}
.PlaygroundHeader {
font-family: georgia, times, sans-serif;	
font-size: 48px;
font-variant: caps;
font-weight: bold;
letter-spacing:4px;
padding:7px;
}



/* About */

	#aboutWrapperDiv {
		margin-top: -35px;
	}

#aboutDiv {
margin-left: 20px;
margin-right: 20px;
background-color:#000;
position:relative;
z-index:2;
margin-left: auto;
margin-right: auto;
}

#aboutDivText {
max-width:910px;
margin-left: auto;
margin-right: auto;
}

.about {
font-family: arial, Arial, Helvetica, sans-serif;	
font-size: 18px;
font-weight:100;
color:#ccc;
letter-spacing:4px;
line-height:32px;
padding-left: 20px;
padding-right: 20px;
padding-top: 65px;
padding-bottom: 65px;
}

/* Work */

#workHeaderDiv {
width: 185px ;
margin-left: auto ;
margin-right: auto ;
background-color:#ccc;
position:relative;
margin-top: -35px;
z-index:4;
}

.workContainer {
margin:20px auto;
width:960px;
position:relative;
z-index:1;
overflow:hidden;
padding:20px;
-webkit-box-sizing: border-box; /* to fix the padding from overflowing past 100% */
-moz-box-sizing: border-box; 
box-sizing: border-box;
}

.lastSpace {margin-bottom:75px;}

.alternatingBg {background-color:#f4f3f4; border-radius:10px;}

.workDescription {
	width:280px;
	float:left;
}

.sliderContainer 
{width:600px;
float:left;
padding-left:40px;
	}
	
.visitSite
{width:280px;
clear:both;
font-family:Arial, Helvetica, sans-serif;
font-size: 18px;
letter-spacing:1px;
	}
	

	
.visitSite img {vertical-align:middle;}
		
.workHeaders {
font-family: georgia, times, sans-serif;	
font-size: 24px;
font-variant: small-caps;
font-weight: bold;
letter-spacing:1px;
}

.workDescriptions {
font-family: georgia, times, sans-serif;	
font-size: 18px;
letter-spacing:1px;
line-height:27px;
margin-left: auto ;
margin-right: auto ;
}


/* Playground */
#playgroundHeaderDiv {
width: 450px ;
margin-left: auto ;
margin-right: auto ;
background-color:#ccc;
position:relative;
margin-top: -40px;
z-index:4;
}

#playgroundDiv {
padding: 50px 20px 50px 20px;
background-color:#f4f3f4;
position:relative;
margin-top: -35px;
z-index:2;
}

#playgroundDivText {
max-width:910px;
margin-left: auto;
margin-right: auto;
font-size: 21px;
letter-spacing: 2px;
line-height: 33px;
}

.more
{
	width: 400px;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 10px;
    float: left;
    }
.more img {vertical-align:middle;}
.recent 
{
	float:left; 
	border-radius:10px; 
	max-height:300px; 
	margin-right: 20px;
	box-shadow: 5px 5px 5px gray;
	border: solid 1px #cccccc;
}

/* Contact */

#contactHeaderDiv {
width: 275px ;
margin-left: auto ;
margin-right: auto ;
margin-top: -35px;
background-color:#ccc;
position:relative;
z-index:4;
}

#contactWrapperDiv {
margin-left: auto;
margin-right: auto;
background-color:#b0c856;
position:relative;
margin-top:-35px;

}

.contact {
width:800px;
font-family: georgia, times, sans-serif;	
font-size: 21px;
color:#000;
letter-spacing:2px;
line-height:33px;
padding-left: 20px;
padding-right: 20px;
margin-left: auto ;
margin-right: auto ;
padding-top: 50px;
padding-bottom: 30px;
}

#contactFloatiesDiv {
	width:640px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	padding-bottom: 30px;
}

.contactIndividual {
	width:200px;
	margin-left:100px;
	font-family: arial, Arial, Helvetica, sans-serif;	
	font-size: 18px;
	letter-spacing:2px;
	padding:10px 10px 10px 10px;
	float:left;
	}
	
	.contactIndividual a {color: #000; text-decoration:none}
	.contactIndividual a:hover {color: #5d01a4; text-decoration: underline}
	
.contactIndividual img {
	vertical-align:middle;
	}
	
.spriteEmail {
		background-image:url(images/contact_sprites.gif);
		background-position: 0px 0px;
		margin-right:7px;
}
.spriteVimeo {
		background-image:url(images/contact_sprites.gif);
		background-position: 0px 128px;
		margin-right:7px;
}
.spriteLinkedin {
		background-image:url(images/contact_sprites.gif);
		background-position: 0px 96px;
		margin-right:7px;
}
.spritePinterest {
		background-image:url(images/contact_sprites.gif);
		background-position: 0px 64px;
		margin-right:7px;
}
.spriteFacebook {
		background-image:url(images/contact_sprites.gif);
		background-position: 0px 32px;
		margin-right:7px;
}


	
/* To the top... And beyond!!  */
	
	#toTop {
	position:fixed;
	display:none;
	right:10px;
	bottom:10px;
	width:40px;
	height:40px;
	z-index:2;
	background-color: #653981;
	color: #653981;
	border-radius: 15px;
	text-align:center;
}

#toTop img {
	padding-top:15px;
}


/***** Screen Bigger than 1280px BIG monitor *****/
@media only screen and (min-width:1280px) {

#vid {width:100%;}
}


/***** Screen Bigger than 1400px BIG monitor *****/
@media only screen and (min-width:1400px) {
	
	#aboutWrapperDiv {
		width:100%;
		background-color:#000;
		margin-top:-35px;
		position:relative;
	}
	
	#aboutDiv {
margin-left: auto;
margin-right: auto;
background-color:transparent;
position:relative;
z-index:2;
max-width:1160px;
}

/* Blog page specific styles */

#blogHeaderDiv {
width: 240px ;
background-color:#ccc;
position:relative;
margin-top: -45px;
margin-left: 400px;
z-index:4;
}

}

/***** Tablet / iPad (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {

#callingcardDiv {
	position:absolute;
	width:590px;
	text-align: left;
	z-index:1;
	left: 50%;
    margin-left: -225px;
	top: 25%;
}

.workContainer {width:640px;}
.workDescription {width:100%; clear:both;}
.sliderContainer {clear:both; padding-left:0px;}

.contact {width:600px;}

.contactIndividual {margin-left:80px;}

#toTop {visibility:hidden;}

.more
{
	width: 300px;
    font-size: 16px;
    line-height: 21px;
    }
.recent 
{
	max-height:250px; 

}
}

/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 767px) {


#bkgdDiv { 
overflow:hidden;
}
 #bkgdDiv img {width:200%; margin-left: -50%;}

/* Site logo */
#logoDiv {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	z-index:2;
	background-color: #b0c856;
	overflow:hidden;
	  -webkit-box-sizing: border-box; /* to fix the padding from overflowing past 100% */
     -moz-box-sizing: border-box; 
          box-sizing: border-box;
}

.siteLogo {
padding:0px;
letter-spacing:1px;
text-align:left;
}

/* Awesome button */
#awesomeButtonDiv {
	visibility:visible;
	position:absolute;
	padding:4px;
	right:0px;
	top:0px;
	width:59px;
	z-index:2;
	}


#mainMenuDiv {
display:none;
	position:absolute;
	left:0px;
	top:45px;
	width:100%;
	height:170px;
	z-index:1001;
	background-color: #b0c856;

}

/* nav styling */

	.nav li {
		padding: 0px 10px 20px 10px;
		float: left;
		clear: left;
	}

/* Calling Card */


#callingcardDiv {
	width:320px;
	text-align: left;
	left: 50%;
    margin-left: -160px;
	top: 27%;
}

.callingCard {
font-family: georgia, times, sans-serif;	
font-size: 40px;
font-weight: bold;
letter-spacing:4px;
line-height:72px;
padding: 7px;
}

.callingCardBIG {
font-family: georgia, times, sans-serif;	
font-size: 60px;
font-weight: bold;
letter-spacing:4px;
line-height:72px;
padding: 7px;
}

/* Blog page specific styles */

#blogBannerDiv {
	height:53px;
	background-color: #b0c856;
}

#blogHeaderDiv {
width: 165px ;
background-color:#ccc;
position:relative;
margin-top: 30px;
margin-left: 30px;
z-index:1;
}

.blogHeader {
font-family: georgia, times, sans-serif;	
font-size: 48px;
font-variant: caps;
font-weight: bold;
letter-spacing:4px;
padding:10px;
}

#elsearchoDiv {display:none;}

#elsearchoBottomDiv {
	display:block;
	text-align:center;
	position:relative;
	margin-bottom:70px;
	margin-top:-25px;
	
	}

/* About */

#aboutHeaderDiv {
width: 162px ;
margin-left: auto ;
margin-right: auto ;
background-color:#c2c2c2;
position:relative;
margin-top:-40px;
z-index:4;
}

.Headers {
font-family: georgia, times, sans-serif;	
font-size: 36px;
font-variant: caps;
font-weight: bold;
letter-spacing:4px;
padding:7px;
}

.PlaygroundHeader {
font-family: georgia, times, sans-serif;	
font-size: 32px;
font-variant: caps;
font-weight: bold;
letter-spacing:3px;
padding:7px;
}

#aboutWrapperDiv {
margin-top:-25px;
}

#aboutDiv {
margin-left: 0px;
margin-right: 0px;
background-color:#000;
position:relative;
}

.about {
font-family: arial, Arial, Helvetica, sans-serif;	
font-size: 18px;
letter-spacing:4px;
line-height:30px;
padding-top: 40px;
padding-bottom: 40px;
-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

/* Work */

#workHeaderDiv {
width: 145px ;
margin-left: auto ;
margin-right: auto ;
background-color:#ccc;
position:relative;
margin-top: -29px;
z-index:4;
}

.workContainer {width:320px;}
.sliderContainer {width:280px; padding-bottom:20px; padding-left:0px;}
.visitSite {padding-bottom:20px;}

/* Playground */
#playgroundHeaderDiv {
width: 300px ;
}

#playgroundHeaderDiv2 {
width: 275px ;
margin-top:20px;
}

#playgroundDiv {
margin-top: -24px;
}

#playgroundDiv2 {
margin-top: 0px;
}

/* Contact */
#contactHeaderDiv {
width: 215px ; 
}

.contact {	
font-size: 18px;
line-height:30px;
margin-top:8px;
width:100%;
overflow:hidden;
	  -webkit-box-sizing: border-box; /* to fix the padding from overflowing past 100% */
     -moz-box-sizing: border-box; 
          box-sizing: border-box;
}

#contactFloatiesDiv {
	width:100%;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	padding-bottom: 15px;
	margin-top:-20px;
}

.contactIndividual {
	width:180px;
	margin-left:auto;
	margin-right:auto;
	float:none;
	font-family: arial, Arial, Helvetica, sans-serif;	
	font-size: 18px;
	letter-spacing:2px;
	/* background-color:red; */ 
	padding:20px 10px 20px 10px;	
	}
	
		#toTop {
visibility:hidden;
}

}
	
/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 580px) and (max-width: 767px) {
	
#bkgdDiv { width:100%;
position:relative;
overflow:hidden;}

#bkgdDiv img {width:100%; margin-left: 0px;}

.siteLogo {
letter-spacing:2px;
padding: 10px 0px 10px 10px;
}

#callingcardDiv {top: 30%;}

.workContainer {width:100%;}
.workDescription {width:100%; clear:both; -webkit-text-size-adjust: none;}
.sliderContainer {width:100%; clear:both; padding-left:0px;}
}
	
/***** iPhone SE and tiny ass devices *****/
@media only screen and (max-width:360px) {

#callingcardDiv {
	top: 125px;
}
.callingCardBIG {	
font-size: 58px;

}

}
