/*
|------------------------------------------
|  Global
|------------------------------------------
*/

body {
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.65;
}

img {
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.2), 0 4px 14px 0 rgba(0, 0, 0, 0.19);
}

.header {
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.2), 0 4px 14px 0 rgba(0, 0, 0, 0.19);
}

.shadow-non {
    box-shadow: none;
}

.btn {
    text-align: center;
    background: #fbdb5b;
    border-radius: 117px;
    padding: 9px 17px 9px 17px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 2px 13px 0 rgba(0, 0, 0, 0.19);
}

.btn-center{
    margin-bottom: 29px;
    text-align: center;
}

.btn:hover {
    color: #fff;
    transition: 350ms;
}

.project-grid .container .main-img img {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 84px;
}

 .presentation {
    opacity:1;
    transition: 300ms ease;
}

 .presentation:hover {
    opacity:0.8;
}

/*
|------------------------------------------
|  Typography
|------------------------------------------
*/

h1 {
    background: #f1f1f1;
    font-size: 20px;
    text-align: center;
    color: #828282;
    margin-bottom: 67px;
    font-weight: 300;
    padding-bottom: 13px;
    padding-top: 16px;
}

h2 {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
}

h4{
    font-weight: 600;
    font-size: 18px;
}

.purple-header{
    background: #f1f1f1;
    color: #828282;
    padding-top: 22px;
}

.yellow-header{
    background: #f1f1f1;
    color: #828282;
    padding-top: 20px;
}

p {
    font-family: Helvetica;
    font-weight: 300;
    text-align: center;
    color: #000000;
}

.discription {
    font-size: 15px;
    padding: 0 36px 39px 36px;
}

.discription-two {
    text-align: left;
    font-size: 14px;
    padding: 0 36px 39px 36px;
}


.project-grid h3 {
    font-family: Roboto;
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    padding: 0px 0px 30px 0px;
}
/*
|------------------------------------------
|  Links
|------------------------------------------
*/

a {
    text-decoration: none;
    color: black;
}

/*
|------------------------------------------
| header / Nagibation
|------------------------------------------
*/

header.header-up {
    top: -214px;
    box-shadow: none;
}

.gn {
    margin-top: 57px;
    display: none;
}

.bottom-pad {
    padding-bottom: 30px;
}

.gn a:hover {
    color: #e6e5ea;
    transition: 350ms;
}

.header {
    padding-bottom: 37px;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    will-change: top;
    transition: top .3s ease;
    background: #ffffff;
}

.header img{
    width: 140px;
}

.gn li{
    font-weight: 500;
    font-size: 22px;
}

.gn li:last-child {
    border: none;
    box-shadow: -1px 4px 0px 0px rgb(232 232 232 65%);
}

.pad-bottom{
    padding-bottom: 6px;
}

/*
|------------------------------------------
| banner
|------------------------------------------
*/

.banner img{
    width: 100%;
}

/*
|------------------------------------------
| Burger
|------------------------------------------
*/

.gn-trigger {
    margin-top: 6px;
    position: relative;
    width: 44px;
    border: none;
    outline: 0;
    background: transparent;
}

.burger {
    position: absolute;
    background: rgb(27 27 27);
    width: 100%;
    height: 5px;
    right: 0;
    top: 50%;
}

.burger:before,
.burger:after {
    content: '';
    display: block;
    position: absolute;
    background: rgb(27 27 27);
    width: 100%;
    height: 5px;
    right: 0;
}

.burger:before{
    top: 14px;
}

.burger:after{
    bottom: 14px;
}

.burger,
.burger:before,
.burger:after {
    transition: trnsform, top, background;
    transition-duration: .35s;
}

.gn-trigger.is-active .burger {
    background: rgb(255, 230, 214, 0);
}

.gn-trigger.is-active .burger:before {
    transform: rotate(45deg);
    top: -2px;
}

.gn-trigger.is-active .burger:after {
    transform: rotate(-45deg);
    top: -2px;
}

/*
|------------------------------------------
| footer
|------------------------------------------
*/

.ftr {
    background: #f1f1f1;;
    padding-top: 42px;
    padding-bottom: 0px;
    margin-top: 80px;
}

.copy-right p {
    padding-bottom: 33px;
    padding-left: 36px;
}

.icon-grid {
    display: grid;
    grid-template-columns: 60px 28px 28px 28px 28px;
    justify-content: center;
    grid-column-gap: 23px;
    padding-bottom: 34px;
}
/*
|------------------------------------------
| homepage 
|------------------------------------------
*/

.project-grid {
    margin-top: calc(628px + -430px);
/*    display: inline-block;*/
}

.container-projects img {
    display: flex;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 27px;
}

.container-projects h2:hover {
    color: #5a5a5a;
    transition: 350ms;
}


/*
|------------------------------------------
| projects/nav-htmls
|------------------------------------------
*/
.container .hide-img{
    display: none;
}

.project-grid .hide-img-bnr{
    display: none;
}

.project-grid .pad-bottom-grid ul{
    padding-bottom: 44px;
}

.project-grid .photography img{
    width: 80%
}

.photography .is-black h3{
    color: black;
} 

.container-grid{
    margin-bottom: 67px;
}

