﻿@charset "utf-8";

header img { /*new */
       margin-bottom: 2%;
}

h1  {
	font-size: 2.7em;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	color: #FDFCDC; /*Ivory Tusk*/ 
	text-align: left;
	text-shadow: -4px 3px hsla(0,0%,4%,1.00);
}
h2 {
	font-family: bitter;
	font-style: normal;
	font-weight: 400;
	font-size: 1.6em;
	color: #222325; /*black*/ 
   
	
}

h3{  /*new. text with color background */ 
	font-family: bitter;
	font-style: normal;
	font-weight: 400;
	font-size: 1.2em;
	color: white; /*222325 black*/ 
    text-align: center; 
    background-color: #800000; /*maroon*/ 
  
	
}

h4 {  /*new h4 orange*/ 
	font-family: bitter;
	font-style: normal;
	font-weight: 300;
	font-size: 1em;
	color: #800000; /*maroon*/ 

	
}

p { /*new h4 black*/  
	font-family: bitter;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	color: #222325; /*black*/ 
    /*text-indent: 50px; */ 
}


blockquote{  /*new */ 
	font-family: bitter;
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em;
	color: #222325;
  
	
}

table {/*new */ 
  border-collapse: separate;
  border-spacing: 0;
  font-style: normal;
  font-weight: 100;
  font-family: bitter;
  font: 1em;
  color: #606063; /*greyish */ 
}

td {/*new */
  padding: 5px 10px;
  vertical-align: top;
}

ul li { /*new */
 padding: 5px 0px;
 vertical-align: top;
  }

/*new */
.names { font-weight: bold; }


table.gallery{
	background-color: silver;
	width: 60%;
}



body  {
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 200;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(assets/bg/road.JPG);     /*change this */
}
nav {
	/*background-color: #222325 gray bar?? */;
	color: #FFFFFF; /*white*/
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 40px;
}




footer {
	background-color: #222325;
	color: #FFFFFF;  /*white*/
	text-align: center;
	font-size: x-small;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
	clear:both;   /*Elements after a floating element will flow around it. To avoid this, use the clear property */
	
}

/*12.13.2016: photo gallery */

table.gallery {
max-width: 40%; 
height: auto;
margin-top: 10%;
background-color: #800000;
}

caption { 
 text-align: left;
 margin-bottom: 5px;
 letter-spacing: 10px;
 font-weight: bold;
}



/*CSS Filter */


/*12.9.2016:  form - text area. source: http://codepen.io/drainpip/pen/tBvco */
​.form-textarea-wrapper {
  width: 60em;
  max-width: 100%;  
}

.form-textarea {
  width: 80%;
  min-height: 20em;
  border: 1px solid black;
  overflow: hidden;
}





.asideLeft {
	width: 35%;
	margin-left: 5%;
	margin-right: 2.5%;
	float: left;
	margin-top: 20px;
line-height: 1.5;
}

.sectionRight {
	width: 45%;
	margin-left: 2.5%;
	margin-right: 5%;
	float: right;
	background-color: hsla(0,27%,98%,0.30);
	padding-right: 2.5%;   
	font-weight: bold;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	padding-left: 2.5%;
	margin-top: 20px;
	margin-bottom: 20px;
        line-height: 1.5;
}
.sectionRightFull {
	width: 65%;
	margin-left: 15%;
	margin-right: 15%;
	float: right;
	background-color: hsla(0,27%,98%,0.53);
	padding-right: 2.5%;
	font-weight: bold;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	padding-left: 2.5%;
	margin-top: 20px;
	margin-bottom: 20px;
}



header  {
	text-align: center;
     
}
a {
	color: #800000 ;/*800000 maroon - active links*/ 
	text-decoration: none;
}

a:visited { 
    color: #474544; /*#474544 gray - links clicked*/
}

.navHome {
	font-family: bitter;
	font-style: normal;
	font-weight: 400;
	margin-left: 2%;
	margin-right: 2%;
	padding-top: 50px;
	background-image: url(assets/icons/home.JPG);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0% 100px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.navResume {
	background-image: url(assets/icons/skills-job.JPG);
	background-position: 0% 100px;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: bitter;
	font-style: normal;
	font-weight: 400;
	margin-left: 2%;
	padding-top: 50px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;

}

.navPortfolio {
	background-image: url(assets/icons/portfolio.JPG);
	background-position: 0% 100px;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: bitter;
	font-style: normal;
	font-weight: 400;
	margin-left: 2%;
	padding-top: 50px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.navContact {
	background-image: url(assets/icons/contact.JPG);
	background-position: 0% 100px;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: bitter;
	font-style: normal;
	font-weight: 400;
	margin-left: 2%;
	padding-top: 50px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.navHome:hover {
	background-position: 0px;
	background-color: #FFFFFF /*white bg on icon*/;
}
.navResume:hover {
	background-position: 0px;
	background-color: FFFFFF;
}
.navPortfolio:hover {
	background-position: 0px;
	background-color: FFFFFF;
}
.navContact:hover {
	background-position: 0px;
	background-color: FFFFFF;
}

















/*MEDIA QUERIES*/

@media (min-width: 800px){




nav {
	background-color: #C0C0C0  /*#C0C0C0 silver nav bar*/;
	color: #FFFFFF;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 40px;
}
footer {
	background-color: #222325;
	color: #FFFFFF;
	text-align: center;
	font-size: x-small;
	margin-top: 15%;
	margin-right: 15%;
	margin-bottom: 15%;
	margin-left: 15%;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;   /*Elements after a floating element will flow around it. To avoid this, use the clear property */
}
.sectionRight {
	width: 35%;
	margin-left: 2.5%;
	margin-right: 15%;
	float: right;
	background-color: hsla(0,27%,98%,0.53);
	padding-right: 2.5%;
	font-weight: bold;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	padding-left: 2.5%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.asideLeft {
	width: 25%;
	margin-left: 15%;
	margin-right: 2.5%;
	float: left;
	margin-top: 20px;
}


}

}

@media (min-width: 450px) and (max-width : 800px ){




nav {
	background-color: #C0C0C0  /*#C0C0C0 silver nav bar*/;
	color: #FFFFFF;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 40px;
}

}


@media (max-width: 450px){






nav {
	background-color: #C0C0C0  /*#C0C0C0 silver nav bar*/;
	color: #FFFFFF;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 40px;
}




.asideLeft {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
	margin-top: 20px;
}
.sectionRight {
	width: 85%;
	margin-left: 5%;
	margin-right: 5%;
	float: right;
	background-color: hsla(0,27%,98%,0.53);
	padding-right: 2.5%;
	font-weight: bold;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	padding-left: 2.5%;
	margin-top: 20px;
	margin-bottom: 20px;
}



/*form - text area. source: http://codepen.io/drainpip/pen/tBvco */

.form-textarea-wrapper {
   max-width:40%; 
}

/*form - name, email, subject area.  NEEDS ADJUSTMENT */



table.gallery  {  /* pictures in tables:  code is not working... */
   max-width:40%; 
    text-align: center;
}








body {
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 900;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,252,252,0.03) 100%), url(assets/bg/road.JPG);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,252,252,0.03) 100%), url(assets/bg/road.JPG);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,252,252,0.03) 100%), url(assets/bg/road.JPG);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,252,252,0.03) 100%), url(assets/bg/road.JPG);
	background-size: cover;
	background-attachment: fixed;
}



