/******************** Wrapping ********************/

body{
    font-family: "mundial", sans-serif;
    font-weight: 200;
    font-size: 16px;
    line-height: 1.5em;
    font-style: normal;
    
    background-color: #F2F2F2;
    margin: 0 0 534px;
    
/*
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
*/
    z-index: 9999;
}

#upper-section {
    padding: 0 20px;
    z-index: 0;
}

.homepage-intro-text-block {
    padding: 120px 0 96px;
    background-color: #F2F2F2;
}

.intro-text-block {
    padding: 0 0 62px;
    background-color: #F2F2F2;
}

#explore-connect-mobile {
    display: block;
    position: relative;
}

#explore-connect-desktop {
    display: none;
    grid-template-columns: 1fr 12fr;
    grid-template-rows: 1fr;
    grid-gap: 0px 40px;
    grid-auto-flow: row;
    position: relative;
}

#connect-with-me {
    float: right; 
}

#lower-section {
    background-color: #EFECEA;
    margin: -23px 0;
    padding: 150px 0;
}

#lower-section-mobile {
    background-color: #EFECEA;
    margin: -23px 20px;
    padding: 150px 0;
}


#main {
    background-color: #F2F2F2;
}

.project-info {
    padding-top: 26px;
}

.suggested-project,
.extra-gutter-spacing {
    padding: 0 40px 0 0;
}

.selected-works-mobile {
    display: block;
}

.selected-works-desktop {
    display: none;
}






/******************** Images ********************/

img {
    width: 100%;
}

.arrow-down {
    width: 24px;
    height: 32px;
}

/*
.arrow-down-inset {
    width: 24px;
    height: 32px;
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    bottom: 8px;
    
}
*/

.arrow-down-inset-2-mobile {
    display: block;
    width: 24px;
    height: 32px;
    position: relative;
    bottom: 106px;
    left: 12px;
    cursor: pointer;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.arrow-down-inset-2-desktop {
    display: none;
}

.bottom-left-indent-mobile {
    display: block;
    width: 74px;
    height: 74px;
    position: relative;
    left: 0px;
    bottom: 74px;
}

.bottom-left-indent-desktop {
    display: none;
}

#arrow-down-inset-circle {
    width: 48px;
    height: 48px;
    transform: translate(-50%, 0);
    border-radius: 1000px;
    background-color: #F2F2F2;
    position: absolute;
    left: 50%;
    bottom: 40px;  
}

.experiences-cycle {
    overflow: hidden;
    display: block !important;
    opacity: 0;
    position: fixed;
    height: 300px;
    width: auto;
    left: 0;
    top: 0;
    transform: scale(.9) translate(0, 50px);
    transform-origin: 50%, 50%;
    z-index: 999;
    background: none;
    pointer-events: none;
    -webkit-transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}

.experiences-cycle img {
    height: 300px;
    width: auto;
    margin-left: 0;
    border-radius: 12px;
}

.inset-image {
    border-radius: 12px;
}

.project-cover {
    border-radius: 12px;
    height: 100%;
    object-fit: fill;
    overflow: hidden;
}

#hero {
    margin: 82px 20px 0;
}

.hero-image {
    display: block;
    border-radius: 12px;
    margin: 0;
}

#hero-image-birmingham-heroes {
    display: none;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    margin: 0 0 48px;
}

.project-image {
    border-radius: 12px;
    margin: 0 0 20px;
}

.social-icon {
    width: 34px;
    padding: 0 0 6px 12px;
}







/******************** Text ********************/



.display-heading,
.xxl-heading,
.xl-heading,
.large-heading,
.medium-heading,
.small-heading,
.xs-heading,
.xxs-heading,
.intro-text,
.section-heading,
.call-out,
.statement,
.copywright {
    font-family: "larken", serif;
    font-weight: 500;
    line-height: 1.5em;
}

.ultra-display-heading {
    font-size: 120px;
    font-family: "larken", serif;
    font-weight: 500;
    line-height: 1.1em;
    margin: 0;
}

