a/*!
 * Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
 */

 /* base */
 /*@import url('https://fonts.googleapis.com/css?family=Muli|Roboto+Slab|Merriweather|PT+Serif:700|Open+Sans');*/

@import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans|Poppins|Archivo+Black|Roboto&display=swap');
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');

/* responsive typography */ 
html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}


.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* animated hamburger menu */  

.row {
    margin-left: 0;
    margin-right: 0;
}

.container-fluid a {
    display: inline-block;
    cursor: pointer;
} 

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}/* end of animated menu */

html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

body {
    position: relative;
    /*font-family: 'Muli', sans-serif; */
    font-family: 'Lato, Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 300; 
    margin: 0;
    line-height: 1.6;
    color: #4c4c4c;
  }

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

h2, h3, h4, h5, h6 {
    color: #212529;
}

h1 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 2.6rem;
}

h2 {
    margin: 4rem 0 1.5rem 0;
}

h3 {
    margin: 2rem 0 0.8rem 0;
}

h1 small {
    display: block;
    font-size: 0.5em;
    margin-top: 1rem;
}

b, strong {
    font-weight: 900;
}

.feature {
    position: relative;
    top: -150px;
}

a.dark-bg {
    color: #fcc438;
}

/* card */
.card-deck {
    flex-wrap: wrap;
    margin: auto auto 5rem auto;
    width: fit-content;
    max-width: 1300px;
}

.card-title {
    margin: 0.5rem 0 1rem 0;
}

