html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 15px;
  background: #F7F5FC;
  color: #777777; }

input:focus,
select:focus,
textarea:focus,
button:focus,
a, a:hover, a:active, a:focus {
  outline: none; }

/* Cross-browser transitions */
/* Cross-browser transform */
/* Media query breakpoints */
/* Links */
a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.centered {
  width: 100%;
  text-align: center; }

.emph {
  font-weight: 400;
}

.block-link {
  margin: auto;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #E74C3C;
  color: white;
  font-size: 16px; }
  .block-link:hover {
    background-color: #d62c1a; }

/* Nav */
#nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background-color: #E74C3C;
  z-index: 2; }
  #nav .nav-links {
    list-style: none;
    padding-left: 0;
    text-align: center; }
    #nav .nav-links li {
      margin: 10px 70px;
      display: inline-block; }
    #nav .nav-links a {
      text-transform: uppercase;
      color: #e7e1f6;
      font-size: 20px;
      font-weight: 300;
      letter-spacing: 1px;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      #nav .nav-links a:hover {
        color: white; }

/* Hero */
#hero {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1100px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);}

#logo {
  width: 100%; }
  #logo img {
    display: block;
    margin: auto; }

#about {
  padding: 20px 10px 0px 10px;
  text-align: center;
  font-size: 28px;
  font-weight: 300; }

/* Portfolio */
#portfolio {
  position: relative;
  top: 100vh;
}

#portfolio h1 {
  width: 250px;
  margin: 0 auto 20px auto;
  text-align: center;
  font-weight: 300;
  letter-spacing: 2px;
  color: #E74C3C; }

/* Projects */
.project {
  width: 100%;
  margin: 20px 0px;
  padding-bottom: 50px;
  background-color: white;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  .project .project-text {
    max-width: 800px;
    margin: auto;
    text-align: center;
    padding: 20px; }
  .project .role {
    margin-top: 0px;
    font-style: italic;
    color: #1F1F1F; }
  .project .project-img-wrapper {
    padding: 10px 0px;
    width: 100%; }
    .project .project-img-wrapper img {
      display: block;
      margin: auto;
      padding-top: 90px;
      -webkit-transition: 1s;
      -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }

.project-hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }
  .project-hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

/* Footer */
#footer {
  position: relative;
  top: 100vh;
  width: 100%;
  height: 100px;
  margin-top: 40px;
  text-align: center; }
  #footer p {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 80%; }

/*# sourceMappingURL=custom.css.map */

/*# sourceMappingURL=styles.css.map */
