* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(background_brushed_metal.jpg);
    background-color: #ccc;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 100%;
}

header {
    width: 90%;
    height: 100px;
    margin: 0 auto;
    background-color: #069;
    color: #069;
    line-height: 100px;
    vertical-align: middle;
}

nav {
    width: 90%;
    height: 30px;
    margin: 0 auto;
    background-color: #069;
}

nav ul {
    width: 100%;
    list-style-type: none;
    text-align: center;
}

nav li {
    display: inline;
    padding-right: 10px;
}

nav li a {
    color: #fff;
    text-decoration: none;
}

nav li a:hover {
    color: yellow;
    text-decoration: underline;
}

#resume {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
}
#section {
   width: 90%;
   margin: 0 auto;
   background-color: #fff;
}		
#resume a {
    color: #069;
    text-decoration: none;
}

#resume a:hover {
    text-decoration: underline;
}

#resume img {
    padding-left: 25px;
    width: 250px;
    height: 250px;
    opacity: .8;
}

#resume-sidebar {
    width: 300px;
    float: right;
/* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom,#FFF 0%,#069 100%);
/* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#FFF),color-stop(1,#069));
/* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom,#FFF 0%,#069 100%);
}

h1 {
    color: #fff;
    font-family: Georgia,serif;
    font-size: 3em;
    font-weight: 700;
    text-align: center;
}

h2,h3,h4,h5,h6 {
    padding-top: 15px;
    padding-left: 15px;
    color: #333540;
    font-weight: 700;
}

h2 {
    font-size: 2.25em;
    text-align: center;
}

h3 {
    font-size: 1.75em;
}

#resume-sidebar h4 {
    color: #000;
    font-size: 1.25em;
}

p {
    padding: 5px 0 5px 15px;
    line-height: 150%;
}

li {
    margin-left: 50px;
    line-height: 150%;
}

footer a {
    color: #fff;	
    list-style-type: none;
    padding: 15px 0 5px 5px;
}

footer {
	text-align: center;
    clear: both;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    background-color: #069;
    color: #fff;
}
form {
	display: center;
	width: 90%;
	margin: 0 auto;
}


footer a:hover {
     text-decoration: underline;
     color: yellow;	
	 
}

bold {
    font-weight: 700;
}

italic {
    font-style: italic;
}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}


.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

button {
	text-align: center;
    background-color: #069;
    color: #fff;
	margin: 5%;
}

button:hover {
		text-decoration: underline;
		color: yellow;
}		