.display-heading {
    font-size: 96px;
}

.xxl-heading {
    font-size: 62px;
}

.xl-heading {
    font-size: 48px;
}

.large-heading,
.intro-text,
.call-out {
    font-size: 28px;
}

.medium-heading,
.statement {
    font-size: 32px;
}

.small-heading,
.section-heading {
    font-size: 26px;
}

.xs-heading {
    font-size: 20px;
    margin: 20px 2px 16px;
}

.xxs-heading,
.copywright {
    font-size: 16px;
}

p {
    margin: 16px 2px;
}

.caption {
    font-size: 12px;
    font-family: "mundial", sans-serif;
    font-weight: 200;
    line-height: 1.4em;
    text-align: left;
}

.intro-text {
    margin: 0 2px;
    text-indent: 50px;
}

.connect-with-me-text {
    float: right;
    font-family: "larken", sans-serif;
}

.section-heading,
.statement,
.call-out {
    text-align: center;
    margin: 26px 2px;
}

.centred-paragraph {
    text-align: center;
}

.view-selected-works-heading {
    padding: 0 20px;
}



/******************** Dividers ********************/


hr {
    height: 1px;
    border-width: 0;
    background-color: #000000;
}

.no-top-margin {
    margin: 0 20px 40px;
}







/******************** Links ********************/

a {
    color: inherit;
    text-decoration: underline;
}

a#circled-link {
    cursor: none;
    text-decoration: none;
}

#circled {
    position: absolute;
    height: 68px;
    width: auto;
    transform: translate(-205px, -7px);
}

.connect-link {
    margin-left: 0;
    float: right;
    text-decoration: none;
    font-family: "mundial", sans-serif;
}

.button-centre {
    display: block;
    margin: 32px 0 0 50%;
    border: none;
    background-color: #000000;
    color: #ffffff;
    padding: 8px 48px;
    transform: translate(-50%, 0);
    font-family: "larken", sans-serif;
    font-size: 20px;
    line-height: 30px;
    border-radius: 1000px;
    transition: color 300ms ease-in-out, background 300ms ease-in-out;
}

.secondary-button-centre {
    display: block;
    margin: 32px 0 0 50%;
    border: 1px solid #000000;
    background-color: none;
    color: #000000;
    padding: 8px 48px;
    transform: translate(-50%, 0);
    font-family: "larken", sans-serif;
    font-size: 20px;
    line-height: 30px;
    border-radius: 1000px;
    transition: color 300ms ease-in-out, background 300ms ease-in-out;
}

.button-left {
    margin: 8px auto 0;
    border: none;
    background-color: #000000;
    color: #ffffff;
    padding: 8px 48px;
    font-family: "larken", sans-serif;
    font-size: 20px;
    line-height: 30px;
    border-radius: 1000px;
    transition: color 300ms ease-in-out, background 300ms ease-in-out;
}

.button-centre:hover {
    background-color: #ff4500;
    color: #000000;
}

.secondary-button-centre:hover {
    background-color: rgba(0, 0, 0, .1);
}

.button-left:hover {
    background-color: #ff4500;
    color: #000000;
}

#graphic-curios-title {
    transform: translate(0, -50%);
}

.project-title {
    text-decoration: none;
}

.arrow-link {
    width: 32px;
    height: 24px;
    display: inline-block;
    opacity: 0;
    transform: translate(0, 4px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.arrow-link:hover {
    opacity: 1;
    transform: translate(8px, 4px);
}

.project-title:hover .arrow-link {
    opacity: 1;
    transform: translate(8px, 4px);
}

.project-cover-link:hover .arrow-link {
    opacity: 1;
    transform: translate(8px, 4px);
}






#down-to-content {
    width: 100%;
    background: #000;
    text-align: center;
    color: #fff;
    padding: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}


#down-to-content a {
    text-decoration: none;
}

