body, html{
	height: 100%;
	margin: 0;
	font-size: 25px;
	font-family: 'Azonix', sans-serif;
	font-weight: 400;
	line-height 1.8em;
	color: #666;
}
	
.pimg1, .pimg2, .pimg3, .pimg4 {
	position: relative;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

	/*
		fixed = parallax
		scroll = normal
	*/

	background-attachment: fixed;
}

.slideshow	{
	text-align: center;

}

.pimg1{
	background-image: url('../img/guggenheimbw.png');
	min-height: 400px;
}

.pimg2{
	background-image: url('../img/goldengatebridge.jpeg');
	min-height: 400px;
}

.pimg3{
	background-image: url('../img/sfcop.jpeg');
	min-height: 400px;	
}

.pimg4{
	background-image: url('../img/Guggenheim.JPG');
	min-height: 400px;
}

.section-dark{
	background-color: f4f4f4;
	color: #666;
	text-align-last: center;
}

.ptext{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 27px;
	letter-spacing: 8px;
	text-transform: uppercase;	
}

.ptext .border{
	background-color: #111;
	color: #fff;
	padding: 20px;
}

#content{
			display: grid;
			grid-template-columns: repeat(6, 1fr);
			grid-template-rows: repeat(4, minmax(150px, auto));
			grid-gap: 10px;
			max-width: 960px;
			margin: auto;   
		}

#content div{
			background: #;
			padding: 30px;            

		}

#content div:nth-child(even){
			background: white;
			padding: 30px;
		    -webkit-box-shadow: 23px -19px 69px -27px rgba(43,56,42,1);
            -moz-box-shadow: 23px -19px 69px -27px rgba(43,56,42,1);
            box-shadow: 23px -19px 69px -27px rgba(43,56,42,1);
		}

.imgcenter{
    display: block;
    margin-left: auto;
	margin-right: auto;
	color: white;
  	text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
	  -o-box-shadow:      12px 12px 29px #555;
	  -icab-box-shadow:   12px 12px 29px #555;
	  -khtml-box-shadow:  12px 12px 29px #555;
	  -moz-box-shadow:    12px 12px 29px #555;
	  -webkit-box-shadow: 12px 12px 29px #555;
	  box-shadow:         12px 12px 29px #555;
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
		filter: grayscale(100%);
		
	  }

.name	{
	font-size: 200px;
	font-weight: ;
	text-align: center;
	color: black;
}

.text {
	color: black;
	font-size: 20px;
}

h6	{
	font-size: 15px;
}

.skills {
	font-size: 18px;
	text-align: center;
}

.social-media .links	{
	text-align: center;	
	
}

.portfolio .section-dark {
	object-position: right;
}

.projects {
	text-align: center;
}

.screenshot1{
	text-align: center;
}

.screenshot2{
	text-align: center;
	}

.screenshot3{
	text-align: center;
}

.screenshot4{
	text-align: center;
}

.screenshot5{
	text-align: center;
}

.screenshot6{
	text-align: center;
}

@media(max-width:568px){
	.pimg1, .pimg2, .pimg3{
	  background-attachment:scroll;
	}
  }
  
.navbar{
		background-color: #3b5998;
		overflow: 
		height: 63px;
}

.navbar a{
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.navbar ul{
	margin: 8px 0 0 0;
	list-style: none;
}

.navbar a:hover{
	background-color: #ddd;
	color: #000;
}

.side-nav{
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	opacity: 0,9;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0,5s;
}

.side-nav a{
	padding: 10px 10px 10px 30px;
	text-decoration: none;
	font-size: 22px;
	color: #ccc;
	display: block;
	transition: o.3s;
}

.side-nav a:hover{
	color: 3fff;
}

.side-nav .btn-close{
	position: absolute;
	top: 0;
	right: 22px;
	font-size: 36px;
	margin-left: 50 px;
}
	#main{
		transition: margin-left: 0.5s;
		padding: 20px;
		overflow: hidden;
		width: 100%;
	}

	@media(max-width:568px){
		.navbar-nav{display: none}
	}

/*	progress bar */
progress[value] {
  width: 250px;
  height: 20px;
}

progress[value] ::-webkit-progress-bar {
	background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
   appearance: none;

  width: 250px;
  height: 20px;
}

progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress[value]::-webkit-progress-value {
  background-image:
	   -webkit-linear-gradient(-45deg, 
	                           transparent 33%, rgba(0, 0, 0, .1) 33%, 
	                           rgba(0,0, 0, .1) 66%, transparent 66%),
	   -webkit-linear-gradient(top, 
	                           rgba(255, 255, 255, .25), 
	                           rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, #09c, #f44);

    border-radius: 2px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
}

progress[value]::-webkit-progress-value::before {
  content: '80%';
  position: absolute;
  right: 0;
  top: -125%;
}



