:root {
    --printsome-clear-blue: #01d0ce;
    --printsome-dark-blue: #1a376f;
    --printsome-abyss-blue: #00012f;
    --printsome-dark-green: #00a259;
    --printsome-clear-green: #b7e801;
    --link-blue: #337ab7;
    --light-text: #999;
    --product-color: #333;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 10;
}

h2 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
    color: #333;
}

a {
    text-decoration: none;
}

.special-button {
    background-color: var(--printsome-clear-green);
    color: var(--printsome-dark-blue);
    transition: .3s;
    border-radius: 4px;
}

.special-button:hover {
    color: white;
    background-color: var(--printsome-dark-green);
    transform: scale(1.05);
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.elevation {
    transition: all .3s;
}

.elevation:hover {
    transform: translateY(-3px);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, .2);
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-contacts {
    display: flex;
    align-items: center;
}

.header-contacts .special-button {
    font-size: 12px;
    font-weight: 700;
    padding: 5px;
    width: 160px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.header-contacts span {
    font-size: 14px;
    color: var(--light-text);
    margin-right: 20px;
}

.header-contacts .contacts a {
    color: var(--link-blue);
}

.header-contacts .contacts a:hover {
    color: var(--printsome-dark-blue);
}

#main-banner {
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    position: relative;
}

.overlay {
    position: absolute;
    background-color: rgba(3, 49, 140, .5);
    height: 100%;
    width: 100%;
}

#main-banner .container {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
}

.main-shirt,
.location-title,
.location-description,
#main-banner .special-button {
    z-index: 1;
}

.main-shirt {
    height: 40px;
    width: 40px;
}

.location-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 70px;
}

.location-description {
    line-height: 32px;
}

.main-start-quote {
    letter-spacing: 2px;
    padding: 15px 40px;
    font-weight: 700;
    margin-top: 40px;
}

.fade-in-up {
    animation: fadein 1.5s;
}

.fade-in-up-delay {
    animation: fadeindelay 1.6s ease-in-out;
}

.features {
    background-color: var(--printsome-dark-blue);
    color: white;
    padding: 100px 0;
}

.features .container {
    width: 80%;
    display: flex;
    align-items: flex-start;
}

.feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 30px;
}

.feature ion-icon {
    height: 40px;
    width: 40px;
}

.feature h3 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 28px;
    margin-top: 35px;
}

.feature:last-child h3 {
    margin-bottom: 0;
}

.feature p {
    font-size: 14px;
    line-height: 32px;
}

#portfolio-images {
    width: 100%;
    display: flex;
}

.portfolio-image {
    flex: 1;
    display: flex;
}

.portfolio-image img {
    width: 100%;
}

#long-features hr {
    border: 0;
    border-top: 1px solid #eae8e8;
}

.long-features-intro {
    width: 100%;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}

.long-features-intro-title {
    flex: 2;
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
    color: #333;
}

.long-features-intro-cta {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.long-features-intro-cta a {
    padding: 15px 40px;
    font-weight: bold;
    letter-spacing: 2px;
}

.long-feature {
    display: flex;
    margin-top: 100px;
    margin-bottom: 80px;
}

.long-feature div:first-child {
    flex: 1;
}

.long-feature-image-wrapper {
    position: relative;
    display: flex;
}

.long-feature-image-wrapper img {
    border-radius: 4px;
    width: 100%;
}

.long-feature-text-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 65px;
}

.long-feature-text-wrapper h3 {
    margin-top: 0;
    line-height: 28px;
    font-size: 20px;
    padding-bottom: 12px;
}

.long-feature-text-wrapper p {
    line-height: 28px;
    font-size: 14px;
    color: var(--light-text);
}

#long-features .special-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}

#long-features .special-button-wrapper a {
    padding: 15px 40px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14px;
}

#express-t-shirt-printing-checklist {
    background-color: #f3f3f3;
}

#express-t-shirt-printing-checklist .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.checklist-description {
    font-size: 14px;
    line-height: 28px;
    margin: 0;
}

.checks-row {
    display: flex;
    margin-top: 40px;
}

.check-item {
    display: flex;
    align-items: flex-start;
    flex: 1;
}

.check-item ion-icon {
    width: 35px;
    height: 35px;
    color: var(--printsome-dark-blue);
    width: 20%;
}

.check-item p,
.checklist-description {
    color: #999;
}


.check-item p {
    margin-top: 7px;
    width: 80%;
    font-size: 15px;
    line-height: 32px;
}

