.ca {
  display: none !important; }

/*main {
 
    padding: 100px;
    background: #242424;
    color: #fafafa;
}*/

body {
  background: #fafafa;
  color: #2d2b2b;
  font-size: 26px;
  font-family: 'Raleway', san-serif;
  font-weight: 300; 
}

body > header:first-of-type {
  font-family: "Raleway", sans-serif;
  transition: all 0.25s ease-in-out; }
  body > header:first-of-type h1.brand-mark {
    z-index: 2;
    position: fixed;
    /* height: 60px; */
    /* width: 60px; */
    top: 16px;
    left: 16px;
    /* border: 2px dotted #fafafa; */
    /* border-top-color: transparent; */
    /* border-bottom-color: transparent; */
    /* border-radius: 50%; */
    display: block;
    /* flex-direction: row; */
    /* align-items: center; */
    /* justify-content: center; */
    /* overflow: hidden; */
    transition: all 0.25s ease-in-out;
    background-color: #4d4d4d;
    text-transform: none; }
    body > header:first-of-type h1.brand-mark.brand-mark:hover {
      background-color: #32596e; }
  body > header:first-of-type h1.brand-mark.homepage {
    background-color: #32596e; }
    body > header:first-of-type h1.brand-mark.homepage:hover {
      background-color: #4d4d4d; }
  body > header:first-of-type h1 > a {
    font-family: "Roboto Slab", serif;
    font-weight: 100;
    font-size: 1.25em;
    color: #fafafa;
    display: block;
    /* text-align: center; */
    padding: 4px 10px;
    transition: all 0.25s ease-in-out; }
  body > header:first-of-type h1 > a:hover {
    /*background-color: rgba(0,0,0,.2);*/
    text-decoration: none; }

a {
  color: inherit; }

#mainNav {
  display: none; }

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: #242424;
  overflow-x: hidden;
  transition: 0.5s; }
  .overlay h1 {
    color: #fafafa;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 15px; }

.overlay-content {
  position: relative;
  top: 5%;
  width: 50%;
  /*text-align: center;*/
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto; }

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 1em;
  font-weight: 100;
  color: #fafafa;
  display: block;
  transition: all 0.25s ease-in-out; }

.overlay a.active {
  background-color: #617387; }

.overlay a.nav-disabled:after {
  content: 'Coming Soon';
  display: inline;
  font-size: .5em;
  text-transform: uppercase;
  position: relative;
  left: 15px;
  top: -2px; }

.overlay .nav-disabled {
  pointer-events: none;
  opacity: .55;
  position: relative;
  display: none; }

.overlay a:hover, .overlay a:focus {
  color: #fafafa;
  background-color: #6e5b43;
  transition: background-color .15s ease-in-out; }

.overlay .closebtn {
  position: absolute;
  top: 27px;
  right: 18px;
  font-size: 3em;
  line-height: 0;
  transition: all 0.25s ease-in-out; }

.overlay .closebtn:hover, .overlay .closebtn:focus {
  background-color: transparent;
  transform: scale(1.25); }

#mainNavTrigger {
  border: none;
  background-color: transparent;
  position: fixed;
  z-index: 2;
  top: 19px;
  right: 16px; }

button#mainNavTrigger i {
  font-size: 1.5em;
  padding: 7px;
  background-color: rgba(250, 250, 250, 0.6);
  border-radius: 50px;
  transition: all 0.25s ease-in-out; }

button#mainNavTrigger i:hover {
  transform: scale(1.25); }

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px; }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px; } 
  }


/********Headings********/
/************************/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif; 
}

h1 {
 
  font-size: 1.3em;
  letter-spacing: 0.03em;
  line-height: initial;
  margin-bottom: 16px;
 }


  
  /*h1 small {
    text-transform: none;
    letter-spacing: 0.016em;
    font-size: .3em;
    line-height: 3em;
   } */

   h1 small {
    text-transform: none;
    letter-spacing: 0.016em;
    font-size: .25em;
    line-height: 1.65em;
    font-family: 'Raleway';
    display: block;
    font-weight: 400;
  }

h1 + img {
  margin-top: 29px; }

h2 {
  font-size: 1em;
 /* letter-spacing: .05em;
  margin-top: 30px; 
  margin-bottom: 30px;*/
}


h1 ~ h2 {
 margin-bottom: 32px;
}


h3 {
  font-weight: 300;
  font-size: .85em;
  letter-spacing: 0.05em;
  margin-bottom: 6px; }
  
