/* FONTS */
/* font-family: 'Yeseva One', cursive; */
/* font-family: 'Courier Prime', monospace; */
/* font-family: 'Open Sans', sans-serif; */

/* Common for all */
body{
    background-color: #FAE8E6;
}
.container{
    background-color: white;
}
.NavLinkScroll{
    transition: color 1s;
}
#remove{
    display: none;
}
.sitemapLine{
    width: 100%;
    border: 0.5px solid white;
}
.info{
    color: #A9A9A9;
}
.whatsapp{
    height: 75px;
    width: 75px;
    border-radius: 50%;
    
    display: block;
    position: fixed;
    z-index: 9999999;
    top: auto;
    bottom: 25px;
    left: auto;
    right: 25px;

    /* background-color: #FAE8E6;
    background-image: url(../icon);
    background-size: contain; */
    background: #B14867;
    box-shadow: -3px -3px 20px rgba(0, 0, 0, 0.25), 3px 3px 10px rgba(0, 0, 0, 0.25);
}

/* Feedback Form */
.feedbackForm{
    height: 140px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../icons/bg_highqual.png);
    background-size: cover;
    background-position-y: -220px;
    /* background- */
    /* background-position: 55%; */

    
}

#giveMeFeedback{
    text-align: center;

    animation-name: Shout;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
#grabAttention{
    font-size: 25px;
    font-weight: 700;
}


@keyframes Shout {
    0%   {scale: 1;}
    30%  {scale: 0.8;}
    50% {scale: 1;}
    100% {scale: 1;}
}

#postnew:hover,#post1:hover,#post2:hover, #post3:hover, #post4:hover{
    background-color: #e4e2e2c2;
}


@media only screen and (min-width: 768px){
/* General */
*{
    margin: 0;
    padding: 0;

    font-size: 21px;
    font-family: 'Courier Prime', monospace;
    color: white;
    
    text-decoration: none;
    list-style-type: none;
}
html,body{
    height: 100%;
}

.paintItBlack{
    color: black
}
.paintItWhite{
    color: white;
}
.heading1{
    font-family: 'Yeseva One', cursive;
    font-size: 60px;
    letter-spacing: -4px;
    color: #B14867;
    margin: 40px 0 0 20px;
}   
.heading2{
    font-family: 'Yeseva One', cursive;
    font-size: 40px;
    
    color: #16283A;
    margin: 20px 0 0 40px;
}
.heading3{
    font-family: 'Yeseva One', cursive;
    font-size: 27px;

    align-self: center;
    /* margin: 40px 0 0 40px; */
}
.bodyDiv{
    margin: 20px 20px 0 50px;
}
.bodyText{
    font-family: 'Courier Prime', monospace;
    font-size: 23px;
    /* text-align: justify; */
    margin: 20px 20px 0 50px;
}
.flexDesk{
    display: flex;
    /* justify-content: space-between; */
}
.gap{
    margin: 0 0 0 6px;
}
/* WhatsApp */
.whatsapp{
    height: 80px;
    width: 80px;
}
/* Navigation Bar */
    .mobile-nav {
        display: none;
    }

    .hamburger {
        display: none;
    }
    .navBar, .leftBar, .rightBar{
        display: flex;
        justify-content: space-between;
        align-items: center;

        z-index: 95;
    }
    .navBar{
        height: 10vh;
        width: 95vw;
        padding: 0 2.5vw;

        background-color: #FAE8E6;
        transition: background-color 1s;
        /* position: fixed; */
    }
    /* Sticky Nav bar */
    .sticky {
        position: fixed;
        top: 0;
    }
    .container{
        padding-top: 10vh;
    }
    /* .sticky + .container {
        padding-top: 60px;
      } */
    .leftBar{
        width: 30%;
    }
    .rightBar, .leftBar{
        text-align: center;
        align-items: center;
    }
    .NavLink{
        font-size: 21px;
        font-family: 'Courier Prime', monospace;
        font-weight: 700;
    }
    .sciency{
        font-size: 21px;
        font-family: 'Courier Prime', monospace;
        font-weight: 700;
        font-style: italic;
    }
    .logoIncrease{
     display: none;
    }
    .nameLogo{
        height: 60px;
    }
/* Caraousel */
.alteratiDefine{
    height: 90vh;

    background-color: #FAE8E6;
}

.Alterati{
    font-family: 'Yeseva One', cursive;
    font-size: 100px;
    letter-spacing: -6px;
    line-height: 80px;

    color: #B14867;
    padding-top: 70px;
    margin-left: 20px;
    /* height: 55px; */
}

.italian{
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 35px;
    line-height: 30px;
    color: #B14867;
    margin-left: 20px;
    /* height: 30px; */
}
hr{
    width: 90%;
    border: 1.5px solid #B14867 ;
}

.sameLine{
    width: 88%;

    justify-content: space-between;
}
.noun{
    font-size: 50px;

    color: #B14867;
    margin-left: 20px;
}
.definition{
    font-size: 60px;
    width: 88%;
    color: #B14867;
    margin: 40px 20px 20px 20px;
}

.learnCta{
    width: 175px;
    height: 48px;
    border-radius: 5px;
    background-color: #B14867;
    color: white;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);

    margin: 40px auto 0px auto;
    /* padding-bottom: 100px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.learnMore{
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
}

/* About Us */
/* Contact Us */
.ctUsBox{
    justify-content: space-between;
}
.addressBox, .contactForm{
    width: 45%;
}
.info{
    margin-right: 90px;
}
.line{
    height: 500px;
    /* width: ; */
    margin: auto 0;
    border-left: 1px solid #16283A;
}
.formContact{
    margin-top: 20px;
}
.align, .msgBox, .submitCta{
    margin: 0px 90px 0 40px;
    justify-content: space-between;
}

.data{
    width: 180px;
    height: 30px;

    /* border-width: 1px; */
}
#data_9{
    width: 100%;
    height: 220px;
}
.submitCta{
    width: 225px;
    height: 40px;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    background-color: #B14867;
    text-align: center;
    align-items: center;
}
.inputBtn{
    background-color: transparent;
    border: none;
    margin: auto 0;
}

