@font-face {
    font-family: "Spicy Rice";
    src: url("../fonts/Spicy_Rice_regular/SpicyRice-Regular.ttf");
  }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.eat_me_im_irish_banner{
    height: auto;
    width: 100%;
   object-fit: cover;
}

.banner {
    height: auto;
    background-repeat: no-repeat;
}

.content-wrapper {
    position: absolute;
    top: 0;
    display: flex;
    height: auto;
    width: 100%;
    z-index: 1;
    flex-direction: column;
    justify-content: space-between;
}

.eat_me_irish_section_container{
    margin-top: 10vh;
}

.eat_me_im_irish_text_image{
    width: 50vw;
}

.eat_me_irish_secondary_text{
    margin-top: 5vh;
    width: 825px;
    color: #019406;
    font-size: 1.5vw;
}

.share_your_version_text {
    margin-top: 3vh;
    width: max-content;
    color: #019406;
    font-size: 1.5vw;
}

.eat_me_im_irish_img{
    width: 40%;
    height: auto;
}

.join-our-community {
    background-image: url(../images/blog-page/Banner/Eat-Me-Im-Irish-ish/Banner2.png);
    background-size: cover;
    max-height: 100%;
    background-position: center;
    width: 100%;
    margin-top: 5%;
  }
  
  .join-the-community-heading{
    padding-top: 7%;
    font-size: 4rem;
    padding-bottom: 3%;
    font-family: "Spicy Rice";
    color: #fff;
  }
  
  .sign-up-now-btn, 
  .sign-up-now-btn:hover{
    border-radius: 50px;
    width: 30%;
    font-size: 1vw;
    font-weight: 500;
    color: #9ce907;
    background-color: #fff;
  }
  
  input[type="email"],
  input[type="email"]:focus{
    border: 3px solid #fff;
    border-radius: 50px;
    height: 70px;
    background-color: transparent;
  }
    
  input[type="email"]::placeholder {
    color: #fff;
    font-weight: 500;
    font-size: 1vw;
  }
  
  .community-footer-container {
    padding: 50px 0px 20px 0px;
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  .all-rights-reserved{
    font-size: 1.5rem;
    color: #fff;
  }

  @media only screen and (max-width: 575px) { 
    

    .eat_me_im_irish_text_image {
        width: 90vw;
    }

    .eat_me_im_irish_banner{
        height: auto;
        object-fit: cover;
    }

    .eat_me_irish_secondary_text {
        width: 95vw;
        font-size: 3.5vw;
    }

    .share_your_version_text {
        font-size: 3.5vw;
    }

    .eat_me_im_irish_img {
        width: 70%;
    }

    .join-the-community-heading {
        padding-top: 25%;
        font-size: 2.2rem;
    }

    input[type="email"] {
        height: 50px;
    }

    input[type="email"]:focus {
        height: 50px;
    }

    input[type="email"]::placeholder {
        font-size: 3vw;
    }

    .sign-up-now-btn,
    .sign-up-now-btn:hover {
        border-radius: 50px;
        width: auto;
        font-weight: 500;
        height: 50px;
        font-size: 3vw;
    }

    .all-rights-reserved {
        font-size: 3.5vw;
        color: #fff;
    }

  }

  @media only screen and (min-width: 576px) and (max-width: 767px) { 


    .eat_me_im_irish_text_image {
        width: 90vw;
    }

    .eat_me_im_irish_banner{
        height: auto;
        object-fit: cover;
    }

    .eat_me_irish_secondary_text {
        width: 75vw;
        font-size: 2.7vw;
    }

    .share_your_version_text {
        font-size: 2.7vw;
    }

    .eat_me_im_irish_img {
        width: 70%;
    }

    .join-the-community-heading {
        padding-top: 15%;
        font-size: 7vw;
    }

    input[type="email"] {
        height: 50px;
    }

    input[type="email"]:focus {
        height: 50px;
    }

    input[type="email"]::placeholder {
        font-size: 2.3vw;
    }

    .sign-up-now-btn,
    .sign-up-now-btn:hover {
        border-radius: 50px;
        width: auto;
        font-weight: 500;
        height: 50px;
        font-size: 2.3vw;
    }

    .all-rights-reserved {
        font-size: 2.5vw;
    }

  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {

    .eat_me_irish_secondary_text {
        width: 55vw;
        font-size: 1.9vw;
    }

    .eat_me_im_irish_img{
        width: 60%;
    }

    .share_your_version_text {
        font-size: 1.8vw;
    }

    .join-the-community-heading {
        padding-top: 9%;
        font-size: 5vw;
    }

    .all-rights-reserved {
        font-size: 1.7vw;
    }

  }

  @media only screen and (min-width: 992px) and (max-width: 1280px){

    .eat_me_im_irish_img{
        width: 60%;
    }

    .eat_me_irish_secondary_text {
        width: 55vw;
        font-size: 1.9vw;
    }

    .share_your_version_text {
        font-size: 1.8vw;
    }

    .join-the-community-heading {
        padding-top: 9%;
        font-size: 5vw;
    }

    .all-rights-reserved {
        font-size: 1.7vw;
    }

  }