/* main scss */
/* Aoja Cashman Site Theme */
/*clear fix*/
.clear-after:after {
  content: "";
  display: table;
  clear: both;
}

/* Flexbox & CSS grid */
body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.page-border {
  border: 0.5rem solid;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-height: 100vh;
  height: auto !important;
  height: 100%;
}

main {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  margin: 0;
}

article .text {
  flex: 0 0 37.08204rem;
}

aside {
  flex: 1 1 22.91796rem;
}

footer {
  box-sizing: border-box;
  color: #A4A3AD;
  margin: 5rem auto 1rem;
  padding: 1rem 0;
  width: 100%;
  align-self: flex-end;
}

footer ul {
  margin: 0;
  padding: 0;
}

p {
  /* line-height: 1.5;
  margin: 1rem 0; */
  margin-bottom: 1.25rem;
  font-size: 1.125rem; /* 18px */
  line-height: 1.7;
  font-weight: 300;
}

.section-heading {
  margin-bottom: 3rem;
}

.intro,
.feature {
  background-color: #FFFFFF;
}

.feature {
  margin-bottom: 2rem;
}

.intro h2,
.feature h2 {
  display: block;
  width: 100%;
}

.intro .display-text,
.feature .display-text {
  /*font-family: "Noto Serif", Georgia, serif;*/
  /*font-size: 1.25rem;*/
  /*line-height: 1.5;*/
  /*margin: 0 0 1rem;*/
  font-size: 1.5rem; /* 24px */
  font-weight: 300;        
  line-height: 1.4;
  letter-spacing: -0.25px;
  margin-top: -0.75rem;
  margin-bottom: 2rem;
  color: #333;
  max-width: 65ch; 
}

.feature .image {
  align-self: flex-start;
  order: 1;
  width: 22.91796rem;
}

.feature .text {
  order: 2;
  width: 37.08204rem;
}

@media (max-width: 599px) {
  .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 1rem auto;
    padding: 0 1rem;
  }

  .nav-item {
    flex-shrink: 1;
  }

  .logo a {
    display: none;
  }

  .intro .text,
  .intro .image,
  .feature .text,
  .feature .image,
  .process-outline .text,
  .process-outline .image {
    flex: 1 100%;
    /* margin-bottom: 1rem; */
    margin: 1rem 0 0;
  }

  .intro .image,
  .feature .image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .intro .image img,
  .feature .image img {
    border-radius: 10px;
    width: 100%;
  }

  .article-main {
    flex: 1 0 100%;
  }

  article aside {
    flex: 1 0 100%;
  }
}
@media (min-width: 600px) {
  .intro {
    margin-bottom: 2rem;
  }

  .wrapper {
    display: flex;
    flex-direction: row;
    max-width: 60rem;
    margin: 0 auto;
    padding: 0 1rem;
  }

  .nav-item {
    flex-shrink: 0;
  }

  h1 {
    font-size: 2.5rem;
    width: 60rem;
    margin-left: auto;
    margin-right: auto;
  }

  .intro .text,
  .feature .text {
    flex: 1 1 37.08204rem;
  }

  .intro .image,
  .feature .image {
    flex: 1 1 22.91796rem;
  }

  .feature .text {
    padding-left: 2rem;
  }

  .intro .image,
  .feature .image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .intro .image img,
  .feature .image img {
    width: 100%;
  }

  .intro .image img.biopic {
    border-radius: 10px;
    width: 75%;
  }

  .article-main {
    flex: 1 1 37.08204rem;
  }

  article aside {
    margin-left: 2rem;
    width: 22.91796rem;
  }
}
@media (min-width: 900px) {
  .feature {
    margin-bottom: 4rem;
  }

  .article-main {
    flex: 1 0 37.08204rem;
  }

  article aside {
    margin-left: 3rem;
    width: 22.91796rem;
  }
}
/* header */
header {
  border-bottom: 1px solid #1994D7;
  margin: 0 0 1rem;
}

.logo {
  display: block;
  flex: 1 0 50px;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  font-size: 1rem;
  padding: 1rem 0 0;
}

.logo img {
  width: 45px;
}

.logo span {
  color: #181721;
  display: inline-block;
  font-weight: 500;
  padding: 1.5rem 1rem 1rem;
  text-transform: uppercase;
  vertical-align: text-bottom;
}