/* Sitemap */
.siteMap{
    margin-top: 40px;
    
    background-color: #16283A;
}
.alignSite{
    justify-content: space-between;
    padding: 8px 20px 0 20px;
}
.someMoreInfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.siteItems{
    margin-left: 20px;
}
.siteItem{
    margin-bottom: 8px;
}
.socialIcons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 10%;
    /* margin: 0 auto 8px auto; */
}
.sizeChange{
    width: 30%;
}
.final{
    display: flex;
    justify-content: center;
}
#finalText{
    margin: 14px 0;
    color: white ;
}

/* Sciency Stuff */
    .NavBarSc{
        display: flex;
        justify-content: space-between;
        align-items: center;

        height: 100vh;
        background-color: #16283A;
        background-image: url(../icons/moo.png);
        background-position-y: 15%;
        background-size: cover;

    }
    .backIcon{
        width: 60px;
    }
    .title{
        display: flex;
        flex-direction: column;
        justify-content: center;
    
        height: 100%;
    }

    .ScH1{
        font-size: 100px;

        color: #FDF8F0;
    }


    .newPost{
        width: 80%;
        margin: 40px auto 20px auto;
        padding: 20px 20px 20px 20px;
    }
    .newPostImg{
        height: 450px;

        background-color: #5C5A5A;
        background-image: url(../images/plantbased.jpg);
        background-size:cover;
        background-repeat: none;
        background-position: 50%;

        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    .newPostContent{
        display: flex;
        justify-content: center;
        align-items: center;

        height: 35%;
        background-color: #16283ab7;
    }
    .newScH{
        font-size: 18px;

        /* text-align: center; */
        margin: 10px 20px;
        color: #FDF8F0;
    }
    .post{
        display: flex;
        justify-content: space-between;

        margin: 60px 0 0 0;
        padding: 20px 20px 20px 20px;
    }
    .postr{
        flex-direction: row-reverse;
    }
    .postImg{
        width: 38%; 
        height: 250px;
        background-color: #A9A9A9;

    }

    .postImage{
        height: 100%;
        width: 100%;

        object-fit: fill;
    }
    /* .socialMovement{
        background-image: url(../icons/goVegan.jpg);
        background-size: contain;
    }
    .veggies{
        background-image: url(../icons/veggies.jpg);
        background-size: contain;
        /* background-repeat: no-repeat; */
        .imageInPost{
            object-fit: contain;
        }
        .postContent{
            width: 60%;
        }
        .ScHB{
            font-size: 30px;
    
            /* margin: ; */
            color: #16283A;
        }
    
        .contentInfo{
            font-size: 21px;
    
            margin: 20px 20px 0 40px;
            color: #5C5A5A;
        }
 } 
    
























