* {
  box-sizing: border-box;
  color: #FFF;
  list-style: none;
  margin: auto;
  text-decoration: none;
}

body {
  font-family: "Source Sans Pro";
  font-weight: 300;
  line-height: 1.5;
}

div {
  text-align: center;
}

h1 {
  font-size: 2em;
  font-weight: 500;
  letter-spacing: .08em;
  padding: 2em 0 2em;
}

h2 {
  font-size: 2.5em;
  font-weight: 300;
}

h3 {
  font-size: 2em;
  font-weight: 500;
  max-width: 30em;
  margin: auto;
}

h4 {
  font-size: 1.5em;
  font-weight: 300;
  max-width: 30em;
  margin: auto;
}

header {
  background-attachment: fixed;
  background-position: center center;
  background-size: 100% auto;
  position: relative;
  text-align: center;
}

img {
  padding: 1em .5em;
  display: block;
  margin: auto;
}

footer {
  background-color: #f15a22;
  font-size: 1.25em;
  font-weight: 400;
  text-align: center;
}

footer ul li {
  display: inline-block;
  padding: 15px;
}

footer ul li a {
  display: inline-block;
  height: 40px;
  min-width: 8em;
}

p {
  font-size: 1.2em;
  padding: 1em 0 0;
}

p a {
  color: #0a0a0b;
  font-weight: 500;

}

li h3 {
  font-size: 1.25em;
  padding: .25em;
}

body, h1, h2, h3, h3 a, h4, p {
  color: #0a0a0b;
}

h2, h3, h4, p {
  margin: 0 auto;
  max-width: 800px;
}

#about {
  display:inline-block;
  padding: 1em;
  margin-top: 6.25em;
  margin-bottom: 6.25em;
  text-align: center;
}

#about h1 {
  padding: .25em;
}

#about-img {
	max-width: 254px;
	max-height: 254px;
}

#homepage {
  background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(img/bg-img-home.jpg) no-repeat center center fixed;
  height: 85vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#light h1 a {
  background: #3FA7D6;
  border-radius:.08em;
  color: #FFF;
  padding:.5em .75em;
  text-transform: uppercase;
}

#light h1 a:hover {
  background: #45B6E9;
}

#portfolio {
  background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(img/bg-img-portfolio.jpg) no-repeat center center fixed;
  padding-top: 6.25em;
  padding-bottom: 6.25em;
  text-align: center;
}

#portfolio h2 {
  color: #FFF;
  letter-spacing: 2px;
  margin: auto;
  max-width: 15em;
}

#project {
  display: block;
  min-height: 85vh;
  padding-top: 1em;
  text-align: center;
}


#project h2, h3, h4, p {
  letter-spacing: 0;
  text-align: left;
}

#project h2, h3, h4 {
  font-weight: 700;
}

#project h3 {
  padding-top: 2em;
}

#project h4 {
  padding-top: 3em;
}

#project h2 {
  color: #f15a22;
  margin-top: 2em;
  padding-bottom: 0;
  text-transform: uppercase;
}

#project ul {
  font-weight: 300;
  font-size: 1.2em;
  max-width: 800px;
  margin: auto;
  padding: 1em 0 0;
  text-align: left;
}

#project .tools li {
  display: inline-block;
  padding-right: 1em;
}

#project .quotes,
#project img {
  padding-top: 4em;
}

#resume {
  background-color: #FFF;
  background-image: none;
  min-height: 85vh;
  text-align: left;
}

#resume h1 {
  font-size: 2.5em;
  padding: 0;
}

#resume h2 {
  border-color: #0a0a0b;
  border-style: solid;
  border-width: 0 0 3px;
  font-weight: 700;
  letter-spacing: .1em;
  max-width: none;
  text-align: left;
}

#resume h3 {
  margin: 0;
  padding: .5em 0;
  text-align: left;
}

#resume p {
  padding: 0 0 .5em;
  margin: 0;
}