#down-to-content a:hover > .arrow-down-inset-2-desktop {
    transform: translate(0, 4px);
}





.inline-buttons-mobile{
    display: block;
}

.inline-buttons-desktop{
    display: none;
}

.primary-button {
    display: block;
    margin: 32px 0 0 0;
    border: none;
    background-color: #000000;
    color: #ffffff;
    padding: 8px 48px;
    font-family: "larken", sans-serif;
    font-size: 20px;
    line-height: 30px;
    border-radius: 1000px;
    transition: color 200ms ease-in-out, background 200ms ease-in-out;
}

.secondary-button {
    display: block;
    margin: 32px 0 0 12px;
    border: 1px solid #000000;
    background-color: none;
    color: #000000;
    padding: 8px 48px;
    font-family: "larken", sans-serif;
    font-size: 20px;
    line-height: 30px;
    border-radius: 1000px;
    transition: color 200ms ease-in-out, background 200ms ease-in-out;
}

.primary-button:hover {
    background-color: #ff4500;
    color: #000000;
}

.secondary-button:hover {
    background-color: rgba(0, 0, 0, .1);
}

.button-text{
    text-decoration: none;
}

.flex-parent {
  display: flex;
}

.jc-center {
  justify-content: center;
}

button.margin-right {
  margin-right: 20px;
}








/******************** Media ********************/




/******************** Logos & Symbols /// This needs looking at because page is scrolling sideways (now fixed on desktop, negatove left padding on bottom gradient in html was not set, make sure this still works as the page width responds to different screen sizes) ********************/

/* panel styles */
.panel {
  /* min height incase content is higher than window height */
  min-height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  /* outline: 10px solid hotpink; */
  /* turn above on to see the edge of panels */
    
}

/* colours */
.color-reset {
  background-color: #F4F3EF;
}
.color-charcoal {
  background-color: #191818;
}
.color-red {
  background-color: #FF0000;
}
.color-navy {
  background-color: #000331;
}
.color-grey {
  background-color: #ececec;
}
.color-earth {
  background-color: #E4D9CE;
}
.color-forest-green {
  background-color: #0B332F;
}
.color-sand {
  background-color: #E9E5D9;
}
.color-dull-red {
  background-color: #E0332E;
}
.color-black {
  background-color: #000;
}
.color-pastel-red {
  background-color: #F4D3D8;
}
.color-pastel-green {
  background-color: #D5E0DA;
}
.color-blue {
  background-color: #1C7AD1;
}
.color-clay {
  background-color: #AF806E;
}

.color-reset,
.color-charcoal,
.color-red,
.color-navy,
.color-grey,
.color-earth,
.color-forest-green,
.color-sand,
.color-dull-red,
.color-black,
.color-pastel-red,
.color-pastel-green,
.color-blue,
.color-clay {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.logos-and-symbols {
    top: 50%;
    left: 50%;
    max-width: 300px;
    max-height: 200px;
}

.logo-photo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    display: block;
    z-index: 9999;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.logo-photo-arrow {
    position: absolute;
    left: 0;
    width: 36px;
    cursor: pointer;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.logo-photo-arrow:hover {
    transform: translate(5px, 0);
}

.logo-photo-arrow:hover + .logo-photo {
    opacity: 1;
}




/******************** Navigation ********************/

header {
    height: 82px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    float: left;
    margin: 0;
    z-index: 9998;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#header-background-block {
    height: 82px;
    position: absolute;
    top: 0px;
    background-color: #F2F2F2;
    width: 100%;
    z-index: -99;
}

.nav-up {
    top: -100px;
}

#mb {
    position: relative;
    width: 50%;
}

#logo {
    left: 20px;
    margin-top: 20px;
    margin-left: 0;
    float: left;
    position: fixed;
    width: 48px;
    vertical-align: middle;
    transition: 0.5s ease;
    z-index: 9998;
}

