/***** BASE STYLES *****/

body {
  color: #2b2b2b;
  font-family: 'Source Sans Pro', sans-serif;
}

#about, #work, #contact {
  height: 600px;
}

/***** 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: url(../img/hero.png);
    background-size: cover;
}

header h1 {
    padding: 65px 0 65px 25px;
    color: #99ab99;
    font-family: Lora, serif;
    font-size: 40px;
}

nav {
    float: right;
    padding-top: 90px;
}

nav ul li{
    display: inline-block;
}

nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    color: #828282;
    padding-left: 10px;
    font-weight: 500;
    /* list-style-type: none; */
}

header h2 {
    width: 1000px;
    clear: both;
    font-family: Lora, serif;
    font-size: 72px;
    line-height: 80px;
    color: #9b9b9b;
    padding: 20px 0 20px 25px;
}

header h2 span {
    color: #2b2b2b;
}

/***ABOUT***/
#about .full-width {
  padding: 50px 0;
}

#about h2 {
  color: #595959;
  font-family: 'Lora', serif;
  font-size: 36px;
  padding-left: 50px;
}

#about p {
    font-size: 22px;
    color: #7f7f7f;
    line-height: 40px;
    padding-left: 50px;
    padding-right: 50px;
}

/***WORK**c4d0c4*/
#work {
  background-color: #d7ddd7;
  text-align: center;
}

#work .full-width {
    padding: 115px 0;
}

#work img {
    padding-bottom: 30px;
}

::after #work img {
  opacity: 1.0;
}

#work h3 {
    font-size: 28px;
    line-height: 32px;
    width: -20px;
    margin: 0 auto;
}

#work p {
    font-family: Source sans-pro;
    font-size: 22px;
    line-height: 30px;
    padding: 0 50px;
}

/***CONTACT***/
#contact {
  background-color: #ebebeb;
}

#contact .full-width {
  padding: 110px 0;
}

#contact img#contact-img {
  margin-left: 25px;
  border: 12px solid #ffffff;
}

#contact h2, #contact #email-header, #contact #socialmedia-header, #contact ul {
    padding-left: 115px;
}
#contact #envelope {
    padding: 0 10px 0 115px;
}

#contact h2 {
    font-family: Lora, serif;
    font-size: 36px;
    line-height: 44px;
}
#contact #email-header{
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
    margin: -30px 0 5px 0;
}
#contact #socialmedia-header {
    font-weight: normal;
    font-size: 29px;
    line-height: 44px;
    margin: 40px 0 0 0;
}
#contact a {
    text-decoration: none;
    color: #c49075;
    font-weight: bold;
    font-size: 28px;
}

#contact ul {
    list-style: none;
    margin-left: 125px;
}
#contact ul li {
     display: inline-block;
}
#contact ul img {
    font-size: 32px;
    padding-right: 48px;
}

.return-link {
  float: right;
  margin-right: 30px;
  margin-bottom: 30px;
  color: grey;
}

.return-link a {
  float: right;
  margin-right: 30px;
  color: grey;
}

.return-link2 a {
  margin-top: 90px;
  float: right;
  margin-right: 30px;
  color: grey !important;
}

.return-link3 a {
  float: right;
  margin-right: 30px;
  text-decoration: underline !important;
  font-weight: normal !important;
  font-size: 16px !important;
  color: grey !important;
  margin-top: 90px !important;
}


/*.return-link a:hover {
  color: black;
}*/

/* unvisited link */
a:link {
  color: grey;
}

/* visited link */
a:visited {
  color: grey;
}

/* mouse over link */
a:hover {
  color: black;
}


/***COMING SOON ***/
.coming-soon {
  background: radial-gradient(circle, #FBB600, #DA5900);
  color: white;
  font-size: 72px;
  font-weight: bold;
  display: block;
width: 100%;
height: 100%;
position: absolute;
 padding-top: 10%;
 padding-left: 25%;
}

/*** RESUME ***/
.resume {
  background-color: #d7ddd7;
  padding: 20px 0 40px 0;
}

.personal-info {
  text-align: center;
  color: black;
  margin-top: 15px;
  font-weight: bold;
}

.name {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4em;
}

.phone {
  font-size: 22px;
  line-height: 1.4em;
}

.email, .linkedin, .website {
  font-size: 18px;
  line-height: 1.3em;
}

.section-header {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}

.section-content {
  text-align: center;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.3em;
}

.experience-body {
    margin: 0 70px 60px 70px;
}

.company {
  text-transform: uppercase;
  font-size: 18px;
  text-align: left;
  float: left;
  font-weight: bold;
}
.date {
  text-align: right;
  float: right;
  font-size: 18px;
  font-weight: bold;
}

.location {
  font-size: 16px;
  text-align: left;
  clear: left;
}

.title {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}

.duties {
  text-decoration: none;
  font-size: 15px;
  list-style-type: square;
  line-height: 1.2em;
}

/*PROJECT PORTFOLIO PAGE*/
#projects-page {
      height: 350px;
      background: url(../img/hero-small.png);
      background-size: cover;
}

#projects-page h1 {
  padding: 25px 0 5px 20px;
  color: #99ab99;
  font-family: Lora, serif;
  font-size: 42px;
  margin-top: 0;

}

#projects-page p {
  width: 605px;
  font-family: Lora, serif;
  font-size: 26px;
  color: #9b9b9b;
  padding-left: 20px;
  font-weight: bold;
}

#map, #magic-ball, #lol-cat {
  text-align: center;
  margin-top: 0;
}

#map img, #magic-ball img, #lol-cat img {
  max-height: 600px;
  max-width: 500px;
}

#map {
  background-color: #eaccbb;
  padding: 15px 0 25px 0;
}

#magic-ball {
  background-color: #d7ddd7;
  padding: 15px 0 25px 0;
}

#lol-cat {
  background-color: #ebebeb;
  padding: 15px 0 25px 0;
}

.project-paragraph {
  margin: 0 80px 20px 80px;
  line-height: 1.4em;
  font-size: 18px;
}