.product-title {
    color: var(--product-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px;
}

.product-ref,
.product-title {
    margin: 0;
    text-align: center;
}

.product-ref {
    font-size: 11px;
    line-height: 14px;
    color: var(--product-color);
}

#catalogue-section .see-catalogue {
    color: var(--printsome-clear-green);
    border: solid 1px var(--printsome-clear-green);
    background-color: transparent;
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 100px;
    letter-spacing: 2px;
    font-weight: 700;
    transition: all .3s;
}

#catalogue-section .see-catalogue:hover {
    color: #23527c;
    border: solid 1px #23527c;
    cursor: pointer;
}


#grey-zone {
    background-color: white;
}

.grey-multimedia-explanation {
    padding-top: 100px;
    display: flex;
}

.video-wrapper {
    flex: 1;
}

.video {
    position: relative;
    border-radius: 4px;
    display: flex;
}


.play-icon {
    text-align: center;
    line-height: 80px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    color: black;
    background-color: white;
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.video-img {
    border-radius: 4px;
    width: 100%;
}

.grey-text-explanation {
    flex: 1;
    padding: 0 60px 30px;
}

.grey-text-explanation p {
    font-size: 16px;
    line-height: 32px;
    color: var(--light-text);
}

.grey-explanations {
    margin-top: 50px;
    display: flex;
    padding-bottom: 100px;
}

.grey-explanation {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    flex: 1;
}

.grey-explanation h3 {
    line-height: 28px;
    color: #333;
    font-size: 20px;
}

.grey-explanation p {
    text-align: justify;
    font-size: 13px;
    line-height: 22px;
    color: var(--light-text);
}

.grey-explanation a {
    color: var(--link-blue);
}

.grey-explanation a:hover {
    color: var(--printsome-dark-blue);
}

#last-main-banner {
    background-size: cover;
    background-position: center;
}

#last-main-banner .container {
    display: flex;
    justify-content: flex-end;
}

#last-main-banner .wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: white;
    width: 37%;
    border-radius: 10px;
    padding: 60px 50px 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#last-main-banner .wrapper h2 {
    margin-top: 0;
    margin-bottom: 0;
}

#last-main-banner .wrapper p {
    line-height: 28px;
    font-size: 15px;
    color: var(--light-text);
    margin-bottom: 8px;
}

#last-main-banner .special-button-wrapper {
    margin-top: 70px;
}

#last-main-banner .special-button {
    text-align: center;
    padding: 15px 30px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14px;
    display: flex;
}

#content-related {
    background-color: #f3f3f3;
    padding-top: 100px;
    padding-bottom: 100px;
}

#content-related h2 {
    text-align: center;
    line-height: 28px;
    font-weight: 600;
    color: var(--product-color);
    font-size: 20px;
    margin-bottom: 50px;
}

.posts {
    display: flex;
    width: 100%;
}

.post-content {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    flex: 1;
}

.post-img {
    max-width: 100%;
    border-radius: 4px;
}

.post-title {
    line-height: 28px;
    font-weight: 600;
    color: var(--product-color);
    font-size: 20px;
}

.post-description {
    font-size: 15px;
    line-height: 32px;
    color: #999;
}

#trustpilot-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
}

#trustpilot-section h2 {
    text-align: center;
    font-weight: 300;
}

#team-bar {
    height: 235px;
    background-color: #f3f3f3;
}

#team-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.team-image-wrapper {
    flex: 2;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.team-image {
    max-width: 100%;
    max-height: 100%;
}

.team-info-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.shirt-icon {
    color: var(--printsome-clear-green);
    height: 25px;
    width: 25px;
}


.contact-links {
    color: var(--link-blue);
}

#blue-after {
    background-color: var(--printsome-dark-blue);
    min-height: 132px;
    display: flex;
    align-items: center;
}

#blue-after .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#blue-after p {
    color: white;
    font-size: 22px;
}

#blue-after .special-button {
    letter-spacing: 2px;
    font-size: 14px;
    padding: 15px 40px;
    font-weight: bold;
}

footer>.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 320px;
}

.footer-seo {
    margin-top: 30px;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    color: var(--light-text);
}

.footer-seo a {
    color: var(--link-blue);
}

.footer-seo a:hover {
    color: var(--printsome-dark-blue);
}

.footer-menus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 320px;
    width: 100%;
}

.footer-left-section {
    width: 35%;
    display: flex;
    justify-content: space-between;
}

.footer-left-section h5,
.footer-right-section h5 {
    margin-bottom: 10px;
}

.footer-right-section {
    display: flex;
    flex-direction: column;
}

