/* --------------------------------------------
  Variables
---------------------------------------------*/
/* --------------------------------------------
  Base Styles
---------------------------------------------*/
html {
  font: normal 17px/1.5 "prenton", sans-serif;
  font-weight: 300; }
  @media (min-width: 992px) {
    html {
      font-size: 19px; } }
  @media (min-width: 1200px) {
    html {
      font-size: 20px; } }

body {
  color: #333333;
  font-weight: 300;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: orpheuspro, serif; }

p {
  margin-bottom: 1.5em;
  line-height: 1.6; }

li {
  display: block; }

a, a:visited, a:hover {
  color: inherit;
  transition: .2s;
  text-decoration: none; }

img {
  width: 100%;
  height: auto;
  border: 0; }

.text-link, .text-link:hover {
  text-decoration: underline;
  color: #e6a503; }

/* --------------------------------------------
  Container Layout Styles
---------------------------------------------*/
.container {
  max-width: 1440px; }

.header {
  background-color: #f7f9fa;
  margin-bottom: 3rem; }
  @media (min-width: 1200px) {
    .header {
      margin-bottom: 5rem; } }

.portfolio, .contact {
  margin-bottom: 3rem; }
  @media (min-width: 1200px) {
    .portfolio, .contact {
      margin-bottom: 0; } }

.about-container {
  background-color: #f7f9fa; }

/* --------------------------------------------
  Header Styles
---------------------------------------------*/
.header__logo {
  color: #999999;
  opacity: .5;
  font-size: 3rem;
  padding: 1.5rem 0 0;
  margin: 0; }

.header__intro {
  color: #e6a503;
  font: normal 1.2rem prenton-display, sans-serif;
  font-weight: 100;
  margin: -5px 0 1em; }

.nav {
  border-top: 1px rgba(201, 201, 201, 0.3) solid;
  border-bottom: 0; }

.nav ul {
  margin: 0 auto;
  padding: 0; }

.nav__item {
  display: inline-block;
  margin: 0 .1rem; }

.nav__item a {
  font-size: .8rem;
  display: block;
  padding: .9em .6em; }
  @media (min-width: 1200px) {
    .nav__item a {
      font-size: .7rem; } }

.nav__item a:hover {
  background: linear-gradient(0deg, rgba(201, 201, 201, 0) 0%, rgba(201, 201, 201, 0) 25%, rgba(201, 201, 201, 0.3) 26%, rgba(201, 201, 201, 0.3) 50%, rgba(201, 201, 201, 0) 51%, rgba(201, 201, 201, 0) 100%); }

.nav__item:first-child {
  background: linear-gradient(0deg, rgba(201, 201, 201, 0) 0%, rgba(201, 201, 201, 0) 25%, rgba(201, 201, 201, 0.3) 26%, rgba(201, 201, 201, 0.3) 50%, rgba(201, 201, 201, 0) 51%, rgba(201, 201, 201, 0) 100%); }

/* --------------------------------------------
  Featured Project Styles
---------------------------------------------*/
@media (min-width: 768px) {
  .featured {
    margin-top: 3rem; } }
@media (min-width: 992px) {
  .featured {
    margin-top: 8rem; } }
@media (min-width: 1200px) {
  .featured {
    margin-top: 12rem; } }

.featured__heading, .featured__more {
  color: #999999;
  font: .9rem prenton-display, sans-serif;
  font-weight: 100;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 1.5rem; }

.featured__more {
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .featured__more {
      margin-bottom: 4rem; } }
  @media (min-width: 768px) {
    .featured__more {
      margin-bottom: 5rem; } }

.featured__title {
  color: #42638f;
  font-size: 2.5rem; }
  @media (min-width: 992px) {
    .featured__title {
      font-size: 3rem; } }

.featured__intro {
  max-width: 450px; }

.featured__link, .project__link {
  font-size: .7em;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  padding: .6em .8em;
  max-width: 180px;
  text-align: center;
  border: 1px #b0d9ef solid; }

.featured__link--yellow {
  border: 1px #e6a503 solid; }

.featured__link:hover, .project__link:hover {
  box-shadow: rgba(45, 45, 45, 0.03) 0px 1px 1px, rgba(49, 49, 49, 0.03) 0px 2px 2px, rgba(42, 42, 42, 0.03) 0px 4px 4px, rgba(32, 32, 32, 0.03) 0px 8px 8px, rgba(49, 49, 49, 0.03) 0px 16px 16px, rgba(35, 35, 35, 0.03) 0px 32px 32px;
  transform: translate(0, -4px);
  z-index: 999; }

/* --------------------------------------------
  Ruler
---------------------------------------------*/
.ruler {
  border: 0;
  border-bottom: 1px dashed #c9c9c9;
  margin: 4rem 0; }
  @media (min-width: 768px) {
    .ruler {
      border-bottom: 0;
      margin: 2rem 0; } }
  @media (min-width: 1200px) {
    .ruler {
      margin: 0; } }

/* --------------------------------------------
  Projects
---------------------------------------------*/
.project {
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .project {
      margin-bottom: 7rem; } }
  @media (min-width: 1200px) {
    .project {
      margin-bottom: 9rem; } }

.project__title {
  font-size: 1.1rem;
  font-weight: 300;
  padding: .5rem 0 0;
  font-style: italic; }

.project__info {
  color: #999999;
  font: italic .7em/.7 "prenton", sans-serif;
  font-style: normal;
  font-weight: 300; }

.project__link {
  border-color: rgba(201, 201, 201, 0.3);
  margin-top: 1rem; }

/* --------------------------------------------
  Carousel
---------------------------------------------*/
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  padding: 1.5rem;
  background: #000000 no-repeat center center;
  background-size: 40% 60%;
  background-image: url(../img/next-icon.svg); }

.carousel-control-prev-icon {
  background-image: url(../img/previous-icon.svg); }

/* --------------------------------------------
  About
---------------------------------------------*/
.about__heading {
  color: #e6a503;
  margin: 1.75em 0 .5em; }

.about__subheading {
  font: .9rem prenton, sans-serif;
  font-weight: 100;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  display: block;
  width: 30%;
  max-width: 125px;
  background: linear-gradient(360deg, rgba(230, 165, 3, 0) 0%, rgba(230, 165, 3, 0) 1%, rgba(230, 165, 3, 0.3) 2%, rgba(230, 165, 3, 0.3) 40%, rgba(230, 165, 3, 0) 41%, rgba(230, 165, 3, 0) 100%); }

.contact {
  margin-bottom: 6rem; }

.contact__icon {
  font: .9rem prenton-display, sans-serif;
  font-weight: 100;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 1rem;
  display: block;
  border: 1px #e6a503 solid;
  margin-bottom: 1rem; }

.contact__icon:hover {
  box-shadow: rgba(45, 45, 45, 0.03) 0px 1px 1px, rgba(49, 49, 49, 0.03) 0px 2px 2px, rgba(42, 42, 42, 0.03) 0px 4px 4px, rgba(32, 32, 32, 0.03) 0px 8px 8px, rgba(49, 49, 49, 0.03) 0px 16px 16px, rgba(35, 35, 35, 0.03) 0px 32px 32px;
  transform: translate(0, -4px);
  z-index: 999; }

.small {
  color: #999999;
  font-size: .5rem;
  text-align: center;
  padding-bottom: 1rem; }

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