* {box-sizing: border-box;}

html {scroll-behavior: smooth;}

body, html {
/*    background-color: #000;*/ /*23323d*/
    height: 100%;}

body, html, ul, li, ol, a, div, header, img, p, span {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    list-style-type: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-kerning: normal;
}

strong {font-weight: 600;}

a {
    text-decoration: none;
    color: inherit;
    font-weight: inherit;
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

/*=====================================XMAS STUFF=====================================*/

/*canvas{
    position:fixed;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: 100%;
    z-index: 999;
    pointer-events: none;
    display: none;
}*/

/*=====================================Desktop header styling=====================================*/

header, nav, .pdqLogo {display: block;}

.content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
}

.flex-mobile {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
}

.flex-row {
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
}

.mobile-head-icon svg {
    height: 20px;
    fill: white;
}

#mobile-head-links {
    display: none;
    margin-top: 11px;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    padding: 5px 0 5px 0;
    border-radius: 0 0 20px 20px;
}

#mobile-head-links li {
    padding: 10px 0 10px 0;
}

header {
    position: fixed;
    padding: 30px 15px 15px 15px;
    background-color: rgba(0,0,0,0.3); /*opacity normally 0.2*/
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 97;
    text-transform: uppercase;
}

header#white {

}

header#header-desktop-mt {
    background-color: rgba(255,255,255,0.3); /*opacity normally 0.2*/
    height: 80px;
    padding-left: 7em;
    display:none;}

header#header-desktop {
    height: 80px;
    padding-left: 7em;
    display:none;}

header#logo-mobile {
    height: 90px;
    display:block;
    text-align: left;}

header#logo-mobile-mt {
    background-color: rgba(255,255,255,0.3); /*opacity normally 0.2*/
    height: 90px;
    display:block;
    text-align: left;}

header#header-mobile {
    height: 90px;
    display:block;
    text-align: right;}

header#header-mobile-mt {
    background-color: rgba(255,255,255,0.3); /*opacity normally 0.2*/
    height: 90px;
    display:block;
    text-align: center;}

header .content {
    overflow: visible;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
}

.wildflower {
    object-fit: scale-down;
    max-width: 55%;
}

.pdqLogo img {
    height: 50px;
    display: inline-block;
    margin-right: 0px;
    vertical-align: middle;
    transform: translatey(-10px);
}

.pdqLogo-mobile img {
    height: 30px;
    display: inline-block;
    margin: 0 auto -5px auto;
    vertical-align: middle;
    transform: translatey(-10px);
}

nav ul li {margin-left: 0px;}

nav ul li a {
    font-size: 16px;
    line-height: 26px;
    color: white;
    letter-spacing: 1px;
    user-select: none;
}

nav ul li:hover > a {color: #eac827;}

.heroImageLanding {
    background-image: url(../images/pdq-landing-library_bg.jpg);
    min-height: 90%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}


.captionDiv {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: white;
}

.captionDiv span.border {
    font-weight: 200;
    font-size: 7vh;
    letter-spacing: 5px;
}

.captionDiv h1 {
    font-weight: 200;
    font-size: 7vh;
    letter-spacing: 5px;
    line-height: 1em;
    transform: translateY(-50%);
    }

.captionDiv h1#about-us-head {
    line-height: 0.5em;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}

.captionDiv h1 span {display: none;}

.scrollDiv {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: white;
    text-align: center;
    font-size: 1em;
}

.scrollDivBlack {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #000; /*23323d*/
    text-align: center;
    font-size: 1em;
}

h2 {
    text-align: center;
    font-size: 5vh;
    color: #444;
    font-weight: 200;
    letter-spacing: 0.04em;
}

h5 {
    text-align: center;
    font-size: 5vh;
    color: white;
    font-weight: 200;
    letter-spacing: 0.04em;
}

h3 {
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 1.4em;
    margin-bottom: 0px;
}

h4 {
    font-weight: 400;
    font-style: italic;
    margin-top: 0px;
}

h6 {
    text-align: center;
    font-size: 5vh;
    font-weight: 200;
    letter-spacing: 0.04em;
}

h7 {
    text-align: center;
    font-weight: 400;
    font-size: 1.4em;
    margin-bottom: 0px;
}

h8 {
    text-align: center;
    font-size: 1.4em;
    color: white;
    font-weight: 200;
    letter-spacing: 0.04em;
}