/*
h4 {
  margin: 30px 0 10px 0;
  letter-spacing: 0.03em; }

  */


  .project h1, .project h2 {
    font-weight: 500;
    text-transform: none;
    margin: 5px 0;
    /*letter-spacing: -0.0135em; */
    letter-spacing: inherit; 
  }
  .project h1 {
    font-size: .85em; }

  .project h2 {
    font-weight: 400; 
    font-size: .725em;
  }

  .project-header .project-intro h3 {
    /*letter-spacing: 0.125em;*/
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 700;
  }


  .sign-off h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    font-size: 1.2em;
    letter-spacing: -0.00125em;
    text-transform: none; }



hr {
  margin-top: 6rem;
  margin-bottom: 0rem;
  border-top: 1px solid rgba(0, 0, 0, 0.3); }

img {
  width: 100%;
  transition: all 0.25s ease-in-out; }

a.inline-link, a.see-more-link  {
  color: inherit;
  text-decoration: none;
  border: 2px solid transparent;
  border-bottom-color: inherit;
  padding-bottom: 2px;
  transition: all 0.25s ease-in-out; }

a.inline-link:hover, a.see-more-link:hover {
  border-bottom: 4px solid #fafafa;
  text-decoration: none;
  border-bottom-color: inherit; }

a.see-more-link:after {
  content: '>';
  display: inline-block;
  margin-left: 3px;
  transition: all 0.25s ease-in-out; }

a.see-more-link:hover:after {
  margin-left: 6px; }

  .btn {
    border-radius: 29px;
    padding: 10px 29px;
    margin-top: 20px;
}

.btn-primary {
    color: #4d4d4d;
    background-color: #fafafa;
    border-color: #4d4d4d;
}

.btn-primary:hover {
  color: #fafafa;
  background-color: #222c3b;
  border-color: #222c3b;
}


.btn-secondary:hover {
  color: #fafafa;
  background-color: #4d4d4d;
}

.project-header .jumbotron {
  padding: 0;
  margin-bottom: 0;
  border-radius: 0; }

  /*.homepage.jumbotron p {
    font-size: .7em;
  }*/
/*
  .homepage.jumbotron p:nth-child(2) {
    font-size: 70% !important;
  }*/

  .homepage.jumbotron ol {
    font-size: 70% !important;
    margin-left: 30px;
    margin-top: 20px;
    list-style: disc !important;
    line-height: 1.2em;
  }

  .homepage.jumbotron .card {
      background: none;
      border: none;
      padding:0 20px;
  }

  .homepage.jumbotron button {
    margin: 30px 0;
    background-color: transparent;
    border: .75px solid #fafafa;
    border-radius: 50px;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: .55em;
    padding: 10px 25px;
  }

  .homepage.jumbotron .card p {
    font-size: 70%;
}

.amazon-mixed-cart a {
pointer-events: none;
}

.amazon-mixed-cart .anchor-wrapper {
  opacity: .5;
}
.amazon-mixed-cart .anchor-wrapper:hover {
  opacity: .45 !important;
}

.project-header .project-hero.project-amazon-incentives-rbac {
  background-image: url("/images/ai-manage-profile-project-header.jpg"); }

.project-header .project-order-portal {
  background-image: url("/images/AI-portal-project-header.jpg");
 }


  .project-header .project-amazon-incentives {
    background-image: url("/images/amazon-incentives-project-header.jpg");
}

  .project-header .project-hero.project-amazon-cash {
    background-image: url("/images/amazon-cash-project-header.jpg"); 
  }

  .project-header .project-hero.project-amazon {
    background-image: url("/images/laptop-user-thumbnail.jpg");  
  }

.project-header .project-hero.project-cwu {
  background-image: url("/images/businessman-pointing-laptop-15238-2-BW.jpg"); }

.project-header .project-hero.project-learner-dashboard {
  background-image: url("/images/maxwell-ridgeway-685077-unsplash-720.jpg"); }

.project-header .project-hero.project-agility-dashboard {
  background-image: url("/images/photo-1427751840561-9852520f8ce8.jpg"); }

.project-header .project-calendar {
  background-image: url("/images/it-nation-crowd.jpg"); }

.project-header .project-path-to-sucesss {
  background-image: url("/images/path-to-success-lg-bg.jpg"); }

.project-header .project-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  height: 300px;
  transition: height 0.15s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fafafa; }

  .project-header .project-hero h1 {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 2.25em;
    text-transform: initial;
      
  }

  .project-header .project-hero:before {
    display: block;
    content: '';
    background-color: rgba(17, 17, 17, 0.75);
    position: absolute;
    width: 100%;
    height: 300px;
    z-index: 0; }

