@charset "UTF-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}

@font-face {
	font-family: "Lato";
	src: url("../fonts/Lato-Regular.ttf");
	}
	
@font-face {
	font-family: "Lora";
	src: url("../fonts/Lora-Regular.ttf");
	}


body{
	font-family:"Lato";
}


	



h1{
	text-transform:uppercase;
	font-size:8em;
	color:white;
	background:black;
	display:inline;
	
}


h2{
	font-size:4em;
	text-align:center;
	
}

h2#thx{
	color:black;
	background:white;
	text-align:right;
}

h3{
	font-size:3em;
	text-align:center;
	color:white;
}


p{
	font-size:1em;
	text-align:center;
	margin: 0 auto;
	margin:5%;
	font-family:"Lora";
}






nav{
	height: 50px;
	line-height: 50px;
	margin-bottom:80px;
	background:white;
	font-size:1em;
}
	
	
nav ul {
	
	margin: 0 auto;
	
}	
	

nav li {
	float: right;
	list-style-type:none;
	text-align:center;
	width:16.66%;
	}
	


nav li a {
	text-decoration:none;
	color:black;
	display:block;
	}



nav a:hover {
	background:black;
	color:white;
	}
	
	
nav ul.nav li {
	float: right;
	list-style-type:none;
	text-align:center;
	width:16.66%;
	}


.nav .button-dropdown {
    position: relative;
}

.nav li .dropdown-menu {
    display: none;
    position: absolute;
  
    padding: 0;
    margin: 0;
    text-align:left;
	background:white;
	z-index:999;
	
}



.nav li a span {
    display: inline-block;
    margin-left: 1%;
    font-size: .75em;
    color: black;
}



.nav li a:hover span, 
.nav li a.dropdown-toggle.active span {
    color: white;

}





ul.nav li .dropdown-menu li {
    float:none;
}

ul.nav li .dropdown-menu.active {
    display: block;
}

ul.nav li .dropdown-menu a {
    width:175px;
}





#logo{
	margin:0;
	font-family:"Lato";


}



	
#logo a{
	float:left;
	margin-left:1em;
	font-size:1.5em;
	text-transform:uppercase;
	width:16.66%;
	text-decoration:none;
	color:black;
	text-align:left;
}

#logo a:hover{
	color:white;
}




p#logo2{
	display:none;

}

p#logo2{
	margin:0;
	font-family:"Lato";
	position:absolute;
	left:0;
	top:0;
	z-index:999;
	width:100%;
	
}

#logo2 a{
	float:left;
	margin-left:1em;
	font-size:1.5em;
	text-transform:uppercase;
	width:16.66%;
	text-decoration:none;
	color:black;
	text-align:center;

}
	
#logo2 a:hover{
	color:white;
	background:black;
	display:block;

}






/*+++FOR THE EXPANDING SECTIONS++++*/


#about input {
  display: none;
  visibility: hidden;
 
}

label {
  display: block;
  text-align: center;
  color: gray;
  font-size:3em;
}

label#close-resume{
	font-size:1.25em;
}

label#close-resume::before{
	content:"";
	
}

label:hover {
  color: black;
}

label::before {
  content: "+";
}

#expand {
  height: 0px;
  overflow:hidden;
  transition:height 1s;
  background: white;
  color: black;
  font-family:"helvetica";
 


 
  
  
 
}

#expand::before{
	display:none;

	
}

section {
  padding: 5% 10% 10% 5%;

  
}

#toggle::before{
display:none;


}


#toggle:checked ~ #expand {
  height: 500px;
  overflow:scroll;
    border-bottom:medium black solid;

 

  
}

#toggle:checked ~ label::before {
  content: "-";
}

#close-toggle::before{
display:none;
}


#close-toggle:checked ~ #expand {
  height: 500px;
  overflow:scroll;

  
}

#close-toggle:checked ~ label::before {
  content: "-";
}






/*+++END -- EXPANDING SECTIONS++++*/



/*++++++ BEGIN ABOUT SECTION ++++++++*/

#about {
	
}

#about h1{
	margin:30px;
	text-transform:none;
	color:black;
	font-size:4em;
	text-align:center;
	background:none;
	display:block;


}

#about h2{
	
	margin-top:20px;
	margin-bottom: 5px;
	font-size:1.75em;
	text-transform:uppercase;
	font-weight:900;
	text-align:left;
}

#about h3{ 
	color:#61a8af;
	margin-top:5px;
	margin-bottom: 5px;
	font-size:1.25em;
	text-align:left;
}


#about h4{ /*smallest size*/
	font-size:1em;
	text-align:left;
	
}

#about h5{ /*SUB - smallest size*/
	font-size:.9em;
	display:block;
	font-style:italic;
	text-align:left;
}

#about li{
	margin-left:5%;
	
}
	
	
/*++++++ END -- ABOUT SECTION ++++++++*/
	
	
	
