
html{
	background-image: url(images/resume-bkgnd.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}

h1 {font-family:"Teko";
		font-size: 60px;
		color:#C0C0C0;
		margin:0;}




h2 {font-family:"Teko";
		font-size: 30px;
		color:#C0C0C0;
		margin:0;}


	
	

	body {text-align:center;
	margin-left: 80px;
	margin-right: 80px; 
    font-size: 18px;
	color:#C0C0C0;}

	h3{font-family:"Teko";
		color:#C0C0C0;
		font-size: 18px;
		font-weight:500;}

	h4 {font-family: "Teko";
		font-size: 12px;
		color:#C0C0C0;}
	
	p {font-family: "Teko";
		color:#C0C0C0;}

	 hr {color:#f33;
	 	 width: 90%;}


	 .footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color:rgba(166, 0, 0, 0.5);
  color: white;
  text-align: center;
}

.nav a{
	padding: 50px 0 0 0;
  display: inline;
  width: 6em;
  margin: 0 5px;
  padding: .5em 1em;
  text-decoration: none;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  background-color: #190620;
  border: 2px solid #960a20;
  border-radius: 6px;
  text-shadow: #666 .1em .1em .1em;
  box-shadow: 0 4px 2px rgba(0,0,0,.5);
  position: relative;
  top: -100px;
  transition:  
    background-color 1.2s,
    border-color 1.2s, 
    top 0.5s, 
    box-shadow 0.5s;}

    a:link { color: red; }
	a:visited { color: yellow; }
	a:hover { color: #09C; }
	a:active {color: #0CF;  }
}