@media only screen and (max-width: 1170px){
    /* Hamburger */
    .hamburger {
        position: relative;
        display: block;
        width: 35px;
        
        cursor: pointer;
        
        appearance: none;
        background: none;
        outline: none;
        border: none;
    }
    
    .hamburger .bar, .hamburger:after, .hamburger:before {
        content: '';
        display: block;
        position: relative;

        width: 100%;
        height: 5px;
        background-color: #B14867;
        margin: 6px 0px;
        transition: 0.4s;
    }
    
    .hamburger.is-active:before {
        transform: rotate(-45deg) translate(-8px, 6px);
        background-color: white;
    }
    
    .hamburger.is-active:after {
        transform: rotate(45deg) translate(-9px, -8px);
        background-color: white;
        
    }
    
    .hamburger.is-active .bar {
        
        opacity: 0;
    }
    
    .mobile-nav {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100vh;
        display: block;
        z-index: 98;
        background-color: #16283A;
        padding-top: 120px;
        transition: 0.3s;
    }
    
    .mobile-nav.is-active {
        left: 0;
    }
    
    .mobile-nav a {
        display: block;
        width: 100%;
        /* max-width: 200px; */
        margin: 0 auto 16px;
        text-align: center;
        padding: 12px 0;
    }
/* Navigation Bar */
    .navBar{
        display: flex;
        justify-content: space-between;

        /* z-index: 101; */
        padding: 0px 2.5vw;
        background-color: #FAE8E6;
    }
    .left, .right{
        display: none;
    }
/* 

    .carousel{
        display: flex;
    }


}

/* and (min-width: 769px) */
/* @media only screen and (max-width: 1170px){ */


    .navbarIpad{
        /* display: fixed; */
        position: relative;
        z-index: 100;

        background-color: transparent;
    }

}





@media only screen and (max-width: 768px) {
/* General */
    *{
        margin: 0;
        padding: 0;

        font-size: 14px;
        font-family: 'Courier Prime', monospace;
        color: white;
        
        
        text-decoration: none;
        list-style-type: none;
    }
    html,body{
        height: 100%;
        background-color: white;
    }
    
    .paintItBlack{
        color: black
    }
    .heading1{
        font-family: 'Yeseva One', cursive;
        font-size: 48px;

        color: #B14867;
        margin: 20px 0 0 20px;
    }   
    .heading2{
        font-family: 'Yeseva One', cursive;
        font-size: 32px;
        
        color: #16283A;
        margin: 20px 0 0 40px;
    }
    .heading3{
        font-family: 'Yeseva One', cursive;
        font-size: 21px;

        align-self: center;
        /* margin: 40px 0 0 40px; */
    }
    .bodyDiv{
        margin: 20px 20px 0 50px;


        color: black;
    }
    .bodyText{
        font-family: 'Courier Prime', monospace;
        font-size: 14px;

        /* text-align: justify; */
        color: black;
        margin: 20px 20px 0 50px;
    }
    .flexMob{
        display: flex;
        /* justify-content: space-between; */
    }
    .gap{
        margin: 0 0 0 6px;
    }
/* WhatsApp */
.whatsapp{
    height: 75px;
    width: 75px;
}

/* Logo */
.nameLogo{
    display: none;
   }
.logoIncrease{
    height: 100px;
    width: 100px;

    border-radius: 0 0 50% 50%;
    background-color: #FAE8E6;
}

/* Caraousel */
.alteratiDefine{
    height: 85vh;

    background-color: #FAE8E6;
}

.Alterati{
    font-family: 'Yeseva One', cursive;
    font-size: 60px;

    color: #B14867;
    padding-top: 130px;
    margin-left: 20px;
    height: 55px;
}

.italian{
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 25px;

    color: #B14867;
    margin-left: 20px;
    height: 30px;
}
hr{
    width: 90%;
    border: 1.5px solid #B14867 ;
}

.sameLine{
    width: 88%;

    justify-content: space-between;
}
.noun{
    font-size: 20px;

    color: #B14867;
    margin-left: 20px;
}
.definition{
    font-size: 28px;

    color: #B14867;
    margin: 50px 20px 20px 20px;
}

.learnCta{
    width: 175px;
    height: 48px;
    border-radius: 5px;
    background-color: #B14867;
    color: white;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);

    margin: 100px auto 0px auto;
    /* padding-bottom: 100px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.learnMore{
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
}


/* About Us */
.aboutText{
    margin-left: 30px;
}
/* Contact Us */

    #location{
        width: 20px;
        height: 20px;
    }
    .formDiv{
        margin: 20px 60px 0 60px;
    }
    .data{
        color: black;
        width: 100%;
        height: 34px;
    }

    #data_9{
        height: 100px;
    }
    .submitCta{
        width: 175px;
        height: 40px;
        margin: 0 auto;
    
        display: flex;
        justify-content: center;
        background-color: #B14867;
        text-align: center;
        align-items: center;
    }
    .inputBtn{
        background-color: transparent;
        border: none;
        margin: auto 0;
    }
    .line{
        width: 85%;
        /* width: ; */
        margin: 20px auto 0 auto;
        border-top: 1px solid #16283A;
    }
