
.projects,footer {
    text-align: center;
}

html {
    box-sizing: border-box;
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
}


img {
    vertical-align: middle;
}

p {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 1.5em;
    width: 100%;
}

.projects {
  padding-bottom: 6em;
  margin-top: -3em;
}

/************************/

/* Main body styles */

body {
    font: 100% "Sans-serif", Helvetica, sans-serif;
    color: #333;
    background-color: #fff;
    line-height: 1.5;
}

a {
    color: #9e9e9e;
    font-weight: 300;
    position: relative;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    bottom: 1em;
    top: -1em;
}

a:hover, a:focus {
    color: #5DE23C;
    outline: none;
}

p {
    font-weight: 300;
}


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 600;
}

/* Main body styles */

/************************/

/* Intro section styles */





.intro {
    position: inherit;
    height: auto;
    width: 100%;
    z-index: -1;
    margin-top: 10em;
}

.intro .intro-text {
    position: inherit;
    top: 23%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}


.intro h1 {
    font-size: 1rem;
    font-size: calc(1rem + 1vw);
    line-height: 1.4;
    font-weight: 600;
    color: #333;
    letter-spacing: .012em;
}



.intro h4 {
  margin-top: 4em;
  margin-bottom: -4.5em;
  color: #9e9e9e;
}

.header a {
  font-weight: 200;
  color: #333;
  padding: 12px;
}

.header a:hover, a:focus {
  font-weight: 200;
  color: #5DE23C;
  padding: 12px;
}

.header {
  overflow: hidden;
  padding: 60px 10px;
}

.header img {
  width: 50px;
  margin-left: 1em;
  height: auto;
}


#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
  padding-bottom: 2rem;
}


@media (min-width: 320px) {
.intro {
    text-align:left;
    margin-left: 3em;
    margin-right: 3em;
}
}





/* Intro section style */