.project-header section.project-hero.about-me:before {
  background-color: transparent !important; }

.project-header section.contact-me-hero {
  height: 100vh; }

.project-header .contact-me-hero.project-hero:before {
  background: transparent; }

.project-header .contact-me-hero a {
  display: block;
  text-align: center;
  color: #fafafa; }

.project-header .contact-me-hero i.material-icons {
  position: relative;
  top: 5px;
  left: -5px; }

.project-header .project-intro {
  color: #fafafa;
  font-size: 1em;
  padding: 75px 150px; }
  .project-header .project-intro p {
    margin-bottom: 1.25em; }
  .project-header .project-intro ul li small {
    font-family: 'Raleway', sans-serif;
    font-size: 70%;
    color: #f7e2d0;
    display: none; }
    

.collapse-content-wrapper {
  margin-top: 30px; }

div.extra-info {
  padding: 35px;
  font-size: 85%;
  border: 1px solid #6d6d6d;
  background-color: rgba(0, 0, 0, 0.08); }

div.extra-info p {
  line-height: 1.8em;
  font-size: 1em; }

.contact-me a {
  color: inherit; }

.contact-me ul {
  padding: 0; }

.contact-me ul li {
  list-style: none; }

ul {
  padding-left: 20px; }

ol {
  padding-left: 17px; }
  ol li {
    margin-bottom: 21px; }

ul, ol {
  font-size: .85em; }

.inner-list {
  padding-left: 35px; }

p {
  margin-bottom: 1.25em;
  font-size: .9em; }

[class*="col"] > section:nth-child(1) {
  padding: 75px 100px; }

section.sub-section {
  margin-top: 50px; }

h1 ~ .sub-section {
  margin-top: 0; }

section.extra-padding {
  padding: 75px 21% !important; }

  section.extra-padding-md {
    padding: 75px 12% !important; }

    section.extra-padding-sm {
      padding: 75px 10% !important; }
      
      section.extra-padding-sm-2 {
        padding: 50px 21% !important;
      }

.product-shot {
  background-color: #ecedef;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .product-shot .btn {
    width: 31vw;
    display: block;
    margin: auto; }
  .product-shot img {
    width: 100%;
    margin-bottom: 50px;
    transition: all 0.25s ease-in-out; }
  .product-shot .before-shot, .product-shot .after-shot {
    margin-bottom: 55px; }
  .product-shot video {
    width: 100%;
    padding: 0;
    /* box-shadow: 0 14px 15px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22); */
    margin-bottom: 25px;
    transition: all 0.25s ease-in-out;
    margin-top: 15px; }
  .product-shot video:hover {
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.15); }

img[data-toggle="modal"]:hover {
  cursor: pointer;
  transform: scale(1.0062);
  /*box-shadow: 0 14px 28px rgba(0, 0, 0, 0.09), 0 10px 10px rgba(0, 0, 0, 0.09);*/ }

.laptop img {
  margin-bottom: 0; }

* > h2:first-of-type {
  margin-top: 0; }