.wrapper{
	
	margin:0 auto;
	height:600px;
	

}

.wrapper h2 {
	margin-top:30px;
}	

.imgbox{
	margin:0 auto;
	width:80%;
	text-align:center;
	
}




.imgbox img{
	width:40%;
	width:300px;
	height:300px;
	align-items:center;
	display:inline;
	border-radius:50%;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}

.imgbox img:hover{
	opacity: .5;   
	
}


img.right{
	float:right;
	
}

img.center{
}

img.left{
	float:left;

}

.nav-button,
.primary-nav{
	display:none;
}
	

#about-wrapper{
	margin:0 auto;
	height:400px;
	background:white;
}


#about-wrapper h2 {
	margin-top:30px;
}

#clear{
	margin:0 auto;
	height:100px;
	background:rgba(255,255,255,.5);
}

.parallax-window{
    min-height: 300px;
	padding:10%;
	clear:both;
}

.parallax-window1{
    height: 30px;
	padding:10%;
	clear:both;
	
}

.parallax-window2{
    height: 30px;
	padding:10%;
	clear:both;
	background:rgba(255,255,255,0.45);
	
}


header{
	
/*	background:rgb(256,234,207);*/
}




.parallax-window-form{
    height: 500px;
	padding:1%;
	clear:both;
	background:rgba(255,255,255,0.45);
	
}

#formholder{
	padding-top:10%;
	width:90%;
	margin:0 auto;
}

/**FORM**/

input{
width:98%;
}


fieldset{
border:none;


}


legend {
	display:block;
	margin-bottom:15px;
	font-size:1.5em;

	text-transform:uppercase;
	color:white;
	background:black;
	}



input[type=text], input[type=email], textarea {
	color:white;
	text-transform:uppercase;
	background-color:black;
	border:1px;
	padding:5px;
	display:block;
	margin-bottom:15px;	
	width:100%;	
		
	}
	
input[type=text]:focus, input[type=email]:focus, 
input[type=text]:hover, input[type=email]:hover,
textarea:hover, textarea:hover {
	background-color:white;
	}
	
input[type=text], input[type=email]  {
	height:20px;
	} 
	
input[type=submit], input[type=submit]:hover {
	color:white;
	padding:7px;
	width:10em;
	
	

	border:none;
	background:black;
	float:right;
	
	}

input[type=submit]:hover {
	background-color:white;
	color:black;
	}

form li { 
	list-style-type:none;
	}	

form li:nth-last-child(1) {
	margin-bottom:10px;
	}	
	
select {
	margin-bottom:10px;
	}

/*FORM-END*/



footer{
	background:white;
	clear:both; 
	height:70px;
	line-height:50px;
	color:black;

}

footer ul{
	clear:both;
}

#social{
	width:40%;
	margin:0 auto;
}

#social li {
	width:25%;
		text-align:center;

	
}

#copyright{
	width:40%;
	margin:0 auto;
	font-size:.75em;
	text-align:center;
	line-height:1;
	border-top:black medium solid;
}



#copyright li{
	width:30%;
	margin-top:10px;
	margin-bottom:10px;
		text-align:center;
	
}



#copyright a:hover{
	background:white;
	color:#61a8af;
}


#validate{
	width:20%;
	margin:0 auto;
	text-align:center;
	
	
}

#validate li{
	width:50%;
}

footer li {
	float:left;
	width:20%;
	list-style-type:none;
	text-align:center;
	}

footer a {
	color:black;
	text-decoration:none;
	display:block;
	
	}

footer a:hover {
	color:white;
	background:black;
	
	}
	
	
	
	
	
/*CLEARBOX*/

.container {
      width: 500px;
      height: 100px;
      margin-right:auto;
      margin-left:auto;
      margin-top:20px;
      margin-bottom:5px;
      font-size:11px;
      }
      
      
      .item a img {
      float:left;
      padding:3px;
      background-color: #ffffff;
      margin: 5px;
      border:1px solid #cccccc;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      border-radius: 3px;
      -moz-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
			-webkit-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
			box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
      
      filter:alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      }
      
      .item a:hover img, .item a:active img {
      padding:3px;
      border:1px solid #cccccc;
      filter:alpha(opacity=80);
      -moz-opacity:0.80;
      -khtml-opacity: 0.80;
      opacity: 0.80;
      }
      
      .clearfix:after{
      clear:both;
      }
      #inline{
      visibility: hidden;
      color:#444;
      }
	
/* end */	
	
	
	
	
@media screen and (max-width: 1200px) {
	body{
		
	}
	
	.imgbox img{
	float:none;
	margin: 0 1.5% 0 1.5%;
	}
	
	.wrapper {
	height:900px;
	}
	



}
	
	
	
	
/*+++++++++++++++++++++++++++++++++++++++++++++++++MOBILE:*/	
@media screen and (max-width: 800px) {

body{
	font-size:80%;
	
}


nav{
	display:none;
}

h1{
	font-size:4.75em;
}



p#logo2{
	display:inline;

}

