
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-size: cover;
	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: 40%;
	width: 100%;

}

#about {
	
	background-repeat: no-repeat;
	width: 40%;
	background-size: contain;
	float: right;
	border: 15px solid #1e222c;
	border-right: 15px solid #c46b0c;
	position: absolute;
	right: 0px;
	
}

#websites {
	
	background-repeat: no-repeat;
	width: 40%;
	float: left;
	height: 420px;
	border: 15px solid #1e222c;	
	border-left: 15px solid #c46b0c;
	position: absolute;
	left: 0px;
	top: 850px;
}

#wrapper {
	
	display: grid;
	grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 250px)) minmax(0px, 1fr);
	grid-template-rows: auto;
	
}

.h1 {
	/*
	grid-column: 3/4;
	grid-row: 2;
	*/
}
 main{
	 grid-column: 2/8;
	 grid-row: 2;
 }
 
 #learn {
	color: #A61C21;
	background-color: #c4c4c4;
	text-align: right;
	font-size: 25px;
	border-radius: 5%;
	padding: 10px;
	position: absolute;
	text-decoration: none;
	display: inline-block;
	right: 550px;
	top: 600px;
	
 }
 
 #learn a{
	 color: #A61C21;
	 text-decoration: none ;
 }
 
 #my {
	
	background-color: #c4c4c4;
	text-align: left;
	font-size: 25px;
	border-radius: 5%;
	display: inline-block;
	padding: 10px;
	
	position: absolute;
	left: 600px;
	bottom: -300px
 }
 #my a{
 text-decoration: none;
 color: #A61C21;
 }
 