#m {
    position: absolute;
    width: 48px;
    vertical-align: middle;
    margin-top: 20px;
    margin-left: 0;
    left: 20px;
    transition: 0.5s ease;
    z-index: 9999;
}

a #m:hover + #logo {
    transform: rotate(90deg);
}


.menu-item-left,
.menu-item-right {
    display: none;
    margin-top: 28px;
    text-decoration: none;
    z-index: 9999;
}

.menu-item-left {
    margin-left: 64px;
    float: left;
}

.menu-item-right {
    margin-right: 64px;
    float: right;
}

.menu-item-left a,
.menu-item-right a {
    color: #000;
    font-weight: 200;
    text-decoration: none;
}

.menu-item-left a,
.menu-item-right a:hover {
    text-decoration: none;
}

.dot-link {
    height: 6px;
    width: 6px;
    background-color: #ff4500;
    border-radius: 50%;
    margin-left: 50%;
    opacity: 0;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -webkit-transition: .4s, opacity 0.4s ease-out;
    -moz-transition: .4s, opacity 0.4s ease-out;
    -o-transition: .4s, opacity 0.4s ease-out;
    transition: .4s, opacity 0.4s ease-out;
}

.menu-item-right:hover .dot-link,
.menu-item-left:hover .dot-link {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: .4s, opacity 0.4s ease-out;
    -moz-transition: .4s, opacity 0.4s ease-out;
    -o-transition: .4s, opacity 0.4s ease-out;
    transition: .4s, opacity 0.4s ease-out;
    opacity: 1;
}


/******************** Projects ********************/

.projects-grid-mobile {
    display: block;
    margin-top: 34px;
}

.projects-grid-tablet {
    display: none;
    margin-top: 24px;
}

.projects-grid-desktop {
    display: none;
    margin-top: 24px;
}





/******************** Content ********************/


.mobile-content {
    display: block;
}

.desktop-content {
    display: none;
}









/******************** The Design Dispatch ********************/

.design-dispatch {
    padding: 0 20px;
    display: grid;
    grid-template-columns: 12fr;
    grid-template-rows: 2fr;
    grid-gap: 48px 12px;
    grid-auto-flow: row;
    position: relative;
    margin: 0;
}


/******************** Graphic curios ********************/
















#graphic-curios {
    display: inherit;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.graphic-curios-banner-2 {
    display: none;
}

.graphic-curios-banner-mobile {
    display: block;
    border-radius: 12px;
}

.graphic-curios-banner-tablet {
    display: none;
}
    
.graphic-curios-banner-desktop {
    display: none;
}

#graphic-curios-text {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    transition: 0;
    text-align: center;
    width: 90%;
}

#graphic-curios-line-break {
    display: inherit;
    line-height: 0px;
}

#graphic-curios-header {
    font-family: "Larken", serif;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
    margin: 0;
    display: inline-block;
}



/******************** Project in mind ********************/




/******************** Testimonies ********************/

#testimonies-mobile {
    display: inherit;
    width: 100%;
    margin-bottom: -56px;
    position: relative;
    z-index: 2;
}

#testimonies-desktop {
    display: none;
}

#testimonies-header {
    text-align: center;
}

.carousel {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    height: 48px;
    margin: 20px auto;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.inner-carousel {
    display: inherit;
    animation: scroll 30s ease-in-out infinite;
    margin-top: -16px;
}

.testimony-text {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: center;
    padding-top: 0;
}

@keyframes scroll {
        0%, 14.6% {
            transform: translateY(-0px);
        }
        16.6%, 31.2% {
            transform: translateY(-64px);
        }
        33.2%, 47.8% {
            transform: translateY(-128px);
        }
        49.8%, 64.4% {
            transform: translateY(-192px);
        }
        66.4%, 81% {
            transform: translateY(-256px);
        }
        83%, 97.6% {
            transform: translateY(-320px);
        }
        99.6%, 100% {
            transform: translateY(-384px);
        }
    }







/******************** Blog ********************/

.blog-listing  {
    background-color: #F2F2F2;
    display: inline-block;
    padding: 16px 16px 40px;
    position: relative;
    z-index: 2;
    border-radius: 18px;
}














/******************** Footer ********************/




footer {
    width: 100%;
    padding-top: 200px;
    background: #000;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    z-index: -100;
}

.footer-mobile-1 {
    width: 100%;
    background: #000;
    color: #fff;
    height: 190px;
    border-top: #fff 1px solid;
    display: table;
}

.footer-mobile-2 {
    width: 100%;
    background: #000;
    color: #fff;
    height: 240px;
    border-top: #fff 1px solid;
    display: table;
}

.footer-desktop {
    display: none;
}

#footer-notice-mobile {
    width: 100%;
    padding: 0 20px;
    border: 0;
}