.project-background {
  color: #fafafa; }

.decoration-block-half-grid {
  height: 100%; }

.modal-content {
  padding: 0 25px;
  background-color: #f1f1f1; }

.modal-header {
  margin-bottom: 20px;
  padding-left: 0; }
  .modal-header .modal-title {
    color: #4d4d4d; }
  .modal-header .close {
    font-size: 3em;
    font-weight: 100;
    color: #4d4d4d;
    position: absolute;
    right: 24px;
    top: 0;
    opacity: 1;
    transition: all 0.25s ease-in-out; }
    .modal-header .close:hover {
      transform: scale(1.25); }

.modal-footer {
  margin-top: 20px;
  padding-right: 0; }

.modal-backdrop.show {
  opacity: 0.83; }

  span.text-highlight {
    display: block;
    font-style: normal;
    border-radius: 1em 0 1em 0;
    text-shadow: 1px 1px 1px #fff;
    background-image: 
      linear-gradient(-100deg, 
        rgba(255,250,150,0.15),
        rgba(255,250,150,0.8) 100%, 
        rgba(255,250,150,0.25)
      );
  }
  

/************Background Colors*************/
/******************************************/

.slate {
  background-color: #3a3a3a;
  color: #fafafa; }

.dark-slate {
  background-color: #292828;
  color: #fafafa; }

.salmon {
  background-color: salmon;
  color: #282626; }

  .light-gray {
    background-color: rgb(238, 238, 238);
  }

/*.light-gray {
  background-color: rgb(225, 225, 225);
}*/

.medium-gray {
  background-color: rgb(185, 185, 185);
}

.light-brown {
  background-color: #8d7759;
  color: #fafafa; }

.medium-brown {
  background-color: #6e5b43;
  color: #fafafa; }

.brown-dark {
  background-color: #2D2120;
  color: #fafafa;
}

.mauve-beige {
  background-color: #CBBDBA;
  color: #242424;
}

.slate-blue {
  background-color: #617387;
  color: #fafafa; }

.light-blue {
  background-color: #457793;
  color: #fafafa; }

.medium-blue {
  background-color: #32596e;
  color: #fafafa; 
}

.medium-blue-darker {
    background-color: #244354;
    color:#fafafa;
    /*#1e3e4f*/
}

.dark-blue {
  /*background-color: #12223e; old*/
  background-color: #222c3b;
  color: #fafafa; }

.light-orange {
  background-color: #ffecc8;
  color: #4d4d4d; }

.soft-white {
  background-color: #fafafa;
   }

.medium-purple {
  background-color: #655784;
  color: #fafafa; }

.slate-purple {
  background-color: #433f4d;
  color: #fafafa; }

  .tan {
    background-color: #cabcae;
  }

  .tan-light {
    background-color: #EDE8DE;
  }

  .tan-dark {
    background-color: #D2CABC;
  }



.light-slate-purple {
  background-color: #c9c6d0;
}

.green-light {
  background-color: #bbddb1;
}

.green-dark {
  background-color: #21351b;
  color: #fafafa;
}

 .lighter-grey {
  background-color: #f7f7f7;
 }



section.approach-supporting img {
  width: 100%; }

a#backToTop {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  color: #4d4d4d; }

a#backToTop > i {
  transform: rotate(-90deg);
  font-size: 2.25em;
  background-color: rgba(250, 250, 250, 0.6);
  border-radius: 50px;
  transition: all 0.25s ease-in-out; }

a#backToTop > i:hover {
  transform: scale(1.25) rotate(-90deg); }

/***Index page***/
/*.jumbotron {
  padding: 8vh 100px;
}*/

.jumbotron {
  border-radius: 0;
  margin: 0;
}

.jumbotron h1 {
  font-family: 'Roboto Slab', serif;
  /*font-size: 1.75em;*/
  /*font-family: 'Raleway', sans-serif; */
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: -.0025em;
}



.jumbotron.statement h5 {
  margin-bottom: 16px;
  font-size: .75em;
  font-style: italic;
}
.jumbotron.statement {
  /*font-size: 1.25em;*/
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
  /*padding-bottom: 0;
  padding-top: 36px;*/
}
.statement p {
  margin-bottom: 16px;
}

/*  .jumbotron.statement p:last-of-type {
    margin-bottom: 2px; 
    font-family: 'Raleway', sans-serif; 
    font-size: .75em;
  }*/

  
  /*.jumbotron.statement p:last-of-type {
    margin-bottom: 2px; 
    font-size: .55em;
    font-family: 'Raleway', sans-serif; 
  }*/


  .jumbotron.statement small {
    font-weight: 300; }

  .jumbotron.statement .contact {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: .8em;
    letter-spacing: 0.025em;
    margin-bottom: 0; 
  }

  .jumbotron.statement span {
    display: block; 
  }

  .jumbotron.statement ul {
    padding-left: 21px;
    list-style: none;
  }

    .jumbotron.statement ul li {
      line-height: 1.5; 
    list-style-type: disc;}

  .jumbotron.statement a {
    color: #fafafa;
    font-size: .6em;
    transition: all 0.25s ease-in-out;
    border-bottom: 2px solid transparent; }
  .jumbotron.statement .material-icons {
    position: relative;
    display: inline-block;
    top: 5px;
    margin-right: 10px; }
  .jumbotron.statement .directional-cue .material-icons {
    transform: rotate(90deg);
    font-size: 2em;
    position: absolute;
    text-align: center;
    bottom: 25px; }

    p.intro-emphasis {
      font-size: 1em;
      line-height: 1.5em;
      /*letter-spacing: -.02em;*/
      font-weight: 100;
      margin-bottom: 32px;
  }

  .jumbotron small {
    font-size: 70%;
  }

main.portfolio-index {
  padding: 0 7%;
  padding-bottom: 100px;
  background-color: #efeceb; }

  main.portfolio-index > article h1.index-heading {
    padding-top: 50px;
    text-transform: none;
  font-size: 1.25em;
  font-weight: 300;
  letter-spacing: -.0025em;
 }

 .portfolio-index h3 {
  letter-spacing: normal;
 }


.project {
  padding-top: 50px; }
  .project header {
    transition: all 0.25s ease-in-out; }
    .project header .anchor-wrapper {
      overflow: hidden;
      border-radius: 5px;
      transition: all 0.25s ease-in-out; }
      
      .project header .anchor-wrapper:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18), 0 10px 10px rgba(0, 0, 0, 0.18); }
    .project header a {
      height: 100%;
      width: 100%;
      display: block;
      overflow: hidden;
      transition: all 0.25s ease-in-out; }
      .project header a img {
        width: 100%;
        transition: all 0.25s ease-in-out; }
        .project header a img:hover {
          transform: scale(1.025); }

  .project footer {
    margin-top: 20px; }

    .project footer a {
      display: block; 

    }

      .project footer a:hover > h1 {
        color: #0056b3; }



.project-disabled,
.project-disabled a,
.project-disabled footer > a {
  pointer-events: none !important; }

.about-details p, .about-details ol {
  font-size: 1em; }



footer.my-footer {
  padding: 30px;
  font-size: .75em;
  text-align: center; }

  footer.my-footer a {
    display: block;
    color: #fafafa;
    /* border-bottom: 1px solid #fafafa; */
    /* width: 20%; */
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px; }

  footer.my-footer .material-icons {
    position: relative;
    top: 4px;
    font-size: 1.2em;
    left: -5px; }

  footer.my-footer h2 {
    margin-bottom: 2px; }


    #gclp img {
      box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }

    #threeUp {
      box-shadow: none !important;
    }

.figure {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.figure-caption {
  color: inherit;
  font-size: 79%;
  margin-bottom: 10px;
}

.product-shot > h1 ~ small {
  margin-bottom: 20px;
  font-family: "Roboto Slab", san-serif;
}

#gclpMobile {
  max-width: 350px;
  margin-bottom: 0;
}

.under-construction p {
  margin: 0;
  font-size: 80%;
}

.padding-short {
  padding: 30px 21% !important;
}

.padding-short-2 {
  padding: 30px 0% !important;
}

.padding-shorter {
  padding: 20px 21% !important;
}

.figure {
  box-shadow: none;
}


.height-100 {
  height: 100%;
}

section {
  height: 100%;
}


/************Index Responsiveness************/
/********************************************/
/*@media (max-width: 992px) {
  .jumbotron.statement {
    font-size: 1.7em; } }*/



/*@media (max-width: 865px) {
    .project header .anchor-wrapper {
        height: 150px;
    }
}*/
/*.project.cwu header {
    background-image: url(/images/businessman-pointing-laptop-15238-2.jpg);
}

section.project header:hover {
    background-position: center center;
}*/

@media (max-width: 992px) {
  section.extra-padding {
    padding: 75px 100px !important; }

  .project-header .project-intro {
    padding: 40px; }

  .project-header .project-intro p, .project-header .project-intro ul {
      font-size: .75em;
      margin-bottom: 33px; }
    }

@media (max-width: 768px) {
  .overlay a {
    font-size: 1em; } 

    .jumbotron {
      padding: 50px;
    }
  }

  @media (max-width: 676px) {
    .jumbotron {
      font-size: 1em; }

    .jumbotron.statement .contact {
        font-size: .6em; }

        .secondary-statement {
          font-size: .8em;
        }
      }


@media (max-width: 620px) {
  [class*="col"] > section:nth-child(1) {
    padding: 75px 25px !important; 
  }
  body > header.fixed-top:first-of-type {
    position: relative; 
  }
  body > header.fixed-top:first-of-type h1.brand-mark {
    display: none; } 

      section.extra-padding {
        padding: 50px 0px !important;
      }

      .project-hero {
        height: 200px;
      }
      
      .project-header .project-hero h1 {
        font-size: 1em;
      }
      p {
        font-size: .75em;
      }
      h1 {
        font-size: 1em;
      }
      .overlay-content {
        text-align: left;
        top: 5%;
      }
      .overlay a {
        font-size: .65em;
        font-weight: 400;
      }
  }

 
@media (max-width: 400px) {
  [class*="col"] > section:nth-child(1) {
    padding: 25px !important; } 
  }