.SectionBG {
    background-color: #000; /*23323d*/
    text-align: center;
    padding: 1px 0 40px 0;
    margin-bottom: -20px;
}

.sectionA {
    background-color: white; /*23323d*/
    text-align: center;
    padding: 1px 0 40px 0;
    margin-bottom: -20px;
}

.sectionMT {
    background-color: #000; /*23323d*/
    text-align: center;
    padding: 60px 0 40px 0;
    margin-bottom: -20px;
}

.sectionWW {
    text-align: center;
    padding: 60px 0 40px 0;
    margin-bottom: -20px;
}


.sectionB {
    text-align: left;
    margin: 0 auto;
    width: 75%;
    line-height: 1.5em;
    color: white;
    padding-bottom: 20px;
    max-width: 750px;
}

.sectionC {
    background-color: white;
    padding: 1px 0 1px 0;
    text-align: center;
}


.sectionT {
    text-align: center;
    padding: 60px 0 40px 0;
    margin-bottom: -20px;
}


.sectionW {
    text-align: left;
    margin: 0 auto;
    width: 75%;
    line-height: 1.5em;
    padding-bottom: 20px;
    max-width: 750px;
}

.sectionB img {
    width: 100%;
    margin: 0 auto 20px auto;
}

.about-us-list {list-style-type: disc;}

video#landing-video {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
/*    transform: translatex(-50%);*/
    background: url(../images/pdq-landing-library_bg.jpg) no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

.heroVideoLanding {
    height: auto;
/*    min-height: 90%;*/
    position: relative;
    z-index: -1;
}

/*=====================================Welcome styling=====================================*/

#welcome {
    /*background-image: url(../images/pdq-welcome-image-grey.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 1px 0 1px 0;
    min-height: 30%;
}

#services {
    /*background-image: url(../images/pdq-welcome-image-grey.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 1px 0 1px 0;
    min-height: 20%;
}

#landing-img {
    background-image: url(../images/pdq-landing-library_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 1px 0 1px 0;
    min-height: 40%;
}

h2.welcome-subhead {
    text-align: left;
    font-size: 1.6em;
    color: #444;
    margin-block-start: 0.83em;
}

h5.welcome-subhead {
    text-align: left;
    font-size: 1.6em;
    color: #444;
    margin-block-start: 0.83em;
}

hr.welcome-rule {
    position: relative;
    width: 25%;
    border-style: solid;
    border-color: #444;
    border-width: 0.7px;
    transform: translatex(-150%);
    margin-bottom: 20px;
}

hr.welcome-rule2 {
    position: relative;
    width: 25%;
    border-style: solid;
    border-color: #444;
      rotate: 90deg;
    border-width: 0.7px;
    margin-bottom: 20px;
}

hr.services-rule {
    position: relative;
    width: 25%;
    border-style: solid;
    border-color: #444;
    border-width: 0.7px;
    transform: translatex(-150%);
    margin-bottom: 20px;
}

.welcome-grid {
    /*display: grid;*/
    width: 90%;
    margin: 50px auto;
    grid-template-columns: auto auto;
    grid-gap: 30px;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}

.welcome-text {
    /*grid-column-start: 1;
    grid-column-end: 5;*/
    text-align: left;
    //font-size: 1.2em;
    color: black;
    line-height: 1.5em;
    max-width: 900px;
}

.welcome-number-div {
    padding-top: 0;
}

p.welcome-number {
    font-weight: 600;
    font-size: 3vw;
    color: #000;
    font-kerning: auto;
    user-select: none;
}

p.welcome-number-label {
    color: black;
    font-size: 1.4em;
    font-weight: 200;
}

h2.services-subhead {
    text-align: left;
    font-size: 1.6em;
    color: #444;
}

h5.services-subhead {
    text-align: left;
    font-size: 1.6em;
    color: #444;
}

.nudge-left {
    margin-left: -0.07em!important;
}

.opener-grid-container {
    display: inline-grid;
    /*
    grid-gap: 100px;
    */
    grid-gap: 0px 100px;
    grid-template-columns: auto;
    margin: 0 auto 50px auto;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    max-width: 75%;
}

.opener-grid-container > div {
    color: #000;
    width: 100%;
    max-width: 500px;
}

.opener-header {
    /*
    position: inherit;
    */
    text-align: left!important;
    //font-size: 1.2em;
    color: black;
    line-height: 1.5em;
}

