/*
Theme Name: GregRJacobs Parallax Site
Description: Simple Parallax Scrolling Effect and digital resume for GregRJacobs.com
Author: Greg R. Jacobs
*/

/*= Quick Compressed Reset*/
/*RESET*/
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 {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}
/*= GENERAL STYLING
--------------------------------------------------------*/

body{
	margin: 0;
	padding: 0;
	width: 100%;
}

h1 { 
    font-family:"Arvo";
	font-weight:normal;
	font-size: 55px;
	text-align: center;
	color: #000;
	margin: 0;
	padding: 0;
}

h2 {
   font-family:"Arvo";
   font-weight: normal;
   font-size: 40px;
   text-align: center;
   color: #000;
   margin: 0;
	padding: 0;
}

h3 {
   font-family: Oswald;
   font-weight: normal;
   font-size: 16px;
   text-align: center;
   margin: 5px 0;
	padding: 0;
	z-index: 1;
	position: relative;
}

/* unvisited link */
a:link {
    color:#333;
}

/* visited link */
a:visited {
    color:#333;
}

/* mouse over link */
a:hover {
    color:#999;
}


.center { margin: 0 auto; }
.content{ margin: 0 auto; width: 960px;}
.clear { clear: both; }
a.lpanel { float: left; color: #e1e1e1; font-size: 12px; font-family:"Wellfleet"; text-decoration: none; margin: 7px 11px; }
a.rpanel { float: right; color: #e1e1e1;  font-size: 12px; font-family:"Wellfleet"; text-decoration: none; margin: 7px 11px; }

a.lpanel:hover{ color: #fff; }
a.rpanel:hover{ color: #fff; }
/*= HEADER & NAVIGATION
--------------------------------------------------------*/

#header { 
	width: 100%; 
	background: url('../img/header-bg.png'); 
	height: 80px; 	
	position: fixed;
	margin-top: 30px;
	z-index:1;
}

#nav { float: right; margin-top: 20px; }
#logo a { color: #fff; text-decoration: none; float: left; font-size: 30px; margin-top: 20px; margin-left: 10%; color: #fff; font-family:"Wellfleet"; font-weight: bold; }
#nav ul{
	list-style: none;
	display: block;
	margin: 0 auto;
	list-style: none;	
}

#nav li{
	margin-top: 9px;	
	float: left;
	padding-left: 21px;
}

#nav li a { color: #fff; opacity:0.6; font-size: 15px; text-decoration: none; font-family: 'Wellfleet'; }
#nav li a.active { color: #fff; opacity:1; border-bottom: 2px solid #fff; }
#nav li a:hover { color: #fff; opacity:1;  }

#menu-icon {
	display:hidden;
	width: 48px;
	height: 48px;
	background: url(/img/menu-alt.png) center;
}

a:hover#menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
}


/*= QUOTES AND SOME ELEMENTS
--------------------------------------------------------*/
/*.quotes {   
 font-family: 'Goudy Bookletter 1911', serif;
   font-weight: normal;
   font-size: 30px;
  text-align: left;
  margin: 50px auto;
}*/

.circle
    {
		font-family:"Oswald";
   		font-weight: normal;
		position:absolute;
		top:200px;
		right:25%;
		width:200px;
		height:200px;
		border-radius:250px;
		font-size:20px;
		color:#fff;
		line-height:200px;
		text-align:center;
		background:#000;
		z-index: 0;
		opacity: 1;
	
}	

.info {   
 	font-family: 'Goudy Bookletter 1911', serif;
   	font-weight: normal;
   	font-size: 20px;
  	text-align: left;
  	margin: 8px auto;
	padding-left: 10%;
	padding-right: 10%;
}

.contactinfo {   
 	font-family: Oswald;
    font-weight: normal;
    font-size: 16px;
  	text-align: left;
  	margin: 8px auto;
	padding-left: 10%;
	padding-right: 10%;
}

.contactinfo a {
	color:#FFF;
}

