/* reset */
* {
    margin: 0;
    padding: 0;
}
/*  */
:root {
    --btn-orange: #F7A223;
    --bckgrnd-grey: #EFEFEF;
}
/*  */
body {
    box-sizing: border-box;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 31px;
}
h3 {
    font-size: 23px;
}
h4 {
    font-size: 21px;
}
p {
    font-size: 15px;
    line-height: 1.5;
}
/*  */
.top-header {
    text-align: center;
    background-color: white;
    color: black;
    padding-bottom: 0.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 5px 0px #3a3a3a;
}
.page-logo {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 55px;
}
.top-header h3 {
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 5px;
    margin-top: -6px;
}
.hero-section {
    background-image: url(../Imagery/illiya-vjestica-W5FdAcHp7l8-unsplash.jpg);
    height: 89vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 4rem;
    margin-top: 6rem;
    text-align: center;
}
.hero-sheep-img {
    width: 20vw;
    margin: auto;
}
.hero-section h1, .hero-section h3 {
    font-family: 'Amatic SC', cursive;
    color: white;
}
.hero-section h1 {
    text-decoration: underline;
}
.hero-section h3 {
    margin-top: 0.5rem;
    font-weight: 400;
    letter-spacing: 2px;
}
.hero-link-read-more {
    display: flex;
    align-items: center;
    padding: 7px 22px;
    box-sizing: border-box;
    overflow: hidden;
}
.hero-section a {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 500;
    text-decoration: none;
    margin-top: 1rem;
    margin-bottom: 2em;
    border-radius: 4px;
    color: white;
}
.hero-section p {
    padding-right: 1rem;
}
.hero-section .hero-arrow {
    width: 27px;
    color: white;
    transition: 1s;
}
.hero-arrow:hover {
    padding-left: 10px;
}
/* certificates */
.certificates {
    background-color: var(--bckgrnd-grey);
    text-align: center;
    padding-top: 4rem;
    padding-right: 4rem;
    padding-bottom: 3rem;
    padding-left: 4rem;
}
.certificates h1 {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.certificates article {
    display: flex;
    flex-wrap: wrap;
}
.c-img {
    width: 80px;
}
.c-holding-cell {
    margin: 1vw;
    padding: 2vw;
    background-color: white;
    border-radius: 8px;
    flex: 1;
    flex-basis: 200px;
}
.c-holding-cell h2 {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
}
.c-holding-cell p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.c-holding-cell p {
    margin-top: 1rem;
}
.c-holding-cell small {
    color: #C6C6C6;
}
.red-tractor {
    /* color: red; */
    background: linear-gradient(90deg,red,firebrick);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}
.f-a-g {
    background: linear-gradient(90deg,greenyellow,green);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}
.o-c {
    background: linear-gradient(90deg,darkgrey,black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}
.certificates aside p {
    margin-top: 1rem;
}
/* pork to friends */
.p-t-friends h1 {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: var(--btn-orange);
    text-align: center;
}
.p-t-f-cell {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 6rem;
    color: white;
}
.p-t-f-cell p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-right: 60vw;
    margin-top: 1rem;
}
.p-t-f-cell nav {
    margin-top: 1rem;
}
.p-t-f-cell ul {
    list-style: none;
    display: flex;
    align-items: center;
}
.p-t-f-cell li {
    margin-right: 20px;
}
.product-info-link {
    color: white;
    font-size: 11px;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 300;
}
.sign-up-btn {
    border: 1px solid var(--btn-orange);
    padding: 7px 22px;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 500;
    text-decoration: none;
    color: var(--btn-orange);
    display: inline-block;
    margin-top: 2rem;
    border-radius: 4px;
} 
.sign-up-btn:hover {
    background-color: var(--btn-orange);
    color: white;
}
.ptf-cell1 {
    background-image: url(../Imagery/andrik-langfield-iPNilBHvNvg-unsplash.jpg);
}
.ptf-cell2 {
    background-image: url(../Imagery/Lamb.jpg);
}
.ptf-cell1 h2 {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
}
.ptf-cell1 h4 {
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
}
.ptf-cell2 h2 {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
}
.ptf-cell2 h4 {
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
}
.product-title {
    font-size: 45px; 
}
/* testimonial */
.testim-parent {
    box-sizing: border-box;
}
.testim-parent h1 {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}
.t-p-children {
    margin-right: 3rem;
    margin-left: 3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.tpc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    text-align: center;
    flex: 1;
    flex-basis: 250px;
}
.tpc img {
    border-radius: 50%;
    width: 10vw;
}
.tpc1 {
    background-color: #708F3F;
}
.tpc2 {
    background-color: #233D0D;
}
blockquote {
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
    font-size: 23px;
    color: white;
    margin: 1rem;
}
/* meet the team */
.meet-the-team {
    background-color: var(--bckgrnd-grey);
    padding-top: 2rem;
}
.mtt-h1 {
    text-align: center;
}
.mtt-card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 4rem;
    padding-top: 2rem;
    padding-right: 15vw;
    padding-bottom: 5rem;
    padding-left: 15vw;
}
.t-card {
    text-align: center;
    height: 40vh;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* box-shadow: 0 0 5px -1px #565656; */
    border-radius: 1rem;
}
.div-container-copy {
    background-color: rgba(0, 0, 0, 0.72);
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
}
.div-container-copy h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.div-container-copy p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.t-card1 {
    background-image: url(../Imagery/MTT-images/IMG_6808.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.t-card2 {
    background-image: url(../Imagery/MTT-images/IMG_7152.JPG);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.t-card3 {
    background-image: url(../Imagery/MTT-images/R0003506.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.t-card4 {
    background-image: url(../Imagery/MTT-images/R0003506.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.meet-the-team h1 {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
}
/* farm chat */
.blog-wrapper {
    margin-right: 3rem;
    margin-bottom: 1rem;
    margin-left: 3rem;
    margin-top: 3rem;
}
.blog-wrapper h1 {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}
.blog-post-parent {
    display: flex;
    flex-wrap: wrap;
}
.blog-post {
    flex: 1;
    flex-basis: 210px;
    padding: 4vw;
}
.blog-post small {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #C6C6C6;
}
.blog-post-h1 {
    font: 700 45px/ 0.9 'Amatic SC', cursive;
    padding-top: 0.3rem !important;
    padding-bottom: 1rem;
    text-align: left !important;
}
.blog-post p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.link-read-more {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
}
.link-read-more a {
    border: 1px solid;
    padding: 7px 22px;
    /* padding-right: 1rem; */
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 500;
    text-decoration: none;
    color: black;
    /* background-color: lightgrey; */
    border-radius: 4px;
}
.arrow-right {
    width: 27px;
}
.bp-aside p {
    margin-top: 1rem;
    text-align: center;
}
/* artwork */
.cow-wrapper {
    margin-bottom: -5px;
    background: linear-gradient(#ffffff00, greenyellow);
    /* background: linear-gradient(#ffffff00, var(--btn-orange)); */
    border-top-left-radius: 20rem;
    border-top-right-radius: 20rem;
}
.cow-wrapper img {
    width: 100%;
}
/* sign up */
.sign-up {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 3rem;
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    background-color: #32392D;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    color: white;
}
.s-u-copy {
    margin-right: 10vw;
}
.s-u-copy h1 span {
    color: greenyellow;
}
.s-u-input {
    display: flex;
    flex-direction: column;
}
input[type=email] {
    width: 25vw;
    height: 0vw;
    padding: 1rem;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 500;
}
input[type=submit] {
    padding: 0.5rem;
    background-color: var(--btn-orange);
    color: white;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 500;
    border: none;
    margin-top: 0.5rem;
}
/* footer */
footer {
    background-color: #101B07;
    color: white;
    padding-top: 3rem;
    padding-right: 6rem;
    padding-bottom: 6rem;
    padding-left: 6rem;
}
.footer-header {
    text-align: center;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    margin-bottom: 2rem;
}
.footer-logo {
    letter-spacing: 1px;
}
.footer-header h3 {
    font-weight: 400;
    letter-spacing: 5px;
}
.lists {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 6rem;
}
.lists ul {
    list-style: none;
}
.list {
    line-height: 3;
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
}
.lists ul li a {
    text-decoration: none;
    color: white;
}
.list1, .list2 {
    margin-right: 10vw;
}
.list-header {
    font-weight: 700;
    font-size: 1.2rem;
}
.footer-link:hover {
    color: var(--btn-orange);
}
/* ------------------------------------------------------- */
/* 1365px breakpoint */
/* ------------------------------------------------------- */
@media screen and (max-width: 1365px) {
    /* meet the team */
    .mtt-card-wrapper {
        grid-gap: 2rem;
    }
    /* pork to friends */
    .p-t-f-cell p {
        margin-right: 47vw;
    }
}
/* ------------------------------------------------------- */
/* 750px breakpoint */
/* ------------------------------------------------------- */
@media screen and (max-width: 750px) {
    /* pork to friends */
    .p-t-f-cell {
        padding: 4rem;
    }
    .p-t-f-cell p {
        margin-right: 39vw;
    }
    .p-t-f-cell ul {
        align-items: flex-start;
        flex-direction: column;
    }
    /* testimonials */
    .t-p-children {
        margin-right: 0;
        margin-left: 0;
    }
    .tpc {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    /* meet the team */
    .mtt-card-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    /* sign up */
    .sign-up {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    /* footer */
    footer {
        padding-top: 3rem;
        padding-right: 1rem;
        padding-bottom: 6rem;
        padding-left: 1rem;
    }
    .lists {
        flex-direction: column;
        padding-left: 3rem;
    }
    .list-header {
        font-size: 1.4rem;
    }
}
/* ------------------------------------------------------- */
/* 420px breakpoint */
/* ------------------------------------------------------- */
@media screen and (max-width: 420px) {
    /* hero section */
    .hero-section {
        margin-top: 6rem;
        padding-right: 3rem;
        padding-left: 3rem;
    }
    /* certificates */
    .certificates {
        padding-top: 2rem;
        padding-right: 1rem;
        padding-bottom: 3rem;
        padding-left: 1rem;
    }
    .c-holding-cell {
        padding: 4vw;
        margin-top: 1vw;
        margin-right: 1vw;
        margin-bottom: 4vw;
        margin-left: 1vw;
    }
    /* pork to friends */
    .p-t-f-cell {
        padding: 2rem;
    }
    .ptf-cell1 h2 {

    }
    .product-title {
        font-size: 37px;
    }
    .p-t-f-cell p {
        margin-right: 11vw;
    }
    /* bloquote */
    .tpc img {
        display: none;
    }
    blockquote {
        font-size: 31px;
    }
    /* meet the team */
    .mtt-card-wrapper {
        grid-gap: 1rem;
        padding-right: 5vw;
        padding-left: 5vw;
    }
    /* farm chat */
    .blog-wrapper {
        margin-right: 1rem;
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-top: 3rem
    }
    /* cow img */
    .cow-wrapper {
        margin-top: 2rem;
    }
    /* sign up */
    .sign-up {
        flex-direction: column;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .s-u-copy {
        margin-right: 4vw;
    }
    .s-u-copy h1 {
        line-height: 0.85;
    }
    .s-u-copy h3 {
        margin-top: 1rem;
    }
    input[type=email] {
        width: 84vw;
    }
    .s-u-input {
        margin-top: 1rem;
    }
}