.opener-hero {
    /*background-image: url(../images/pdq-services-image-white.jpg);*/
    position: relative;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    /*additional for new services section*/
    padding: 1px 0 1px 0;
}

.opener-container {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.opener-grid-header {
    display: inline-block;
    grid-gap: 100px;
    grid-template-columns: auto;
}

.opener-grid-header > div {
    color: #000;
    width: 100%;
    max-width: 500px;
}

/*=====================================Meet the team styling=====================================*/

/*#meetTheTeam {
    background-image: url(../images/pdq-meet-the-team-xmas-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}*/

.gridContainer {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 155px 155px;
    margin: 0 auto;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    width: 75%;
}

.gridContainer > div {
    width: 155px;
    height: 233px;
    color: white;
    font-size: 1.1em;
}

.gridContainer > div > a > img {
    height: 233px;
    transition: filter 0.5s ease;
}

.gridContainer > div > img {height:233px;}

.gridContainer > div > a > img:hover {
    filter: grayscale(100%);
}

.gridContainer div span {
    font-style: italic;
    font-size: 0.8em;
    line-height: 80%;
    color: #aaa;
}

.teamPopup-content {
    background-color: #000; /*23323d*/;
    padding: 20px;
    width: 90%;
    max-width: 350px;
    text-align: center;
    color: #aaa;
}

.teamPopup-content > img {
    border-radius: 5px;
}

.teamPopup-content > h3 {
    font-weight: 200;
 }
 
 .teamPopup-content ul, .teamPopup-content li {
    text-align: left;
    font-size: 0.95em;
    list-style-type: disc;
    width: 90%;
    position: relative;
    margin: 0 auto;
 }
 

 /*=====================================Meet the team NEW MODAL styling=====================================*/
 
.new-modal-style {
    width: 95%;
    background-color: #000; /*23323d*/;
    max-width: 768px;
    text-align: center;
/*    padding: 15px 8px 15px 15px;*/
}
    
.modal-grid-div {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 15px;
    justify-content: center;
    margin: 5px;
}

.modal-grid-div img {
    width: 100%;
    border-radius: 50%;
}

 /*=====================================Case studies styling - will need entries adding to the media queries=====================================*/
 
    .case-study-grid {
        display: grid;
        grid-gap: 50px;
        grid-template-columns: auto;
        margin: 0 auto 30px auto;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        width: 75%;
    }
    
    .case-study-grid > div > img {
    filter: grayscale(100%);
    margin-bottom: 10px;
}

    .case-study-grid > div > p {
    font-size: 0.9em;
    width: 500px;
    color: white;
    line-height: 1.5em;
    text-align: left;
}

    .case-study-grid div a:hover {
    background-color: #eac827;
}

/*=====================================Client showcase styling=====================================*/

#clients > h2, #contact > h2 {
    color: #000; /*23323d*/;
    word-spacing: -0.1em;
}

#clients > h5, #contact > h5 {
    color: #000; /*23323d*/;
    word-spacing: -0.1em;
}

#clientDiv {
    display: block;
    margin: 0px auto 30px auto;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    padding: 20px;
    width: 95%;
}

#clientDiv > img {
    height: 50px;
    margin: 10px 0px 10px 0px;
}

/*=====================================Portfolio flexbox styling=====================================*/

.portfolio-row {
    width: 95%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 8px;
}

.portfolio-column {
    -ms-flex: 50%;
    -webkit-flex: 50%;
    flex: 50%;
    max-width: 50%;
    padding: 0 8px;
}

.portfolio-column img {
    width: 100%;
    margin-top: 16px;
    vertical-align: middle;
}

.more-link {
    text-align: center;
    font-size: 1.6em;
    color: #eac827;
}

.more-link:hover {
    text-decoration: underline;
}

#lightWidget-container {
    width: 80%;
    max-width: 1200px;
    position: relative;
    margin: 10px auto;
}

/*=====================================Services styling=====================================*/

.services-hero {
    /*background-image: url(../images/pdq-services-image-white.jpg);*/
    position: relative;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    /*additional for new services section*/
    padding: 1px 0 1px 0;
}

.services2-header {
    /*
    position: inherit;
    */
grid-column: span 2;

    text-align: left!important;
    //font-size: 1.2em;
    color: black;
    line-height: 1.5em;
}


.services-header {
    /*
    position: inherit;
    */
margin-block-end: 0.45em;
margin-block-left: -0.80em!important;
    text-align: left!important;
    //font-size: 1.2em;
    color: black;
}