#footer-notice {
    width: 50%;
    padding: 0 40px;
    border-left: 1px #fff solid;
    border-top: 0;
}

.our-future-together-container-mobile {
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.our-future-together-container {
    width: calc(50% - 2px);
    position: absolute;
    overflow: hidden;
}








.our-future-together-container-inner {
    width: 10000000000px;
}

.our-future-together-container-content {
    display: inline-block;
    animation: Scroll 150s forwards linear infinite;
    -webkit-animation: Scroll 150s forwards linear infinite;
    -moz-animation: Scroll 150s forwards linear infinite;
    -ms-animation: Scroll 150s forwards linear infinite;
    overflow: hidden;
}

@keyframes Scroll {
    0%{transform: translate(0, 0)}
    100%{transform: translate(-100%, 0)}
}

@-webkit-keyframes Scroll {
    0%{transform: translate(0, 0)}
    100%{transform: translate(-100%, 0)}
}

@-moz-keyframes Scroll {
    0%{transform: translate(0, 0)}
    100%{transform: translate(-100%, 0)}
}

@-ms-keyframes Scroll {
    0%{transform: translate(0, 0)}
    100%{transform: translate(-100%, 0)}
}

.our-future-together-mobile {
    font-family: "Larken", serif;
    font-weight: 500;
    text-align: left;
    font-size: 84px;
    line-height: 1em;
    padding: 40px 0;
}

.our-future-together {
    font-family: "Larken", serif;
    font-weight: 500;
    text-align: left;
    font-size: 120px;
    line-height: 1em;
    padding-top: 70px;
}






    

    










#back-to-top {
    width: 100%;
    background: #000;
    text-align: center;
    color: #fff;
    padding: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.arrow-up {
    width: 24px;
    height: 32px;
    cursor: pointer;
    margin-left: 10px;
    transform: translate(0, 8px);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}


#back-to-top a {
    text-decoration: none;
}

#back-to-top a p:hover > .arrow-up {
    transform: translate(0, 4px);
}

#back-to-top-text {
    font-family: "larken", sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding: 16px 0 24px;
    margin: 0;
}



/******************** Cursor selection ********************/






/******************** Spacing ********************/

.space-12 {
    height: 12px;
}

.space-16 {
    height: 12px;
}

.space-20 {
    height: 20px;
}

.space-26 {
    height: 26px;
}

.space-32 {
    height: 20px;
}

.space-40 {
    height: 40px;
}

.space-48 {
    height: 20px;
}

.space-54 {
    height: 54px;
}

.space-62 {
    height: 62px;
}

.space-96 {
    height: 96px;
}

.space-150 {
    height: 150px;
}



/******************** Structure ********************/

.grid-12 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0px;
    grid-auto-flow: row;
    position: relative;
    margin: 0 0 48px;
}

.grid-12-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0px;
    grid-auto-flow: row;
    position: relative;
    margin: 0 0 12px;
}

.grid-4-4-4 {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    grid-template-rows: 1fr;
    grid-gap: 0px 12px;
    grid-auto-flow: row;
    position: relative;
    margin: 0 0 96px;
}

