h1 {color:white;}
#sticky-div {
	background-color: black;
  position: sticky;
  top: 0;
  text-align: center; 
}
/* fixed */
#fixed-div {
	background-color: Green;
  position: fixed;
  left: 20px;
  top: 150px;
}


#gradient {
	background-image: radial-gradient(circle, #6A4D25, #7E9473);
  padding: 2%;
  color: white;
  font-size: 1em;
  text-align: center;
}




html  { 
  background: url("https://projects.codecraftworks.com/web/H6fa2T725UY3Ra5w1ZTI/assets/background4.jpeg");
  background-position: center;
  background-repeat: no repeat;
  background-size: cover;
  height: 100%;
 
}
#page { 
  margin: 3vw;
}
#Title { 
  background-color:rgb(210, 105, 30, 0.8);
  color:Black;
   padding: 3vh;
  text-align: center;
  font-family: "Merriweather", sans-serif;
  margin-bottom: 30em;
  margin: 0vh 9vw;
  
}

.character {
  width: 10vw;
}
.content {
   background-color: rgb(210, 105, 30, 0.8);
  text-align: center;
  padding: 4vh;
  margin: 4vh 4vw;
}
h2 {
	color: white;
  text-align: center;
  font-family: "Sans Sirif";
} 
a, p {
  color: white;
  font-family: Arial, sans-serif;
}
hr {
 background-color: rgb(255,255,255, 0.1); 
 border: none;
 height: 0em;
 margin: 1em 2em;
}
#top, #about {
  background-color:#7E9473; 
  font-family: 'Source Code Pro', eb garamond;
  font-size: 2; 
  padding: 5em;
  margin: 1em 10em; 
  font-size: 1em;
  box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);/* */ 
  text-align: center;
 }
#top { 
  background-color:#FFFFFF ;
}
 #about p {
   font-size: 14px;
}
#aboutme { 
  margin-top: 5px, 0px, 30px, 0px; 
}
.about { 
  width: 10vw;
 background-color: white;
  display:inline-block;
  text-align: center;
  font-family: "Source Code Pro", monospace;
  font-size: 2em;
}
#image { 
  text-align: center;
}
#image {
  width: 50%;
  max-width: 10em;
}
.allinfo { 
  background-color: #FFFFFF;
  color: #fff;
 	padding: 1.1em;
  width: 10% 
}

 .portfolio { 
  text-align: center;
  font-family: "Source Code Pro", monospace;
  font-size: 2em;
   
}
.portfolio img {
  max-width: 200px; 
  
} 

  
#title { 
  text-align: center;
  font-size: 3em; 
  background-color:#000000 ;
  text-shadow: 1px 3px 5px black;
  border-radius:19%;
  height: 2%
} 
#btn { 
  background-color: white ; 
  color: white;
  font-size: 1.1em; 
  
} 
#pexels {
	width: 100%;
  max-width: px;
  border-radius: 20%;

 
}
#rad-grad {
	width: 10em;
  height: 10em;
  
  background: radial-gradient(at left, Black, darkGreen, Grey, Tan);
  
}
#lin-grad {
  text-align: left;
}
#pexels {
  text-align: right;
  
} 

  #link:hover {
	background-color: Tan;
    
}
#link:visited {
	color: white;
}
  #link:link {
	color: Tan;
}
#box { 
  box-shadow: 1em 3em 2em tan; 
 
} 



#footer {
  height: 20%;
}
    


#footer {
	height: 20%;
  color: white;
}