.services-header > div {
    color: #000;
    width: 100%;
    max-width: 500px;
}
.captionDivServices {
    position: absolute;
    left: 0;
    top: 80%;
    width: 100%;
    text-align: center;
    color: white;
}

.services-container {
    position: relative;
    margin: 0 auto;
    text-align: center;

}

.services-grid-container {
    display: grid;
    /*
    grid-gap: 100px;
    */
    grid-gap: 0px 100px;
    grid-template-columns: auto;
    margin: 0 auto 50px auto;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    width: 75%;
}

.services-grid-container2 {
    display: grid;
    /*
    grid-gap: 100px;
    */
    grid-gap: 0px 100px;
    grid-template-columns: 2;
    margin: 0 auto 50px auto;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    width: 75%;
}

.services-grid-container > div {
    color: #000;
    width: 100%;
    max-width: 500px;
}

.services-grid-header {
    display: inline-block;
    grid-gap: 100px;
    grid-template-columns: auto;
}

.services-grid-header > div {
    color: #000;
    width: 100%;
    max-width: 500px;
}

#services-grid-div2 {
/*    transform: translatey(0em);*/
}

#welcome-grid-div2 {
    transform: translatey(-2em);
}

p.cookies-copy {
    color: white;
    text-align: left;
}

p.wildflowers-copy {
    color: white;
    text-align: left;
}

.wildflowers-head {
    margin-top: 0.35em!important;
    margin-bottom: 0.55em!important;
}

p.wildflowers-disclaimer {
    color: white;
    text-align: left;
    font-size: 0.65em;
    line-height: 1.1em!important;
}

p.services-copy {
    color: black;
    text-align: left;
}

p.services-page-copy {
    color: black;
    text-align: left;
    font-size: 0.85em;
}

p.services-copy a {
    color: #eac827;
    font-size: 0.9em;
}

p.services-copy a:hover {
    text-decoration: underline;
}

#services-more {
    background-color: #eac827;
    font-family: Raleway;
    font-size: 1em;
    color: #000; /*23323d*/;
    padding: 12px 30px;
    border: solid 1px #eac827;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: background-color 500ms ease;
    cursor: pointer;
}

#services-more:hover {background-color: #ead158;}

#services-more:active {
    background-color: #d6b724;
    border-color: #d6b724;
}

.welcome-subhead a:hover {
    color: #eac827;
}

.service-btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #eac827;
    cursor: pointer;
    transition: 0.5s ease;
}

.service-btn:hover{
    background-color: #ffea5b;
}

/*=====================================Services extra page styling=====================================*/

.service-section {
    min-height: 60%;
    height: 90%;
/*    max-height: 95%;*/
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.link-section {
    width: 100%;
    background-color: #000; /*23323d*/;
    padding: 30px 0 30px 0;
    text-align: center;
}

#service-design {
    background-image: url(../images/services-images/pdq-services-design.jpg);
}
#service-typesetting {
    background-image: url(../images/services-images/pdq-services-typesetting.jpg);
}
#service-illustration {
    background-image: url(../images/services-images/pdq-services-illustration.jpg);
}
#service-pre-press {
    background-image: url(../images/services-images/pdq-services-pre-press.jpg);
    height: 160%;
}
#service-editorial {
    background-image: url(../images/services-images/pdq-services-editorial.jpg);
}
#service-dam {
    background-image: url(../images/services-images/pdq-services-dam.jpg);
}
#service-epub {
    background-image: url(../images/services-images/pdq-services-epub.jpg);
}
#service-packaging {
    background-image: url(../images/services-images/pdq-services-packaging.jpg);
}

.service-panel-left {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    padding: 40px 20px 50px 20px;
    background-color: rgba(35, 50, 61, 0.85); /*#000; /*23323d*/
}

.service-panel-right {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 40px 20px 50px 20px;
    background-color: rgba(157, 167, 146, 0.85); /*#9da792*/
/*    float: right;*/
}

.service-panel-text {
    position: relative;
    width: 100%;
    top: 50%;
    transform: translatey(-50%);
    overflow: hidden;
}

.service-panel-text ul {
    color: #fff;
    line-height: 1.6em;
    list-style-type: disc;
}

.service-panel-list-grid {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-gap: 30px;
}

/*=====================================Services GALLERY styling=====================================*/



/*=====================================Contact styling=====================================*/

p.contact-copy {
    font-size: 1.2em;
}

