@charset "utf-8";

div.relative {
  position: relative;
  width: 400px;
  height: 200px;
  margin: 350px;
  margin-top: -280px;
  font-size: 15px;
} 

div.absolute {
  position: absolute;
  top: 100px;
  right:-320px;
  width: 350px;
  height: 250px;
  font-size: 18px;
}

.element {
  background:
      linear-gradient(#B8AA96, #B8AA96) top, /* Layer 1 - beige */
      linear-gradient(#F7EDDF, #F7EDDF) bottom; height: 500px ;  /* Layer 2 - yellow */
  background-size: 100% 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
        }

body {
	background-color: #F7EDDF;
}

img{
	border-radius: 10px;
	margin-left: 100px;
}

h1 {
	font-size: 50px;
	color: white;
}

h2 {
	font-size: 30px;
	color: white;
}

h3 {
	color: #7B6939;
	font-size: 30px;
}

.about {
    margin-top: 0px;
    margin-left: 100px;
    margin-bottom: 20px;
	font-size: 20px;
}

h1, h3, label {
	font-family: "oxygen", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h2, ul, p {
	font-family: "Oxygen", sans-serif;
    font-weight: 300;
    font-style: normal;
	
}

.edu-container {
	display: flex;
	justify-content: space-between;
	margin: 100px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.edu, .exp {
	flex: 1;
}

progress {
  border: none;
  width: 850px;
  height: 25px;
  
}

strong {
	font-size: 30px;
	margin: 20px;
}

progress::-webkit-progress-bar {
     background-color: #E3CC90;
      }

progress::-webkit-progress-value {
     background-color: #CF9D53;
      }

.skills-container {
	margin-left: 80px;
}

#project h4,
#project p {
    display: inline;
    vertical-align: top;
    font-size: 23px;
    line-height: 20px;
	
}


a:link {
  color:peru;
  background-color: transparent;
  text-decoration: none;

}
a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #00F992;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

#project {
	margin-top: 100px;
}

.blog {
	margin: 75px;
	margin-top: 0px;
	font-size: 10px;
	
}