.grid-4-4-4-l-s{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0px 12px;
    grid-auto-flow: row;
    position: relative;
    margin: 0 20px;
}

.grid-6-2 {
    display: grid;
    grid-template-columns: 6fr 2fr;
    grid-template-rows: 1fr;
    grid-gap: 0px 12px;
    grid-auto-flow: row;
    position: relative;
}

.grid-8-4 {
    display: grid;
    grid-template-columns: 8fr 4fr;
    grid-template-rows: 1fr;
    grid-gap: 0px 12px;
    grid-auto-flow: row;
    position: relative;
    margin: 0 0 96px;
}

.grid-4-8 {
    display: grid;
    grid-template-columns: 4fr 8fr;
    grid-template-rows: 1fr;
    grid-gap: 0px 12px;
    grid-auto-flow: row;
    position: relative;
    margin: 0 0 96px;
}

.grid-3-6-3 {
    display: grid;
    grid-template-columns: 1fr 10fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0px 12px;
    grid-auto-flow: row;
    position: relative;
}

.grid-6-6 {
    display: grid;
    grid-template-columns: 6fr 6fr;
    grid-template-rows: 1fr;
    grid-gap: 0px 12px;
    grid-auto-flow: row;
    position: relative;
    margin: 0;
}

.grid-7-1-2-2 {
    display: grid;
    grid-template-columns: 7fr 1fr 2fr 2fr;
    grid-template-rows: 1fr;
    grid-gap: 0px 12px;
    grid-auto-flow: row;
    position: relative;
    margin: 0;
}

.grid-7-1-4 {
    display: grid;
    grid-template-columns: 7fr 1fr 4fr;
    grid-template-rows: 1fr;
    grid-gap: 0px 12px;
    grid-auto-flow: row;
    position: relative;
    margin: 0;
}














.misc-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 12px;
grid-row-gap: 12px;
    margin: 0;
}

.misc-grid-1 { grid-area: 1 / 1 / 2 / 3; }
.misc-grid-2 { grid-area: 1 / 3 / 2 / 4; }
.misc-grid-3 { grid-area: 2 / 1 / 3 / 2; }
.misc-grid-4 { grid-area: 2 / 2 / 3 / 3; }
.misc-grid-5 { grid-area: 2 / 3 / 3 / 4; }
.misc-grid-6 { grid-area: 3 / 1 / 4 / 2; }
.misc-grid-7 { grid-area: 3 / 2 / 4 / 4; }
.misc-grid-8 { grid-area: 4 / 1 / 5 / 2; }
.misc-grid-9 { grid-area: 4 / 2 / 5 / 3; }
.misc-grid-10 { grid-area: 4 / 3 / 5 / 4; }






/*
.font-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
    grid-auto-rows: 1fr;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
}

.font-grid::before {
    content: '';
    width: 0;
    padding-bottom: 100%;
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}

.font-grid > *:first-child {
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}

 Just to make the grid visible 

.font-grid > * {
    outline: 1px #000000 solid;
}
*/






.font-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(5rem, 1fr));
    grid-auto-rows: 1fr;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    margin-top: 32px;
}

.font-grid::before {
    content: '';
    width: 0;
    padding-bottom: 100%;
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}

.font-grid > *:first-child {
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}

/* Just to make the grid visible */
.font-grid > * {
    outline: 1px #000000 solid;
    overflow: hidden; /* Prevent content from expanding the height */
    display: flex; /* Enable flexbox layout for child elements */
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
}

/* Optional: Set a max-height to prevent items from expanding too much */
.font-grid > * {
    max-height: 100%;
    box-sizing: border-box; /* Ensure padding and borders are included in the height */
}








/****************************** Changes with screen width ******************************/








/******************** Greater than 425px ********************/


@media only screen and (min-width: 425px) {
    
    /********** Wrapping **********/
    
    .homepage-intro-text-block {
        padding: 120px 0 96px;
    }
    
    
    /********** Text **********/
    
    .large-heading,
    .intro-text,
    .call-out {
        font-size: 32px;
    }
    
    .intro-text {
        text-indent: 76px;
    }
    
    
    
    
    
}