p.contact-copy a {
    color: #000; /*23323d*/;
    font-size: 1.3em;
}

p.contact-copy a:hover {
    text-decoration: underline;
}

p.contact-copy svg {
    height: 30px;
    fill: #000; /*23323d*/;
    transform: translatey(5px);
    margin-right: 10px;
}

/*=====================================Footer styling=====================================*/

footer {
    position: absolute;
    padding: 15px 0 50px;
    background-color: black;
    width: 100%;
    height: auto;
    overflow: hidden;
    color: black; /*23323d*/;
    font-size: 0.9em;
}

.social-media-link {
    margin: 0 20px;
    opacity: .7;
    transition: opacity 200ms ease;
}

p.social-media-copy {
    color: white;
    text-align: left;
}

.social-media-link:hover {opacity: 1;}

.social-media-link svg {
    width: 20px;
    fill: white; /*23323d*/;
}

.social-media-grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto;
    margin: 30px auto 40px auto;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    width: 75%;
}

hr {
    border-width: .7px;
    border-color: white;
    width: 75%;
    border-style: solid;
}

.cookiePopup-content {
    background-color: #000; /*23323d*/;
    padding: 20px;
    width: 90%;
    max-width: 900px;
    text-align: left;
    color: #aaa;
    font-size: 0.8em;
}

/*========================================MEDIA QUERIES===========================================*/

/*=====================Screen size = 360px to 639px=====================*/
@media screen and (min-width: 360px){

}

.sectionBG {width: 60%;}

#landing-img {
   min-height: 26%;
}
p.header-text {
    font-family: 'Arial Bold', sans-serif;
    padding-top: 18vw;
    padding-left: 2.8vw;
    font-size: 6vw;
    text-align: left;
    color: white;  
}

p.header-sub {
    font-family: 'Arial Bold', sans-serif;
    padding-left: 2.8vw;
    padding-bottom: 2.8vw;
    font-size: 6vw;
    text-align: left;
    color: black;  
}


/*=====================Screen size = 640px to 767px=====================*/
@media screen and (min-width: 640px){

.sectionBG {width: 60%;}
#landing-img {
   min-height: 28%;
}
p.header-text {
    font-family: 'Arial Bold', sans-serif;
    padding-top: 15vw;
    padding-left: 2.8vw;
    font-size: 6vw;
    text-align: left;
    color: white;  
}

p.header-sub {
    font-family: 'Arial Bold', sans-serif;
    padding-left: 2.8vw;
    padding-bottom: 2.8vw;
    font-size: 6vw;
    text-align: left;
    color: black;  
}

.pdqLogo img {margin-right: 15px;}

nav ul li {margin-left: 40px;}

.captionDiv h1#about-us-head {
    line-height: 1em;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}

.portfolio-row {width: 75%;}

/*Meet the team=====================*/
.gridContainer {
    grid-gap: 30px;
    grid-template-columns: 180px 180px;}

.gridContainer > div {width: 180px; height: 270px;}

/*.gridContainer > div > img:nth-of-type(2) {
    margin-top: 90px;
}*/

.gridContainer > div > a > img {height: 270px;}
.gridContainer > div > img {height: 270px;}

/*Our clients=====================*/
#clientDiv > img {height: 60px; margin: 10px;}

}

.wildflower {
    object-fit: scale-down;
    max-width: 85%;
}

/*=====================Screen size = 768px to 1023px=====================*/
@media screen and (min-width: 768px){

.sectionBG {width: 60%;}

p.header-text {
    font-family: 'Arial Bold', sans-serif;
    padding-top: 12vw;
    padding-left: 2.8vw;
    font-size: 6vw;
    text-align: left;
    color: white;  
}

p.header-sub {
    font-family: 'Arial Bold', sans-serif;
    padding-left: 2.8vw;
    padding-bottom: 2.8vw;
    font-size: 6vw;
    text-align: left;
    color: black;  
}
/*Welcome=====================*/
.welcome-text {
    
}

/*canvas {display: block;}*/

/*Meet the team=====================*/
.gridContainer {grid-template-columns: 200px 200px 200px;}

.gridContainer > div {width: 200px; height: 300px;}

.gridContainer > div > a > img {height: 300px;}
.gridContainer > div > img {height: 300px;}

/*Portfolio=====================*/
.portfolio-column {
    flex: 50%;
    -ms-flex: 50%;
    -webkit-flex: 50%;
    max-width: 50%;
}

#clientDiv {width: 75%;}

.iso-cert-grid {grid-template-columns: auto auto auto auto;}

/*Footer/Social media=====================*/

.social-media-grid {grid-template-columns: auto auto auto;}

.cookiePopup-content {font-size: 0.9em;}

}