.card-img-top {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.card-img-top img {
    transition: transform 1s;
}

.card-deck .card {
    max-width: 330px;
    overflow: hidden;
    transition: box-shadow 1s;
    margin-bottom: 1em;
}

a.card-wrapper {
    color: inherit;
    text-decoration: none;
}

.card-attributes {
    color: #908a8a;
    font-size: 14px;
    position: relative;
    bottom: 0;
}

.card-attributes span {
    margin-right: 5px;
    border-right: 1px solid #908a8a;
    padding-right: 5px;    
}

.card-attributes span:last-child {
    border-right: none;
}


/* home cards */

.card-deck .card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.card-deck .card:hover img {
    transform: scale(1.1)
}

.card-body {
    padding: 1rem;
}

.card-body h3 {
    font-size: 1.2em;
    margin: 1.2rem 0 1rem 0;
}


blockquote {
    font-family: 'Bree Serif', serif;
    font-size: 2rem;
    line-height: 3rem;
    font-style: italic;
    color: #E87C0C;
}

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

img.border {
    border: 1px solid #e2e2e2;
}

.img-bg {
    background: #D0ccc8; 
    padding: 1rem; 
    border-radius: 4px;
    width: fit-content;
    align-items: top;
}


figure img {
    max-width: 650px;
}

figure img.full {
    max-width: none;
}

figcaption {
    color: #707070;
    font-size: 0.8rem;
    display: block;
    margin-top: 0.5rem;
    text-align: center;
}

figcaption span {
    font-weight: bold;
    display: block;
}

.full-figure {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
    padding: 1em;
    background-color: #757575;
}

.full-figure div {
    max-width: 150px;
}

hr {
    margin: 3rem 0;
}

.jumbotron img:not(.img) {
    display: none;
}

.jambotton-tall {
    height: 45vh;
}

.jumbotron img.mug {
    width: 100px;
    border-radius: 50%;
    margin-right: 1em;
}

.jumbotron {
    color: #fff;
    background: #15171a;
    padding: 3rem 1rem;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* footer */

footer {
    background-color: #222222;
    text-align: center;
    padding: 2em 1em;
}

footer a {
    color: white;
}

.footer-links {
    display: block;
}

.footer-cta {
    margin-bottom: 3em;
}

.cta {
    padding: 3em 1rem;
    height: auto;
    display: flex;
    justify-content: center;
    color: #222222;  
    background: #fcc438;
}

.cta, .connect {
    display: inline-block;
    line-height: 3em;
    margin: 1em auto 0 auto;
    padding: 0.2rem 7rem;
}

.cta:hover {
    background: #ffe6a5;
}

.connect {
    border: 1px solid white;
    color: white;
}

.connect:hover {
    border-color: #fcc438;
    color: #fcc438;
}

.footer-attribution {
    font-size: 0.8rem;
    color: #e5e5e5;
}


/* navbar */
.navbar-toggler {
    position: relative;
    right: 1rem;
}

.navbar-brand {
   margin: 10.5px 20px;
   color: #222222;
}

.navbar-collapse {
    position: relative;
 }

.navbar-light .navbar-nav .nav-link {
    color: #15171a;
}

.dropdown-item {
    padding: .75rem 1.5rem;
}
  
#menu-button {
    position: absolute; 
    right: 3%; 
    top: 3%;
    margin-top: 5%;
}


.hero-text {
    display: block;
    padding: auto 1rem auto 1em;
}           

.hero-text ul {
    list-style-type: none;
}

.hero-text p, .hero-text ul {
    margin-left: 0;
}

/* -------------- homepage ------------------------------*/
span.small {
    font-size: 20px;
    display: block;
  }


/*hero variation - highlhgit acoomplishments with parallelograms */
.hero-shape h1 {
    margin: auto;
}

.parallelogram {
   width: 300px;
    min-height: 150px;
   background-color:rgba(255, 255, 255, 0.5);
   transform: skew(-15deg);
   margin: 20px 5px; 
   padding: 10px;
   text-align: center;
   display: inline-block;
}

.parallelogram p {
    transform: skew(15deg);
}

.parallel-nav-right {
    text-align: right;
}

.list-group  {
    display: none;
}


.highlight {
    margin: 2rem auto;
}

.highlight div {
    height: 100px;
    width: 100px;
    border: 3px solid #fcc438; 
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0.5rem;
    line-height: 1;
    font-size: 0.65em;
    padding: 35px 3px;
}

.process-img-wrapper {
    position: relative;
}

.hidden-text {
    position: absolute;
    top: 8em;
    background: orange;
    left: 40px;
    visibility: hidden;
    width: 100%;
}

.process-img-wrapper:hover .hidden-text {
    visibility: visible;
}

    
    .intro {
        color: blue;
        background-color: aqua;
        
    } /* not working */


.reg-content {
    position: relative;
    margin: 0 auto 3rem auto;
    text-align: center;
}

aside {
    margin-top: 5rem;
}

aside div {
    border-top: 0.5px solid #e5e5e5;
    background-color: #fff;
}

aside > div {
    border-right: 0.5px solid #e5e5e5;
}

aside div a {
    color: #505050;
}

aside div a:hover {
    text-decoration: none;
    color: #222222;
}

.before, .after {
    padding: 5%;
    text-align: center;
    width: 100%;
    display: block;

}

.before:hover, .after:hover {
    transform: scale(1.2);
}


.before:hover::afters, .after:hover::after {   
    content: "";
    background-color: #fcc438;
    height: 5px;
    width: 100%;
}


/* image display sizes */
.display-s {
    max-width: 140px;
}

  /* Fancybox gallery */
    .gallery, .gallery-lite {
        position: relative;
        padding: 2rem 0.5rem;
        width: 100%;
    }

    .gallery a:hover {
        opacity: 0.8;
    }
    
    .gallery a img:hover {
        transition: transform 0.75s;
        transform: scale(1.02);
        box-shadow: 3px 3px 5px #e3e0dc;
    }

    .gallery, .photo-left-copy {
        background: rgb(53,62,71);
        background: radial-gradient(circle, rgba(53,62,71,1) 50%, rgba(41,41,48,1) 95%);
        color:#f2f2f2;
    }

    .gallery-lite {
        background: #f2f2f2;
    }

    .gallery-lite figure div {
        box-shadow: -3px -3px 9px #e5e5e5;
    }

    figure {
        margin-right: 1rem;   
        width: fit-content;     
    }

    figure.small {
        max-width: 220px;
    }

    figure.thumb, figure.thumb img {
        width: 300px;
    }

    figure.thumb img {
        width:  300px;
        margin: 0;
    }

    .gallery h2, .gallery-lite h2 {
        margin: 0 auto 1rem auto;
        font-weight: 700;
    }

    .gallery h3, .gallery h4, .photo-left h3, .hl-heading-w-cards-teaser h2 {
        color: #ffffff;
    }
    
    .gallery h3:first-child {
        margin-top: 0;
    }

    .gallery hr {
        background: #d0ccc8;
    }

    .gallery figcaption {
        color: #e3e0dc;
    }



/*fancybox*/
.fancybox-is-open .fancybox-bg {
        opacity: .97;
}
  
/* feature sections */
.photo-wide {
        width: 100%;
        max-width:1400px;
        margin: auto;
    }
    
.photo-left {
    position: relative;
    width: 100%;
    }

.photo-left-copy {
    /* padding: auto 1.5rem auto 1.5rem;*/
    margin: -1rem;
    padding: 1rem 2rem;
    background: #15171a;
    }
}

