body {
  font-family: 'Open Sans', sans-serif;
}


/************ GRID**************/
.full-width {
  width: 1200px;
  margin: 0 auto;
}

.half-width {
  width: 600px;
  float: left;
}

.third-width {
  width: 400px;
  float: left;
}

/*************Header*************/

header {
  height: 800px;
  background: #ffffff ;
}

nav {
  text-align: right;
}

nav ul li {
  display: inline-block;
  padding-left: 25px;
  text-transform: uppercase;
  font-family: 'open sans', sans-serif;
  font-size: 24px;
  padding-top: 75px;
}

nav a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

header h1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 64px;
  font-weight: bold;
  padding-top: 100px;
}

header h2 {
  font-family: 'open sans', sans-serif;
  font-size: 48px;
  font-weight: normal;
}

header span{
  color: #ff654a;
}


/*************About Section*************/

#about {
  text-align: center;
  height: 1050px;
  background: #ff654a;
}

#about p {
  padding-left: 300px;
  padding-right: 300px;
  color: #ffffff;
}

#about h2 {
  color: #ffffff;
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  font-weight: bold;
  padding: 100px 0 30px 0;
}

#about h3 {
  color: #ffffff;
  font-family: 'Open Sans bold', sans-serif;
  font-size: 24px;
  padding-top: 30px;
}

#about p {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}


/*************Portfolio Section*************/

#portfolio {
  height: 850px;
  background: #ffffff;
  text-align: center;
}

#portfolio h2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  font-weight: bold;
  padding: 100px 0 50px 0;
}

#portfolio h3 {
  font-family: 'Open Sans bold', sans-serif;
  font-size: 24px;
  padding-top: 30px;
}

#portfolio p {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  padding: 0 25px 0 25px;
}

/*************Contact Section*************/

#contact {
  height: 650px;
  background: #ff654a;
  text-align: center;
}

#contact h2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  font-weight: bold;
  padding-top: 150px;
  color:#ffffff;
}

#contact h3 {
  font-family: 'Open Sans bold', sans-serif;
  font-size: 24px;
  padding-top: 30px;
  color:#ffffff;
}

#contact p {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  padding: 0 25px 0 25px;
  color:#ffffff;
}

#contact ul li {
  display: inline-block;
  padding-right: 35px;
}

#copyright {
  padding-top:130px;
  clear: both;
}

#copyright p{
  color:#ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