.wildflower {
    object-fit: scale-down;
    max-width: 70%;
}

/*=====================Screen size = 1024px to 1199px=====================*/
@media screen and (min-width: 1024px){

header#header-desktop {display: block;}

header#header-desktop-mt {display: block;}

header#header-mobile {display: none;}

header#header-mobile-mt {display: none;}

header#logo-mobile {display: none;}

header#logo-mobile-mt {display: none;}


.heroImageLanding, .heroImageAbout, .services-hero {
    background-attachment: fixed;
}

#welcome {background-attachment: fixed;}

.heroImageAbout {
    background-position: center -400px;
}

.sectionB {width: 60%;}




/*video#landing-video {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}*/

/*.heroVideoLanding {
    min-height: 90%;
    height: 90%;
    position: relative;
}*/

/*Welcome=====================*/
.welcome-grid {
    /*grid-template-columns: 20% 20% 20% 20%;
    grid-gap: 70px;*/
    width: 75%;
    }
    
.welcome-number-div {padding-top: -20%;}

p.welcome-number {
    font-size: 3vw;
}

p.header-text {
    font-family: 'Arial Bold', sans-serif;
    padding-top: 7vw;
    padding-left: 2.8vw;
    font-size: 6vw;
    text-align: left;
    color: white;  
}

p.header-sub {
    font-family: 'Arial Bold', sans-serif;
    padding-left: 2.8vw;
    padding-bottom: 2.8vw;
    font-size: 6vw;
    text-align: left;
    color: black;  
}

.wildflower {
    object-fit: scale-down;
    max-width: 55%;
}


/*Meet the team=====================*/
.gridContainer {grid-template-columns: 200px 200px 200px 200px;}
.teamPopup-content {width: 70%;}

.piechart-div {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}

/*Clients=====================*/
#clientDiv > img {height: 80px;}

/*Portfolio=====================*/
.portfolio-column {
    flex: 25%;
    -ms-flex: 25%;
    -webkit-flex: 25%;
    max-width: 25%;
}

/*Services=====================*/
.services-grid-container {grid-template-columns: auto auto;}

.services-grid-header {grid-template-columns: auto auto;}

#services-grid-div2 {transform: none;}

//p.services-copy {font-size: 1.3em; line-height: 1.5em;}
//p.services-copy span {font-size: 1.5em; line-height: 1.8em;}

.cookiePopup-content {font-size: 1em;}

#service-pre-press {height: 70%;}

.service-section {
    height: auto;
}

.service-panel-left {
    width: 65%;
    padding: 40px 80px 50px 100px;
}

.service-panel-right {
    width: 65%;
    padding: 40px 100px 50px 80px;
}

p.services-page-copy {font-size: inherit;}

}

        .span-item {
            grid-column: span 2; /* Span across both columns */
        }


/*=====================Screen size = 1200px to 1599px=====================*/
@media screen and (min-width: 1200px){

.sectionB {width: 50%;}

.sectionBG {width: 50%;}


.wildflower {
    object-fit: scale-down;
    max-width: 45%;
}

.welcome-number-div {padding-top: 0%;}

/*Meet the team=====================*/
.gridContainer {grid-template-columns: 200px 200px 200px 200px 200px;}
.teamPopup-content {width: 50%;}

#service-pre-press {height: 60%;}

/*Portfolio=====================*/
/*#lightWidget-container {width: 50%;}*/

}

/*=====================Screen size = 1600px and above=====================*/
@media screen and (min-width: 1600px){

.wildflower {
    object-fit: scale-down;
    max-width: 40%;
}

.service-panel-left {
    width: 55%;
    padding: 40px 80px 50px 150px;
}

.service-panel-right {
    width: 55%;
    padding: 40px 150px 50px 80px;
}

}

/*=====================Screen size = 1600px and above=====================*/
@media screen and (min-width: 1700px){

.wildflower {
    object-fit: scale-down;
    max-width: 30%;
}

.service-panel-left {
    width: 55%;
    padding: 40px 80px 50px 150px;
}

.service-panel-right {
    width: 55%;
    padding: 40px 150px 50px 80px;
}

}