
header {
	background-color: rgb(196, 196, 196, 0.9);
	height: 86px;
	grid-column: 1/9;
	grid-row: 1;
	
}

#logo {
	padding-top: 10px;
	float: left;
	height: 76px;
	padding-left: 20px;
	
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 1;
  
}

nav li a:hover  {

  background-color: #c46b0c;
  color: #1e222c;
}



nav li {
  float: right;
  background-color: #2A315B;
  
}

nav li a {
  display: block;
  color: #A61C21;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 50px;
  
}


body {
	background-image: url(BackClouds.jpg);

	background-repeat: no-repeat;
	
}

h1 {
	
	/**background-color: rgb(196, 196, 196, 0.5);
	**/
	color: #A61C21;
	text-align: center;
	border-radius: 50%;
	font-size: 80px;
	Height: auto;
	width: 100%;
	position: relitive;


}

#about {
	
	background-repeat: no-repeat;
	width: 40%;
	background-size: contain;
	float: right;
	border: 15px solid #1e222c;
	border-right: 15px solid #c46b0c;
	position: relative;
	
	
}

#websites {
	
	background-repeat: no-repeat;
	width: 40%;
	float: left;
	height: auto;
	border: 15px solid #1e222c;	
	border-left: 15px solid #c46b0c;
	position: relative;
	top: 500px;
}

#wrapper {
	
	display: grid;
	grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 250px)) minmax(0px, 1fr);
	grid-template-rows: auto;
	
}

.h1 {


}
 main{
	 grid-column: 2/8;
	 grid-row: 2;
 }


 @media only screen and (max-width: 992px) {
	 #wrapper{grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 128px)) minmax(0px, 1fr);
	 }
	 
	 .whoiam{
		 float: none;
	 }
	 
	 .experiance {
		 float: none;
	 }
	 
 }
 
 @media only screen and (max-width: 768px) {
	#wrapper{ grid-template-columns: 100%;
	}
 }
 
 .whoiam {
	 background-color: rgb(196, 196, 196, 0.5);
	 border: 1px solid black;
	 margin: 5px;
	 text-align: center;
	 Float: left;
	 width: 49%;
	 height: 60%;
	 
 }
 
  .experiance {
	 background-color: rgb(196, 196, 196, 0.5);
	 border: 1px solid black;
	 margin: 5px;
	 text-align: center;
	 Float: right;
	 width: 49%;
	 height: 60%;
	
 }
 
 div.gallery {
  margin: 5px;
  border: 2px solid #ccc;
  float: left;
  width: 35%;
  background-color: rgb(196, 196, 196, 0.8);
  
}

div.gallery:hover {
  border: 2px solid black;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

 div.gallery2 {
  margin: 5px;
  border: 2px solid #ccc;
  float: right;
  width: 50%;
  background-color: rgb(196, 196, 196, 0.8);
  
}

div.gallery2:hover {
  border: 2px solid black;
}

div.gallery2 img {
  width: 100%;
  height: auto;
}

.MyProcess {

color: #A61C21;
font-size: 50px;
float: left;
	 
 }
 
 input[type=text], select, textarea {
  width: 100%; 
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px; 
  box-sizing: border-box;
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical/
}


input[type=submit] {
  background-color: #A61C21;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


input[type=submit]:hover {
 background-color: #c46b0c;=
}


.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
 