.container img {
    display: flex;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.width-img {
    width: 360%;
}

.container-projects .photography img {
    display: flex;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.project-grid .photography h3 {
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    padding: 0 0 52px 0px;
}

.project-grid .abbotsford-sml-img img {
    width: 55%;
}

.hover-header{
    display: inline-block;
    position: relative;
}
/*
.hover-img-header{
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    opacity: 0;
    bottom: 0;
    box-shadow: none;
    transition: opacity .35s;
}
*/

header .img-wrap a:hover .hover-img-header{
    opacity: 1 !important;
}

/*
|------------------------------------------
|------------------------------------------
|------------------------------------------
|Media Queries 
|------------------------------------------
|------------------------------------------
|------------------------------------------
*/


@media (min-width: 350px){
    h1 {
        font-size: 23px;
        font-weight: 100;
        padding-bottom: 15px;
        padding-top: 18px;

    }
}

@media (min-width: 450px) {

    .icon-grid {
        grid-column-gap: 38px;
        
    }

    h1 {
        font-size: 30px;
    }
}


@media (min-width: 650px) {


    .img-grid-layout{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .ftr {
        display: flex;
        padding-left: 38px;
        padding-right: 59px;
        justify-content: center;
    }

    .container img {
        width: 85%;
        margin-bottom: 60px;
    }

    .two-col {
        display: grid;
        grid-template-columns: auto auto;
    }

    .gd-layout img {
        margin-bottom: 24px;
    }

    .copy-right p {
        position: relative;
        text-align: start;
    }

    .icon-grid {
        margin-top: -4px;
    }

    .flex-order{
        order: 10;
        padding-left: 36px;
    }

    .discription {
        font-size: 14px;
        padding: 0 50px 39px 50px;
    }

    .project-grid .container .main-img img {
        width: 40%;
        margin: 0 auto;
        margin-bottom: 84px;
    }

    h1 {
        font-size: 35px;
        font-weight: 100;
    }
}

@media (min-width: 750px) {
    /*
    .header{
        padding-bottom: 0;
    }
    */


    h1{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sensea {
        display: grid;
        grid-template-columns: auto auto auto;
    }

    .gn-trigger {
        display: none;
    }

    .gn {
        display: block !important;
        margin-top: 4px;
    }

    .gn-items {
        display: flex;
        justify-content: space-evenly;
    }

    nav {
        padding-top: 7px;
    }

    .container-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .single-img{
        flex-basis: 50%;
    }

    .spread-img{
        flex-basis: 81%;
    }

    .small-img{
        flex-basis: 50%;
    }

    .discription {
        font-size: 16px;
        padding: 0 60px 39px 60px;
    }

    .discription-two {
        font-size: 16px;
    }

    .project-grid {
        margin-top: calc(655px + -431px);
/*        display: inline-block;*/
    }

}

@media (min-width: 930px) {

    .project-grid {
        margin-top: calc(628px + -430px);
/*        display: inline-block;*/
    }

    .header .img-wrap {
        flex-basis: 114px;
        max-width: 114px;
        height: 114px;
    }

    .container .hide-img{
        display: block;
    }

    .project-grid .hide-img-bnr{
        display: block;
    }


    .header{
        padding-bottom: 34;
    }

    h1{
        padding-top: 20px;
        font-size: 40px;
        font-weight: 300;
        padding-bottom: 20px;
    }

    .img-grid-layout {
        grid-template-columns: 1fr 1fr 1fr;
    }   

    .img-grid-layout li a:first-of-type {
        width: 216px;
        display: block;
        margin: 0 auto;
    }

    .img-grid-layout.photography li a {
        width: 100% !important;
    }

    .img-grid-layout li img {
        width: 100%;
    }

    .gn {
        display: block !important;
        position: relative;
        padding-left: 10px;
        flex: 1;
        padding-right: 15px;
    }

    .gn a {
        padding: 4px 15px;
        font-size: 22px;
    }

    .gn li {
        font-size: 25px;
    }

    .gn-items {
        justify-content: flex-end;
    }

    .header {
        text-align: left;
        display: flex;
        align-items: center;
        padding-bottom: 6px;
    }

    .header .gn-items {
        padding-bottom: 0 !important;
    }

    nav {
        padding-top: 0px;
    }

    .bottom-pad {
        padding-bottom: 0px; 
    }

    .project-grid {
        margin-top: calc(640px + -495px);
/*        display: inline-block;*/
    }

    .img-wrap{
        margin: 13px 29px;
    }

    .header img {
        width: 114px;
    }

    .yellow-header{
        padding-top: 24px;
    }

    .container .spread-img .small {
        width: 53%;
    }
}

@media (min-width: 975px) {

    .gn a {
        padding: 4px 22px;
    }

    .discription {
        font-size: 17px;
    }

    .two-col {
        padding-bottom: 35px;
        width: 81%;
        margin: 0 auto;
    }

    .discription{
        padding: 1px 200px 80px 200px;
    }

    .img-grid-layout li a:first-of-type{
        width: 280px;
    }


    .square-img {
        flex-basis: 62%;
    }
}

@media (min-width: 1045px) {

    .discription-two {
        font-size: 20px;
        }

        .img-grid-layout li a:first-of-type{
        width: 300px;
    }

}

@media (min-width: 1153px) {

    .discription-two {
        font-size: 18px;
    }

    .img-grid-layout li a:first-of-type{
        width: 325px;
    }

}