/* IA section: hl-heading-w-cards */

.hl-heading-w-cards-content {
    width: 100%;
}

.hl-heading-w-cards-content div.card {
    width: auto;
    margin: 1rem 1rem 1rem 0;
    border: 0;
}  /* end */

/* beer slider */
.beer-slider {
    display: block;
    width: fit-content;
    margin: auto;
}



/* comparison */
.comparison {
    width: fit-content;
    margin: 1rem auto 3rem auto;
}

.comparison figure img, ul.zigzag > li img {
    max-width: none!important;
}

.tall-scroll-short {
    overflow: auto;
    height: 578px;
}

/* content grid with icons*/
.content-grid > div > i, .content-grid > div > img {
    margin-right: 1rem;
    font-size: 2rem;;
}

.content-grid > div > img {
    width: 40px;
    position: relative;
    top: 0.5em;
    width: 40px;
}

.content-grid > div {
    margin: 0 0 1em 0;
}

.content-block {
    margin-bottom: 2rem;
}

.content-block div {
    margin-right: 2rem;
}


/* background colors */
.bg-dark {
    background: #353E47;
}

.bg-lite { 
    background: #D0CCC8;
}   


/* camparison, gallery*/
.summary {
    margin-bottom: 2rem;
}

.summary div {
    padding: 0 2rem;
}

.summary h3 {
    margin-top: 0;
}

.tall-scroll {
    height: 500px;
    overflow: auto;
}

/* unordered list styles generic rules*/
.binary {
    max-width: 950px;
    margin: 2rem auto 0 auto;
}

ul.binary > li {
    margin-bottom: 2rem!important;
}

ul.binary li > div > div {
    padding: 0 2rem;
}

ul.binary li, .alert-info ul li, ul.false li, ul.true li, ul.thumbs-up li, ul.thumbs-down li {
    list-style-type: none;
    list-style-position: outside;
    line-height: 1.8rem;
    margin-bottom: 0.8rem;
}

ul.binary li>div>div:first-child::before, ul.binary li>div>div:last-child::before, .alert-info ul li::before, ul.false li::before, ul.true li::before, ul.thumbs-up li::before, ul.thumbs-down li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    left: 1.5rem;
    color: #FA9600;
}

ul.binary li>div>div:first-child::before {
    content: "\f5b8";
    left: 0rem;
}

ul.binary li>div>div:last-child::before {
    content: "\f11a";
    left: 0rem;
}


ul.false li::before {
    content: "\f11a";
}

ul.true li::before {
    content: "\f5b8";
}

ul.thumbs-up li::before {
    content: "\f5b8";
}

ul.thumbs-down li::before {
    content: "\f11a";
}

ul.solution li::before {
    content: "\f0eb";
}

.alert-info {
    padding-left: 4rem;
    color: #707070;
    background-color: #ffe6a5;
    border-color: #ffe6a5;
    border-color: none;
}

.alert-info ul {
    padding-inline-start: 0;
}

.fa-li {
    left: 1em;
}

.label-lite, .label-dark, .label-feat {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    display: block;
}

.label-lite {
    color:#e3e0dc;
}

.label-dark {
    color: #707070;
}

.label-feat {
    color: #ffc438;
}




/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
    
#hamburger {
    display: none;
}

.hero {
    height: 50vh;
    padding: 33% 10%;
}

.hero-text li {
    font-size: 1.5rem;
}

.navbar-brand {
    font-size: 2em;
}

/* ------ bae elements -------*/
h1 {
    font-size: 4rem;
}
 
h2 {
    font-size: 2.5rem;
}