.contactname {   
 	font-family:"Oswald";
   	font-weight: normal;
   	font-size: 20px;
  	text-align: left;
  	margin: 8px auto;
	padding-left: 10%;
	padding-right: 10%;
}

.social
{
	display: inline-block;
	margin: 8px auto;
	padding-left: 10%;
	padding-right: 10%;
	width:100%;
    height:33px;
} 

.social img {
	display: inline-block;
	margin-right:5px;
    opacity: 0.5;
}

.social img:hover {
    opacity: 1;
}

/*= BUTTONS
--------------------------------------------------------*/

button.btn-know { 
	padding: 15px 47px; 
	margin: 40px 38.8%;
	text-align: center;
	border: 4px solid #fff; 
	color: #fff; 
	background: transparent; 
	font-size: 19px;
	cursor: pointer;
	text-shadow: -1px 2px 0px rgba(90, 90, 90, 0.56);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn-know:hover { background: #fff; color: transparent; }
ul.built { list-style: none; margin: 0 auto; width: 730px; }
.built li img{ float: left; padding-right: 34px; }



/*= SLIDES STYLING
--------------------------------------------------------*/

#slide1, #slide2{ width: 100%; }
#slide1{
	background:url('../img/coding_main.jpg') 50% 0 no-repeat fixed;
	color: #fff;
	height: 600px;
	margin: 0;
	padding: 200px 0 260px 0;
	background-size: cover;
}

#slide2{
	background-color: #fff;
	color: #333333;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0;
}

#slide3{
	background: url(../img/Egypt.jpg) 50% no-repeat fixed;
	color: #fff;
	height: 600px;
	padding: 170px 0 0 0;	
	background-size: cover;
}

#slide4{
	background-color: #fff;
	color: #333333;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0;
}

#slide5{
	background: url(../img/Wedding.jpg) 50% 0 no-repeat fixed;
	height: 200px;
	margin: 0 auto;
	padding: 250px 0;
	color: #fff;
	background-size: cover;
}

#slide6{
	background-color: #fff;
	color: #333333;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0;
}

#slide7{
	background: url(../img/Fun.jpg) 50% 0 no-repeat fixed;
	height: 200px;
	margin: 0 auto;
	padding: 250px 0;
	color: #fff;
	background-size: cover;
}

#slide8{
	background-color: #fff;
	color: #333333;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0;
}

#slide9{
	background: url(../img/Dreamforce.jpg) 50% 0 no-repeat fixed;
	height: 200px;
	margin: 0 auto;
	padding: 250px 0;
	color: #fff;
	background-size: cover;
}

#slide10{
	background:#333 50% 0 no-repeat fixed;
	height: 100%;
	margin: 0 auto;
	padding: 50px 0;
	color: #fff;
	background-size: cover;
}


@media only screen and (min-width : 768px) {
	html, body{
		font-size: 90%;
		overflow-x: hidden;
	}
	
	.bubble {
	color: white;
	font-size: 50%;
	position:absolute;
	top: 200px;
	right: 25%;
	z-index: 9999;	
	}
	
	/*.circle
    {
		opacity: 0;
	}*/
}

/* for Nexus 6 in Landscape mode */
@media only screen and (max-width : 980px) {
	html, body{
		font-size: 90%;
		overflow-x: hidden;
	}
	
	.circle
    {
		opacity: 0;
	}
	
}

@media only screen and (max-width : 640px) {
	html, body{
		font-size: 90%;
		overflow-x: hidden;
	}

	header {
		position: absolute;
	}
	
	.content{ margin: 0 auto; width: auto;}
	
	#menu-icon {
		display:none;
	}
	
	#nav li a {
		display: none;
	}
/*
	nav ul, nav:active ul {
		display: none;
		position: absolute;
		padding: 20px;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;
	}

	nav li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}

	nav:hover ul {
		display: block;
	}*/
	
	#slide9 {
		background-position-x: -115px; 
	}
	
	.bubble {
	color: white;
	font-size: 50%;
	position:absolute;
	top: 200px;
	right: 25%;
	z-index: 9999;	
	}
	
	.circle
    {
		opacity: 0;
	}
}
