/* Je Fe V2.0
 * Copyright 2018, Jethro Wilson
 * jethrowilson.com
 */
/*
    Je provides the styles for JethroWilson.com.

    Je uses Fe 2.0 as a base, and is written with sass (ooohhh)
*/
/*
    i. Color
*/
/*
   ii. Fonts
*/
/*
    Layout & Navigation
*/
header, footer {
  text-align: center;
}

nav ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
nav ul li a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.15rem;
  font-size: 1.2rem;
  color: #c8c8c8;
}
nav ul li a:hover, nav ul li a:focus, nav ul li a:active {
  color: #14adff;
  text-decoration: none;
}

footer nav ul li a {
  text-transform: none;
  letter-spacing: 0.05rem;
}

header[title=illu] a[title=illu],
header[title=contact] a[title=contact],
header[title=desi] a[title=desi],
header[title=about] a[title=about],
header[title=articles] a[title=articles],
header[title=resources] a[title=resources],
header[title=workshops] a[title=workshops] {
  color: #ff1521;
}
header[title=illu] a[title=illu]:hover, header[title=illu] a[title=illu]:focus, header[title=illu] a[title=illu]:active,
header[title=contact] a[title=contact]:hover,
header[title=contact] a[title=contact]:focus,
header[title=contact] a[title=contact]:active,
header[title=desi] a[title=desi]:hover,
header[title=desi] a[title=desi]:focus,
header[title=desi] a[title=desi]:active,
header[title=about] a[title=about]:hover,
header[title=about] a[title=about]:focus,
header[title=about] a[title=about]:active,
header[title=articles] a[title=articles]:hover,
header[title=articles] a[title=articles]:focus,
header[title=articles] a[title=articles]:active,
header[title=resources] a[title=resources]:hover,
header[title=resources] a[title=resources]:focus,
header[title=resources] a[title=resources]:active,
header[title=workshops] a[title=workshops]:hover,
header[title=workshops] a[title=workshops]:focus,
header[title=workshops] a[title=workshops]:active {
  color: #14adff;
}

@media screen and (max-width: 599px) {
  nav ul li {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }
}
/*
    Headings
*/
.title {
  margin-top: 2rem;
}
.title a {
  color: #808080;
}
.title a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sofia-Pro", "Sofia Pro", sans-serif;
  letter-spacing: 0.05rem;
}

h5 {
  text-transform: uppercase;
  font-weight: 600;
  color: #c8c8c8;
}

h6 {
  text-transform: none;
}

p {
  font-size: 2.2rem;
}
p.small {
  font-size: 1.6rem;
}
p.large {
  font-size: 2.6rem;
  line-height: 1.8;
}

p.secondary {
  font-family: "Vollkorn";
  font-style: italic;
  text-align: center;
  letter-spacing: 0.05rem;
  margin-top: 2rem;
}

@media screen and (max-width: 599px) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  p {
    font-size: 1.6rem;
  }
  p.micro {
    font-size: 1.2rem;
  }
  p.small {
    font-size: 1.4rem;
  }
  p.large {
    font-size: 2rem;
  }
}
blockquote {
  font-family: "Vollkorn";
  font-style: italic;
  text-align: center;
  letter-spacing: 0.05rem;
  margin-top: 2rem;
}

a {
  color: #14adff;
  text-decoration: none;
}
a:hover {
  color: #14adff;
  text-decoration: underline;
}
a:active {
  color: #6dd1fc;
}
a button {
  width: 100%;
}

.icons {
  text-align: center;
  margin-bottom: 0.8rem;
}
.icons svg {
  width: 2.2rem;
  height: 2.2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  fill: #c8c8c8;
}
.icons svg:hover {
  fill: #14adff;
}

.contactIcons {
  text-align: center;
}
.contactIcons svg {
  width: 2.2rem;
  height: 2rem;
  fill: #c8c8c8;
}
.contactIcons svg:hover {
  fill: #14adff;
}

a img:hover {
  box-shadow: 1px 6px 12px #efefef;
}

.showcase > div {
  margin-bottom: 3rem;
}

.showcase img {
  margin-bottom: 2rem;
}
.showcase p {
  color: #c8c8c8;
}

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