/* -------------- homepage ------------------------------*/
.heading-mug {
    margin: auto;
  }

  .left-aligned-text {
    text-align: left;
  } /* can apply to some case study headings */

/* -------------- hero variation - img breaks out jumbortron -------------- */
.jumbotron {
    min-height: 300px;
}



.hero-break {
    position: relative;
    top: 2em;
    height: 400px;
    margin-bottom: 6em;
}

.m-hero {
    width: 240px;
    margin-top: -1em;
    margin-left: 10%;
} /*  hero end */

.parallel-nav {
    margin: 3em 2em;
}

.parallel-nav-right {
    text-align: right;
}

.footer-links {
    display: flex;
    justify-content: center
}

.cta {
    margin-right: 1em;
}

.intro {
    padding: 17rem 3rem;
}

/* ------------- process ------------- */
.process img {
    max-width: 350px;
    margin-top: 5rem; 
}

.full-figure {
    padding: 3em;
}

.full-figure div {
    max-width: 300px;
}

/* ------------- Gallery ------------- */
.gallery, .gallery-lite {
    padding: 3em;
    margin-top: 5em;
    width: 100%;
}

.gallery a img.desktop {
        width:320px;
}   

.gallery h2, .gallery-lite h2 {
    position: absolute;
    top: -3.9rem;
    text-align: left;
    font-size: 4.2rem;
    color: #707070;
}

/* ------------- content grid with icons 768 ------------- */
 .content-grid > div {
    width: 45%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}  


} /* end of 768*/




/* ------------- Large devices (desktops, 992px and up) ------------- */

@media screen and (min-width: 992px) {
/*
.d-flex {
    flex-wrap: nowrap;
}
*/      
.navbar-nav {
    position: absolute;
    right: 6rem;
}

.dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #FFE6A5;
}

.jumbotron {
    padding: 0;
}

/* -------------- homepage ------------------------------*/
.heading-mug {
    width: fit-content;
  }

/* ------------- IA section: hl-heading-w-cards -------------*/

.hl-heading-w-cards-teaser {
    background: #15171a;
    width: 60%;
    padding: 2rem 5rem 10rem 5rem;
    margin-left: -5rem;
    color: #fff;
}

.hl-heading-w-cards-content {
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    position: relative;
    top: -7rem;
}

.hl-heading-w-cards-content div.card {
    width: 45%;
    margin: 0 1rem 1rem 0;
    border: none;
}  /* end */  



.hero-break div img.m-hero {
    margin-left: 20%;
    width: 280px;
    height: auto;
}

.hero-text {
    text-align: left;
    padding: 0 0 0 3rem;
}

.jumbotron img {
    display: block !important;
    position: relative;
    width: 100%;
}  

.card-deck .card {
    height: 600px;
}

.card-attributes {
    position: absolute;
}

.list-group {
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
    display: none;
    z-index: 10;
}

.list-group-item {
    padding: 0.25em 1.5 em;
    border: 0;
}

.list-group-item.active {
    color: #222222;
    background-color: #ffffff;
    border-left: 5px solid #fcc438;
}

.navbar-brand {
    position: relative;
    left: 2.8rem;
    }

/* hero break */
.hero-text {
    padding-left: 9em;
    padding-right: 1em;
}
    
.hero-break {
    top: 1em;
}

.m-hero {
    margin-left: 20%;
    width: 280px;
    height: auto;
}

/* Fancybox gallery */
.gallery, .gallery-lite {
    width: 100%;
    position: relative;
    margin: 5rem auto;
}

/* annotation:image + two text columns */
.annotation {
    width: 80vw; 
    margin-left: calc(50% - 40vw);
}

.annotation div {
    max-width: 400px;
}

.annotation div h3 {
    margin-top: 0;
}

/* graphic annotation  */
.graphic-annotation {
    width: 80vw; 
    margin-left: calc(50% - 40vw);
    margin-top: 2em;
}

.graphic-annotation div {
    max-width: 400px;
}

.graphic-annotation div h3 {
    margin-top: 0;
}

/* ------------- feature sections ------------- */
.photo-wide {
    max-width: 1400px;
    margin: auto;
}
    .photo-wide > div div {
        margin: 5px;
        width: 31%;
    }
       