#social-media {
  padding-top: 2em;
}

#social-media li {
  display: inline-block;
  list-style-type: none;
  min-width: 100px;
}

#social-media li a {
  border-style: none;
}

#art-design h2, #project ul, #resume h1, #resume h2, #resume p a {
  color: #0a0a0b;
}

/*****************************CSS CLASSES START HERE********************************/

.blue {
  color: #3FA7D6;
  font-weight: 700;
}

 .button {
	 min-width: 22em;
}

.category {
  margin-top: 3em;
}

.desc {
  color: #0a0a0b;
  font-size: 1.5em;
  font-weight: 500;
  padding: 10px;
  max-width: 360px;
}

.gallery {
  margin-top: 3.125em;
}

.gallery img {
  max-width: 100%;
  padding: .5em;
}

.header-inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header-inner h2 {
  color: #FFF;
  padding: 3em 0 0;
  max-width: 35em;
}

.icon {
  width: auto;
  margin: 0;
}

.inner-container {
  clear: both;
  max-width: 100%;
  word-wrap: break-word;
  min-width: 33%;
  padding: 1em;
  min-height: 85vh;
  padding-bottom: 6.25em;
}

.list {
  list-style: circle;
}

.logo {
  padding: 10px 0 0 10px;
  position: fixed;
  width: 50px;
  z-index: 9999;
}

.navbar {
  background-color: #f15a22;
  font-size: 1.25em;
  font-weight: 400;
  height: 60px;
  padding: 20px;
  text-align: center;
}

.navbar ul li a {
  display: inline-block;
  height: 40px;
  min-width: 8em;
}

.navbar ul li a:hover {
  border-color: #FFF;
  border-style: solid;
  border-width: 0 0 3px;
}

.navbar li,.gallery {
  display: inline-block;
}

.outer-container {
  display: block;
  text-align: center;
  max-width: 100%;
  min-height: 85vh;
}

.outer-container h2 {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 1em 0 0;
}

.persona-img {
  padding: 0;
}

.persona-text {
  font-family:Source Sans Pro;
  font-weight: 700;
  font-size: 1.5em;
  fill:#027de9;
}

.quote-text-main {
  font-family:Source Sans Pro;
  font-weight: 700;
  font-size: 1.5em;
  fill:#FFFFFF;
}

.quote-text-sub {
  font-family:Source Sans Pro;
  font-weight: 300;
  font-size: 1.25em;
  fill:#FFFFFF;
}

.resume-btn {
  padding: 10px 10px 0 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  z-index: 9999;
}

.strong {
  font-weight: 700;
}

.list, .list li {
  color: #0a0a0b;
  font-weight: 500;
  text-align: justify;
}

/*****************************@MEDIA QUERIES START HERE********************************/

@media screen and (max-width: 768px) {
  #portfolio h2 {
    font-size: 2em;
  }
  
  #resume h1 {
    font-size: 2em;
    padding: 0;
  }

  #social-media li {
    display: inline-block;
    list-style-type: none;
    min-width: 75px;
  }
  
  /*.inner-container h2 {
    font-size: 1em;
  }
*/
  .navbar ul li a {
    min-width: 5.5em;
  }

  .persona-text {
  font-family:Source Sans Pro;
  font-weight: 700;
  font-size: 1em;
  fill:#027de9;
}

  h1 {
    padding: 1em 0 0 0;
  }

  h2 {
    padding: 1em 1em 0 1em;
  }

  h3 {
    font-size: 1.5em;
    padding: 1em 1em 0 1em;
  }

  h4 {
    font-size: 1.25em;
    padding: 1em 1em 0 1em;
  }

  header h1 {
    letter-spacing: .08em;
    padding: 1.25em 0 0 0;
  }

  header h2 {
    font-size: 2em;
    font-weight: 300;
    letter-spacing: .08em;
  }

  img {
    width: 100%;
  }
}