/******************** Greater than 600px ********************/


@media only screen and (min-width: 600px) {
    
    /********** Wrapping **********/
    
    .homepage-intro-text-block {
        padding: 120px 20px 68px;
    }
    
    #explore-connect-mobile {
        display: none;
    }
    
    #explore-connect-desktop {
        display: grid;
    }
    
    .inline-buttons-mobile{
        display: none;
    }

    .inline-buttons-desktop{
        display: block;
    }
    
    
    /********** Links **********/
    
    .connect-link {
        margin-left: 40px;
    }
    
    
    /********** Projects **********/
    
    .projects-grid-mobile {
        display: none;
    }
    
    .projects-grid-tablet {
        display: block;
    }
    
    
    /********** Graphic Curios **********/
    
    
    .graphic-curios-banner-mobile {
        display: none;
    }

    .graphic-curios-banner-tablet {
        display: block;
        border-radius: 12px;
    }
    
    #graphic-curios-text {
        top: 44%;
    }
    
    
    /********** Footer **********/
    
    #footer-notice-mobile {
        padding: 0 40px;
    }
    
    
    
    
    /********** Structure **********/
    
    .grid-12 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-gap: 0px;
        grid-auto-flow: row;
        position: relative;
        margin: 0 0 84px;
    }
    
    .grid-3-6-3 {
        grid-template-columns: 2fr 8fr 2fr;
    }
    

    
    
    
}







/******************** Greater than 768px ********************/


