@import url(http://reset5.googlecode.com/hg/reset.min.css);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700|Ubuntu:400,500,700|Raleway:600,800,700,900|Slabo+27px|Open+Sans+Condensed:300italic,700,300|Montserrat:400,700);
header,
nav,
footer,
div{
  width: 100%;
}
.header {
  padding: 10px 0;
  background: white;
  font-family: 'Times New Roman', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: black;
  text-align: center;
}
nav {
  margin: 0;
  padding: 0;
  background: white;
  overflow: hidden;
}
nav ul {
  list-style: none;
  text-align: center;
  overflow: hidden;
}
nav ul li {
  display: inline-block;
  margin: 0 -4px;
  padding: 5px 0;
}
nav ul li a {
  padding: 5px 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}
nav ul li a:hover,
nav ul li a.active {
  background: black;
  color: white;
}
section {
  padding: 20px;
  font: normal 2em / normal 'Open Sans Condensed', sans-serif;
}
section#section1,
section#section3 {
  background: #343434;
  color: #eeeeee;
}
section#section2,
section#section4 {
  background: #666666;
  color: #eeeeee;
}
footer{
  padding: 20px;
  background: white;
  font: normal 1em 'Open Sans Condensed', sans-serif;
  color: black;
  text-align: center;
}
.quote{
    font-family: "Slabo 27px", serif;
    font-size: 30px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    padding: 10px;
    text-align: center;
    width: 50%;
}
.intro{
    font-family: 'Times New Roman';
    font-size: 30px
    text-align: center;
    width: 65%;
}
.center{
    margin-left: 42.1%;

}
hr{
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);

}
hr2{
    color: white;
    border: 0;
    height: 1px;
    background: white;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);

}

.title1{
    width:475px;
    text-transform: uppercase;
    border: 1px solid;
    padding: 5px;
    font-weight: 700;

}

.project{
    width: 60%;
    padding: 25px;
    font-family: "Ubuntu", serif;
    font-size: 30px;
}

br{
    padding: 25px;
}
.img{
    border: 2px solid;
    margin: 40px;

}

.project-desc{
    width: 40%;
    padding: 25px;
    font-family: "Ubuntu", serif;
    font-size: 25px;
}

h1{
 font-family: "Times New Roman", serif;
    font-size: 40px;
}

a {
    position: relative;
    text-decoration: underline;
    font-size: 105%;
    text-decoration: none;
    color: black;
    font-weight:bold;    
    transition: color 0.3s;
    perspective: 600px;
    perspective-origin: 50% 100%;
    
}