.photo-left {
    position: relative;
    width: 100vw;
}

.photo-left img {
    width: 70%;
    max-width: 1200px;
}

.photo-left-copy {
    width: 60%;
    position: relative;
    right: -35%;
    bottom: 13rem;
}    

.content-right {
    padding: 1rem 4rem 1rem 2rem;
}

/* ------------- side by side comparison ------------- 992*/
.comparison > div > div {
    margin: 3rem 1rem auto 0;
}

.comparison > div > div.tall-scroll {
    height: 650px;
    margin-top: 1rem;
}


.content-grid {
    width: 100%;
    margin: auto;
}


/* gallery */
.gallery h2, .gallery-lite h2 {
    left: 3rem;
}

.content-m {
    width: 70%;
    max-width: 1000px;
}

.section-bg {
    position: absolute;
    background: #f2f2f2;
    height: 15%;
    width: 100%;
    bottom: 0;
    z-index: -1;
  }

}

/* Large Desktops 1200px and Up*/
@media screen and (min-width: 1200px){ 

/* homeapge cards */
.card-text {
    margin-bottom: 3rem;
} 

.btn-primary {
    position: absolute;
    bottom: 1.5rem;
    width: 90%;
}

.row .process {
    margin-left: 0;
    margin-right: 0;
}

/* hero break */
.hero-text {
    padding-left: 0;
    padding-right: 1em;    
}

.hero-break {
    top: 1em;
}

.hero-break div img.m-hero {
    top: -1.5rem;
}

/* photo left large display */

.photo-left {
    margin-bottom: 10rem;
    margin-left: 2rem;
}
    
.photo-left img {
    margin-left: -10rem;
} 
    
.photo-left-copy {
    position: absolute;
    right: 6rem;
    top: 3rem;
    width: 40%;
    padding: 2rem;
    height: fit-content;
}
    
.hl-heading-w-cards-teaser {
    1rem 1rem 15rem 1rem;        
}    

.hl-heading-w-cards-teaser h2 {
    text-align: right;
}

/* content grid with icon 1200*/
.content-grid > div {
    width: 30%;
    margin-right: 2rem;
}

.content-grid > div:nth-child(4), .content-grid > div:nth-child(5), .content-grid > div:nth-child(6) {
    margin-top: 2rem;;
}

.content-grid > div > i {
    font-size: 3rem;;
    margin-right: 1rem;;
}

.content-wide {
    width: 80%;
    margin: auto;
}

/* gallery */
.gallery, .gallery-lite {
    margin-top: 6rem;
}

.gallery h2, .gallery-lite h2 {
    font-size: 5rem;
    left: 5rem;
    top: -4.6rem;
}

.content-regular h2, .content-regular h3 {
    width: fit-content;
    margin: 3rem auto;
}



}/* end of @1200 */

@media only screen and (min-width: 1300px) { 
.hero-break div img.m-hero {
    top: 0.5rem;
}
}


/* Extra Large devices (large desktops, 1500px and up) */
@media only screen and (min-width: 1500px){

.navbar-nav {
    right: 18rem;
}

.content-regular p {
    max-width: 750px;
    margin: 1rem auto 0 auto;
}

.row .process:nth-child(1) {
    padding-left: 2em;
}

.hero-text {
    text-align: left;
    padding-left: 0;   
}

.hero-text ul, .hero-text p {
    margin-left: 0px;
    padding-inline-start: 0px;
}
    
.big-text {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #ffffff;
}    


/* hero break */
.hero-break {
    top: 3em;
    margin-bottom: 10rem;
    max-width: 100%;
}

.hero-break img {
    float: right;
    margin-right: 5rem;
    display: inline-block!important;
}


.full-figure {
    padding: auto 10em;
}

.photo-left {
    max-width: 1800px;
}


.photo-left-copy {
    top: 5rem;
}    

.content-grid > div {
    width: 29%;
}


.content-grid > div:nth-child(3), .content-grid > div:nth-child(6) {
    margin-right: 0;
}    

.card-deck .card {
    max-width: 375px;
}

/* zigzag lines*/
ul.zigzag > li:nth-child(odd) div:nth-child(2)::before {
    transform: rotate(64deg);
    top: 324px;
}
    
}