.footer-links {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}

.footer-links a {
    color: var(--light-text);
    font-size: 13px;
    line-height: 24px;
}

.open-days,
.open-hours {
    font-size: 14px;
    color: var(--light-text);
}

.open-days {
    margin-bottom: 5px;
    margin-top: 0;
}

.open-hours {
    margin-top: 0;
}

.contact-tel {
    font-weight: bold;
    color: var(--light-text);
}

.contact-tel,
.contact-email,
.contact-page {
    margin-bottom: 5px;
    font-size: 14px;
}

.contact-email,
.contact-page {
    color: var(--link-blue);
}

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

.footer-social ion-icon {
    color: var(--light-text);
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.copyright-section {
    background-color: black;
    color: var(--light-text);
    min-height: 65px;
    display: flex;
    align-items: center;
}

.copyright-section .container {
    position: relative;
}

.go-up-wrapper {
    position: absolute;
    top: -20px;
    right: 0;
}

.go-up-wrapper button {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: none;
}

.go-up-wrapper button:hover {
    cursor: pointer;
}

.go-up-wrapper ion-icon {
    height: 20px;
    width: 20px;
}


@media screen and (max-width: 576px) {

    .review-bar .container {
        align-items: flex-start;
        flex-direction: column;
    }

    .reviews-wrapper {
        flex: 3;
        margin: 20px 0;
        flex-direction: column;
    }

    .trustpilot-wrapper {
        flex: 1;
        width: 100%;
        margin-bottom: 20px;
    }

    #main-banner .container {
        width: 85%;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .features .container {
        flex-direction: column;
    }

    .feature {
        margin-top: 30px;
        align-items: center;
        text-align: center;
    }

    #portfolio-images {
        flex-direction: column;
    }

    .feature:first-child {
        margin-top: 0;
    }

    .feature p {
        padding: 0;
    }

    #express-t-shirt-printing-checklist .container{
        padding-top: 50px;
    }

    .checks-row{
        flex-direction: column;
    }

    .check-item:last-child{
        margin-top: 40px;
    }

    #last-main-banner .wrapper {
        width: 100%;
    }

    .posts {
        flex-direction: column;
    }

    #team-bar {
        height: 300px;
    }

    #team-bar .container {
        flex-direction: column-reverse;
    }

    .team-image-wrapper {
        display: none;
    }

    .team-info-wrapper {
        justify-content: center;
        align-items: center;
    }

    .team-info-wrapper a {
        line-height: 47px;
    }

    footer>.container {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .footer-seo {
        padding-right: 30px;
        padding-left: 30px;
    }

    .footer-menus {
        margin-top: 50px;
        flex-direction: column;
    }

    .footer-left-section {
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    .footer-links li {
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-right-section {
        align-items: center;
        width: 100%;
    }

    .footer-right-section a {
        height: 48px;
        min-width: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-social {
        display: flex;
        width: 60%;
        justify-content: space-between;
    }

    .footer-social ion-icon {
        height: 35px;
        width: 35px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media screen and (max-width: 900px) {

    .contacts {
        display: none;
    }

    .grey-multimedia-explanation,
    .grey-explanations {
        flex-direction: column;
    }

    .grey-text-explanation,
    .grey-explanation {
        padding: 0;
    }

    #blue-after {
        height: 250px;
    }

    #blue-after .container {
        flex-direction: column;
        text-align: center;
    }

    #blue-after p {
        margin-top: 0;
    }

    #blue-after .container div {
        margin-top: 25px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media screen and (max-width: 1200px) {

    .long-features-intro {
        flex-direction: column;
    }

    .long-feature {
        flex-direction: column;
        align-items: center;
    }

    .long-feature-text-wrapper {
        margin-top: 40px;
        padding-left: 0;
        padding-right: 0;
        align-items: center;
    }

    #catalogue-section h2 {
        text-align: center;
    }

    .catalogue-elements {
        flex-direction: column;
    }

    .catalogue-element {
        margin-bottom: 30px;
    }

    #catalogue-section .see-catalogue {
        margin-top: 20px;
    }

    .catalogue-element {
        max-width: 300px;
        height: 485px;
    }

    #catalogue-section img {
        max-height: 375px;
    }
}

@keyframes fadein {
    from {
        transform: translateY(40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeindelay {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }

    66% {
        transform: translateY(40px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes elevate {
    from {
        transform: translateY(0);
        box-shadow: none;
    }

    to {
        transform: translateY(-3px);
        box-shadow: 0px 20px 40px rgba(0, 0, 0, .2);
    }
}