@media (max-width: 599px) {
  header .wrapper {
    flex-direction: row;
    margin: 0 auto;
  }

  .logo {
    text-align: center;
  }

  .logo img {
    width: 40px;
  }

  .logo span {
    font-size: 0.85rem;
  }
}
/* navigation */
h1, h2, h3, h4, h5 {
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* font-weight: 500;
  line-height: 1.2; */
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h2 {
  /* color: #6e6c7c; */
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  /* font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase; */
  font-size: 1.75rem; /* ~28px */
  letter-spacing: -0.25px;
  font-weight: 400;
}

@media (max-width: 599px) {
  h1 {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  h2 {
    /* font-size: 1.5rem; */
  }
}
/* Lists */
ul, ol {
  list-style-type: none;
}

/* navigation */
.primary-nav {
  background: #FFFFFF;
  min-height: 50px;
}

.primary-nav ul {
  display: flex;
  height: 100%;
  padding: 0;
  margin: 0;
  align-items: center;
}

.nav-item {
  display: block;
  padding: 0 1.5rem 0 0;
}

.primary-nav a {
  color: #6e6c7c;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: block;
  font-weight: 500;
  font-size: 1rem;
  /*letter-spacing: 1px;*/
  padding: 2.5rem 0 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .16s linear;
}
.primary-nav a:link {
  color: #6e6c7c;
  text-decoration: none;
}
.primary-nav a:visited {
  color: #6e6c7c;
  text-decoration: none;
}
.primary-nav a:hover {
  color: #1994d7;
  text-decoration: none;
}
.primary-nav a:focus {
  color: #1994d7;
  text-decoration: none;
}

.primary-nav a:after {
  content: "";
  display: block;
  height: 2.25rem;
}

.primary-nav a.current {
  color: #181721;
  font-weight: 500;
}

.primary-nav .current:after {
  border-bottom: 0.25rem solid #1994D7;
  content: "";
  display: block;
  height: 2rem;
  margin: 0 auto;
  opacity: 1;
  transition: all .16s ease;
}

.primary-nav a.current:hover:after,
.primary-nav a.current:focus:after {
  opacity: 0;
}

a:link, visited {
  color: #181721;
  text-decoration: none;
}

a:hover, active,
a:focus {
  color: #1994d7;
  text-decoration: underline;
}

@media (max-width: 599px) {
  .primary-nav a {
    font-size: 0.85rem;
  }
}
/* BUTTONS */
.button {
  background: #333333;
  border: 1px solid #333333;
  padding: .5rem 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: inherit;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  text-decoration: none;
  vertical-align: middle;
  transition: all .16s linear;
}

.button:hover,
.button:focus {
  background: #ffffff;
  color: #333333;
  cursor: pointer;
  text-decoration: none;
}

.button:active {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
}

.intro .button {
  margin-right: 0.5rem;
}

@media (max-width: 400px) {
  .intro .button + .button {
    margin-top: 1rem;
  }
}
/* animations */
/* theme */
.button {
  background: #FFFFFF;
  border-color: #1994D7;
  color: #1994D7;
}
.button:link {
  background: #FFFFFF;
  border-color: #1994D7;
  color: #1994D7;
}
.button:visited {
  background: #FFFFFF;
  border-color: #1994D7;
  color: #1994D7;
}
.button:hover {
  background: #1994D7;
  border-color: #1994D7;
  color: #FFFFFF;
}
.button:active {
  background: #1994D7;
  border-color: #1994D7;
  color: #FFFFFF;
}

body {
  color: #181721;
}

h2 {
  /* color: #6e6c7c; */
}

.light-text > * {
  color: #FFFFFF;
}

.home-h1 {
  color: #181721;
}

.projects-h1 {
  color: #181721;
}

.projects-detail-h1 {
  color: #181721;
}

.process-h1 {
  color: #181721;
}

.about-h1 {
  color: #181721;
}

.section-heading h2 {
  color: #1994D7;
  margin: 0;
  text-transform: none;
}

.light-blue-bg {
  background-color: rgba(0, 174, 239, 0.15);
}

.cyan-bg {
  background-color: #00AEEF;
}

.magenta-bg {
  background-color: #EC008C;
}

.yellow-bg {
  background-color: #FFF200;
}

.black-bg {
  background-color: #000000;
}

.cyan-gradient {
  background-image: linear-gradient(to bottom, #1994D7, rgba(25, 148, 215, 0.5));
}

.magenta-white {
  background-image: linear-gradient(to bottom, #EC008C, #FFFFFF);
}

.page-border {
  -moz-border-image: -moz-linear-gradient(top, #1994D7 0, #00AEEF 25%);
  -webkit-border-image: -webkit-linear-gradient(top, #1994D7 0, #00AEEF 50%);
  border-image: linear-gradient(to bottom, #1994D7 0, #00AEEF 100%);
  border-image-slice: 1;
}

.process-outline .wrapper .text {
  -moz-border-image: -moz-linear-gradient(top bottom, #FFFFFF 0, #00AEEF 25%, #1994D7 50%);
  -webkit-border-image: -webkit-linear-gradient(top bottom, #FFFFFF 0, #00AEEF 25%, #1994D7 50%);
  border-image: linear-gradient(to bottom, rgba(0, 174, 239, 0.5) 25%, #1994D7 100%);
  border-image-slice: 1;
}

.feature img {
  border-radius: 10px;
  border: 1px solid rgba(110, 108, 124, 0.5);
}

.feature a img {
  transition: all .26s ease-in-out;
}
.feature a img:hover {
  -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
}
.feature a img:active {
  -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
}

.feature-intro {
  border-radius: 10px;
}

.feature-intro .wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.feature-intro h1 {
  flex-shrink: 0;
}

.feature-intro img {
  width: 100%;
}

.project-title h2 {
  margin-top: 0;
  text-transform: none;
}

.project article img,
.project article video {
  border: 1px solid #6e6c7c;
  width: 100%;
}

.project article img + p,
.project article img + figcaption,
.project article video + p {
  font-family: "Noto Serif", Georgia, serif;
  font-size: 0.8rem;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}

aside div {
  padding-bottom: 1rem;
}

aside div:last-child {
  border-bottom: none;
  padding-bottom: 1rem;
}

.project aside h3 {
  border-bottom: 1px solid #181721;
  font-weight: 700;
  margin-top: .7rem;
  padding-bottom: .7rem;
}

.project aside ul {
  list-style: square outside;
  margin-left: 1rem;
  padding-left: 0;
}

.project aside li {
  /* line-height: 1.5;
  padding: 0 0 0.5rem; */
  font-size: 1.125rem; /* 18px */
  font-weight: 300;
  line-height: 1.7;
  padding: 0 0 .7rem;
}

.project-info {
  box-sizing: inherit;
  display: block;
  margin: 1rem 0;
  padding: 0;
}

.project-info dt {
  font-size: 1.125rem; /* 18px */
  line-height: 1.7;
  font-weight: 700;
  /* margin: 0 0 1.25rem; */
}

.project-info dd {
  /* line-height: 1.5;
  margin: 0 0 0.5rem;
  padding: 0; */
  margin: 0 0 1.25rem;
  font-size: 1.125rem; /* 18px */
  line-height: 1.7;
  font-weight: 300;
}

.project-info dd:last-child {
  margin: 0;
}

.project video {
  object-fit: inherit;
}

.italic {
  font-style: italic;
}

.project article .login-reg img {
  border: none;
}

.project aside .button {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 599px) {
  .project-title h2 {
    /* margin: 1rem 0; */
    margin: 1rem 0 1.5rem;
  }

  .feature {
    margin-bottom: 0;
  }

  .feature .image {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) {
  .project-title h2 {
    margin: 1rem 0 1.5rem;
  }
}
.process h3 {
  font-weight: 700;
  margin: 0;
  padding: 0 0 0.5rem;
}

.process ul {
  list-style: square outside;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 1rem;
  padding: 0.5rem 0 0;
}

.process li {
  /* line-height: 1.5;
  padding: 0 0 0.5rem; */
  font-size: 1.125rem; /* 18px */
  font-weight: 300;
  line-height: 1.7;
  padding: 0 0 0.5rem;
}

.process-outline .wrapper .text {
  border-left: 0.3333333333rem solid;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-image-slice: 1;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.process-outline p {
  margin: 0;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