/* SiteMap */
    .siteMap{
        margin-top: 20px;

        background-color: #16283A;
    }
    .locationSite{
        width: 25px;
        height: 25px;
    }
    #quick{
        margin-left: 6px;
    }

    .someMoreInfo, .quickLinks{
        margin-bottom: 8px;
    }
    .siteItems{
        margin: 8px 0 0 14px;
    }
    .siteItem{
        margin-bottom: 8px ;
    }
    .socialIcons{
        display: flex;
        justify-content: space-between;
        width: 35%;
        margin: 0 auto 8px auto;
    }

    .final{
        display: flex;
        justify-content: center;
    }
    #finalText{
        margin: 8px 0;
        color: white ;
    }


/* Sciency Stuff */
    /* SS - Navigation Bar */
    
    .NavBarSc{
        display: flex;
        justify-content: space-between;
        align-items: center;

        width: 100%;
        height: 55vh;
        /* background-color: ; */
        background: url(../icons/moo.png);
        background-size: cover;
    }
    .backCta{
        width: 30px;
        height: 30px;
        border-radius: 50%;
        color: rgb(0, 0, 0);
    }
    .backIcon{
        width: 30px;
    }
    .title{
        /* height: 100%; */

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
    .watching, .eyes{
        display: none;
    }
    /* .watching{
        color: #16283A;
    }
    .eyes{
        width: 50px;
    } */

    .newPost{
        margin-top: 40px;
    }
    .newPostImg{
        height: 200px;
        width: 100%;

        background-color: #5C5A5A;
        background-image: url(../images/plantbased.jpg);
        background-size:cover;
        background-repeat: none;
        background-position: 50%;
        
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    .newPostContent{
        display: flex;
        justify-content: center;
        align-items: center;

        height: 35%;
        background-color: #16283ab7;
    }
    .newScH{
        font-size: 14px;

        text-align: center;
        margin: 10px 0px;
        color: #FDF8F0;
    }


    .post{
        width: 80%;
        margin: 40px auto 20px auto;
    }
    .ScH1{
        /* margin-top: 20vh; */
        font-size: 35px;
        color: #FDF8F0;
    }
    .postImg{
        background-color: #5C5A5A;
        /* height: 115px; */
        width: 90%;
        height: 150px;
        margin: 40px auto 20px auto;
    }
    .postImage{
        height: 100%;
        width: 100%;

        object-fit: fill;
    }
    .postContent{
        width: 100%;
    }
    .ScHB{
        /* text-align: center; */
        margin: 20px 0 0 0;

        font-family: 'Yeseva One', cursive;
        font-size: 18px;
        color: #16283A;
    }
    .contentInfo{
        margin: 20px 20px 0 10px;

        font-family: 'Courier Prime', monospace;     
        font-size: 14px;
        text-align: justify;
        color: #5C5A5A;
    }
}

/* font-family: 'Courier Prime', monospace; */