p#logo2{
	margin:0;
	font-family:"Lato";
	position:absolute;
	left:0;
	top:0;
	z-index:999;
	width:100%;
	
}

#logo2 a{
	float:left;
	margin-left:1em;
	font-size:1.5em;
	text-transform:uppercase;
	width:16.66%;
	text-decoration:none;
	color:black;
	text-align:center;

}
	
#logo2 a:hover{
	color:white;
	background:black;
	display:block;

}


	/* Navigation Button
	-------------------------------------------------------- */

	.nav-button {
		display: block;
		position: absolute;
		top: 7px;
		right: 7px;
		width: 50px;
		height: 35px;
		background: url('../images/menu-icon-large.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.9) inset;
		border-radius: 5px;
		z-index: 999;
		text-indent: -9999px;
	}
	.nav-button:hover {
		background-color: black;
		box-shadow: 0 0 4px rgba(0,0,0,.1) inset;

	}
	.nav-button.open {
		background: url('../images/close-icon-large.png');
		background-color: black;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}

	/* Navigation Bar
	-------------------------------------------------------- */

	body { padding-top: 50px;
	 }

	.primary-nav {
		text-transform:uppercase;
		width: 100%;
		float: none;
		background-color:rgba(255,255,255,.95); /* change the menu color */
	
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(255,255,255,1.00);
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 998;
		clear: both;
	}
	.primary-nav li {
		display: none;
		width: 100%;
	
	}
	.primary-nav li a {
		display: block;
		width: 90%;
		padding: 10px 5%;
		font-size: 14px;
		font-weight: bold;
		text-shadow: -1px -1px 0 rgba(0,0,0,.1);
		color: black;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.1);
		border-top: 1px solid rgba(255,255,255,1.00);
	}
	.primary-nav li a:hover {
		background-color: rgba(255,255,255,.5);
		border-top-color: transparent;
	}
	.primary-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	.primary-nav.open {
		height: auto;
		padding-top: 50px;
	}
	.primary-nav.open li {
		display: block;
	}

	/* Submenus – optional .parent class indicates dropdowns */

	.primary-nav > li:hover > a {
		background: black;
		color:white;
		border-bottom-color: transparent;
	}
	.primary-nav li.parent > a:after {
		content: "▼";
		color: rgba(255,255,255,.5);
		float: right;
	}
	.primary-nav li.parent > a:hover {
		background: rgba(0,0,0,.1);
	}
	.primary-nav li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
	}
	.primary-nav li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 5%;
		font-weight: normal;
	}
	.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}
	
	




	
	
		
.wrapper{
	min-height:1100px;
	margin:0 auto;

	background:white;
}

.wrapper h2 {
	margin-top:30px;
}

.imgbox{
	margin:0 auto;
	width:90%;
	text-align:center;
}

.imgbox img{
	float:none;
	margin: 0 2% 0 2%;
	}
	

img.right{
	float:none;
	
	
}

img.center{

}

img.left{
	float:none;
	

}

.clear{
	margin:0 auto;
	height:50px;
	background:rgba(255,255,255,.5);

}


.parallax-window{
    min-height: 80px;
	padding:10%;
	clear:both;
}

.parallax-window1{
    min-height: 80px;
	padding:15%;
	clear:both;
	overflow:hidden;
}






/*+++FOR THE EXPANDING SECTIONS++++*/

#about-wrapper{
height:200px;
}



#about input {
  display: none;
  visibility: hidden;
 
}

label {
  display: block;
  text-align: center;
  color: gray;
  font-size:2.5em;
}

label:hover {
  color: black;
}

label::before {
  content: "+";
}

#expand {
  height: 0px;
  overflow:hidden;
  transition:height 1s;
  background: white;
  color: black;
  font-family:"helvetica";
 
}




#expand::before{
	display:none;

	
}

section {
  padding: 5% 10% 10% 5%;

  
}

#toggle::before{
display:none;


}


#toggle:checked ~ #expand {
  height: 180px;
  overflow:scroll;
 

  
}

#toggle:checked ~ label::before {
  content: "-";
}

#close-toggle::before{
display:none;
}


#close-toggle:checked ~ #expand {
  height: 180px;
  overflow:scroll;

  
}

#close-toggle:checked ~ label::before {
  content: "-";
}





/*+++++++++++++*/










footer ul#copyright{

	width:80%;
	margin:0 auto;
	font-size:.75em;
	text-align:center;
	line-height:1;
	
}

footer ul#copyright li{
	width:30%;
		margin-top:20px;
}


	
	
/* End Mobile Styles */


} 

