/* CSS HEX 
--baby-powder: #fffffcff; 
--slate-gray: #6d8a96ff; 
--xanthous: #fdb833ff; 
--dark-pastel-green: #07c550ff; 
--smoky-black: #14110fff;

Heading font -
.chewy-regular { 
font-family: "Chewy", system-ui; 
font-weight: 400; 
font-style: normal; 
}

Body font -
.onest-<uniquifier> { 
font-family: "Onest", sans-serif; 
font-optical-sizing: auto; 
font-weight: <weight>; 
font-style: normal; 
}


*/ 

/*nav*/

.navbar-nav{
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    

    
}

/*main*/

body{
    background-color: #fffffcff;
    text-align: center;
    
}
.navbar-nav{
    font-size: large;
}

h1{
    font-family: "Chewy";
   
   
}
h2{
    font-family: "Chewy";
    text-align: center;
}
h3{
    font-family: "Chewy";
    padding-top: 5%;
}
h5{
    font-family: "Chewy";
    font-weight: 100;
}

p{
    font-family: "onest";
    text-align: center;
    margin: auto;
    padding: 1%;
}


/*homepage*/


.cafepic:hover{
    transform: scale(1.1);
    transition-duration: 0.3s;
    
}
.farmpic:hover{
    transform: scale(1.1);
    transition-duration: 0.3s;
    
}
.shoppic:hover{
    transform: scale(1.1);
    transition-duration: 0.3s;
    
}
/*
#carouselHome img{
    width: 1400;
    width: 100%;
    
}
*/
/*cafe*/

.hero{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cafebanner.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    color: #fffffcff;
    justify-content: center;
    
}

.hero-text{
    margin-top: 5%;
}


.col-drinks{
    margin: auto;
    padding-top: 2%;
    display: flex;
}

/*farms*/

/*products*/


/*classes*/

form{
    
    text-align: left;
    
    
}
/*contact*/


/*footer*/

footer{
    color: #fffffcff;
    background-color: #14110fff;
}