@media only screen and (min-width: 768px) {
    
    /********** Wrapping **********/
    
    .homepage-intro-text-block {
        padding: 140px 48px 96px;
    }
    
    #upper-section {
        padding: 0 40px;
    }
    
    body{
        margin: 0 0 380px;
    }
    
    .selected-works-mobile {
        display: none;
    }

    .selected-works-desktop {
        display: block;
    }
    
    .intro-text-block {
        padding: 96px 0 62px;
        background-color: #F2F2F2;
    }
    
    
    /********** Images **********/
    
    .project-image {
        margin: 0 0 40px;
    }
    
    #hero {
        margin: 82px 62px 0;
    }
    
    .hero-image {
        display: none;
    }
    
    #hero-image-birmingham-heroes {
        display: block;
        width: 100%;
        height: calc(100vh - 142px);
        background-image: url("https://matthewblick.com/images/birmingham-heroes/birmingham-heroes-billboard.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 12px;
    }
    
    .bottom-left-indent-mobile {
     display: none;  
    }
    
    .bottom-left-indent-desktop {
        display: block;
        width: 74px;
        height: 74px;
        position: absolute;
        left: 62px;
        bottom: 60px;  
    }
    
    .arrow-down-inset-2-mobile {
        display: none;
    }
    
    .arrow-down-inset-2-desktop {
        display: block;
        width: 24px;
        height: 32px;
        position: absolute;
        bottom: 62px;
        left: 72px;
        cursor: pointer;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    
    
    /********** Navigation **********/
    
    
    #logo {
        left: 50%;
        margin-left: -24px;
    }
    
    #m {
        margin-left: -24px;
        left: 100%;
    }
    
    .menu-item-left,
    .menu-item-right {
        display: block;
    }
    
    
    /********** Text **********/
    
    .large-heading,
    .intro-text,
    .call-out {
        font-size: 32px;
    }
    
    .view-selected-works-heading {
        padding: 0 62px;
    }
    
    /********** Dividers **********/
    
    .no-top-margin {
        margin: 0 62px 40px;
    }
    
    /********** Links **********/
    
    #circled {
        height: 68px;
        transform: translate(-205px, -7px);
    }
    
    
    /********** Projects **********/
    
    .projects-grid-tablet {
        display: none;
    }
    
    .projects-grid-desktop {
        display: block;
    }
    
    
    
    
    
    
    
    /********** Projects **********/
    
    .mobile-content {
        display: none;
    }

    .desktop-content {
        display: block;
    }
    
    
    /********** Design Dispatch **********/
    
    .design-dispatch {
        padding: 0 40px;
        grid-template-columns: 6fr 6fr;
    }
    
    
    
    /********** Testimonies **********/
    
    
    #testimonies-mobile {
        display: none;
    }
    
    #testimonies-desktop {
        display: inherit;
        width: 100%;
        margin-bottom: -56px;
        position: relative;
        z-index: 2;
    }
    
    .carousel {
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        height: 40px;
        margin: 20px auto;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .inner-carousel {
        display: inherit;
        animation: scroll 30s ease-in-out infinite;
        margin-top: -10px;
    }
    
    @keyframes scroll {
        0%, 14.6% {
            transform: translateY(-0px);
        }
        16.6%, 31.2% {
            transform: translateY(-40px);
        }
        33.2%, 47.8% {
            transform: translateY(-80px);
        }
        49.8%, 64.4% {
            transform: translateY(-120px);
        }
        66.4%, 81% {
            transform: translateY(-160px);
        }
        83%, 97.6% {
            transform: translateY(-200px);
        }
        99.6%, 100% {
            transform: translateY(-240px);
        }
    }
    
    
    /********** Graphic Curios **********/
    
    #graphic-curios {
        padding: 0 40px;
    }
    
    #graphic-curios-line-break {
        display: none;
    }
    
    #graphic-curios-header {
        font-size: 40px;
        line-height: 70px;
        margin: 0 40px 0 0;
    }
    
    .graphic-curios-banner-tablet {
        display: none;
    }

    .graphic-curios-banner-desktop {
        display: block;
        border-radius: 12px;
    }
    
    
    /********** Footer **********/
    
    .footer-mobile-1 {
        display: none;
    }

    .footer-mobile-2 {
        display: none;
    }

    .footer-desktop {
        width: 100%;
        background: #000;
        color: #fff;
        height: 280px;
        border-top: #fff 1px solid;
        display: table;
    }
    
    #footer-notice {
        padding: 0 80px;
    }
    
    
    
    /********** Structure **********/
    
    .grid-12-content {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-gap: 0px;
        grid-auto-flow: row;
        position: relative;
        margin: 0 0 84px;
    }
    
    
    .grid-4-4-4-l-s{
        display: grid;
        grid-template-columns: 4fr 4fr 4fr;
        grid-template-rows: 1fr;
        grid-gap: 0px 12px;
        grid-auto-flow: row;
        position: relative;
        margin: 0 62px;
    }

    
    
    
}
    
    

/******************** Greater than 1024px ********************/


@media only screen and (min-width: 1024px) {
    
    /********** Wrapping **********/
    
    .homepage-intro-text-block {
        padding: 150px 48px 96px;
    }
    
    #upper-section {
        padding: 0 62px;
    }
    
    /********** Text **********/
    
    .large-heading,
    .intro-text,
    .call-out {
        font-size: 40px;
    }
    
    .intro-text {
        text-indent: 200px;
    }
    
    
    /********** Links **********/
    
    #circled {
        height: 84px;
        transform: translate(-255px, -9px);
    }
    
    
    /********** Design Dispatch **********/
    
    .design-dispatch {
        padding: 0 62px;
    }
    
    
    /********** Graphic Curios **********/
    
    #graphic-curios {
        padding: 0 62px;
    }
    
    
    /********** Structure **********/
    
    .grid-3-6-3 {
        grid-template-columns: 3fr 6fr 3fr;
    }
    
    
    
    
    
    
}
    
    

/******************** Greater than 1440px ********************/


@media only screen and (min-width: 1440px) {
    
    /********** Wrapping **********/
    
    .homepage-intro-text-block {
        padding: 180px 124px 96px;
    }
    
}






    
    
    








