/* Base CSS */

img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
}
body{
    
}
button{
    cursor: pointer;
}
.body {
  width: 456px;
  margin: 0 auto;
  background-color:  #FFFFFF;
  font-size: 11px;
}


.align_center{
    text-align: center;

}
.logo_section{
    padding-top: 20px;

}

.form_design{
    

}
.form_design input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 1;
}
.form_design input{
    height: 30px;
    width: 200px;
}
.hr{
    width: 100px;
    border: 2px solid black;
    border-radius: 10px;
    color: #000000;
}

/*  start recipe page design */
.recipe button{
    font-size: 14px;
}
.upload_button {
    background-color: black;
    width: 120px;
    color: #d3cdcd;
    height: 40px;
	font-weight: 400;
    font-size: 12px !important;
}
.feature_button{
    border-radius: 3px;


}

.navbar-brand img{
    width: 100%;
}
.nav_design li a{
    color: #000000 !important;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url('../img/bars-solid.svg') !important;
  }

  .recipe_upload1{
      width: 90px;
      height: 90px;
      background-color: #eee8e8;
      margin-left: 50px;

      margin-bottom: 5px;
  }
  .recipe_upload2{
    width: 90px;
    height: 90px;
    background-color: #eee8e8;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 5px;
}
.red_div{
    background-color: rgb(214, 151, 69);
}
.upload_info{
    padding-left: 70px;
    font-size: 17px;
}


/* css start for recipe2 page */
.enter_button {
    background-color: #FF914D;
    color: #000000;
    height: 30px;
    width: 60px !important;
    border-radius: 10px;
    border: 1px solid #FF914D;
    
}
.img_back{
    margin: 0 auto !important;
    background-image: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.cent{
   width: 100%;
   margin: 0 auto !important;
   padding-left: 25px;

    
}
.cent div{
    margin: 0 auto !important;
    margin: 10px !important;
    background-color: #FF914D;


}
.cent hr{
    width: 25px;
}
.cent .recipe h3{
    font-size: 16px !important;
    padding: 0px !important;
    margin: 0px !important;
}


/* start the recipe page css style */
.recipe_page_button{

    background-color: #000000;
    color: #FFFFFF;
    width: 50% !important;
}
.recipe_page{
    width: 90%;
    margin: 0 auto !important;
}
.recipe_page_div{
    height: 60px;
    background-image: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 2px;
}

.recipe_page_div button{
    background-color: #000000;
    color: #d3cdcd;
    margin-top: 20px;
    border-radius: 5px;
}
/* start the recipes collection page design style */
.just_toggler button{
    margin-left: 80%;
}
.recipe_img{
    background-image: url('../img/recipe/recipe1.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #d3cdcd;
    margin: 0 auto !important;
}
.recipe_img button{
    border: 1px solid #FFFFFF;
    border-radius: 3px;
}
.recipe_img .img1{
    width: 25px;
    padding: 6px;
    background: #d3cdcd;
    margin-top: 8px;
    margin-right: 10px;
    border-radius: 50px;
}
.recipe_img .img2{
    width: 20px;
    padding: 5px;
    background: #d3cdcd;
    border-radius: 40px;
    margin-left: 20px;
    margin-top: 8px;
}

.share_div{
    background-color: #f1eeee;
    border-radius: 5px;
    margin: 5px;
}
.social img{
    width: 30px;
    margin: 10px;
}


/* style for frontpage design */
nav img{
    width: 40%;
}
nav ul li a{
    color: #242323 !important;
    font-size: 12px;
    font-weight: 600;
}nav ul li a:hover{
    color: #b1afaf !important;
}
.navbar-toggler-icon{
    color: #000000 !important;
}.navbar-brand{
    margin: 0px;
}
.mobile_section{
    margin-top: 30px;
}
.phone_img{
    padding: 20px;
    background-color: #645FDC;
    padding-left: 120px !important;
}
.mobile_section button{
    background-color: #000000;
    color: #FFFFFF;
}
.mobile_text{
    padding: 30px;
    margin-top: 70px;
}
.title_text{
    background-color: #FB5168;
    padding: 30px;
}
.second_mobile_section{
    background-color: #FB5168;
    padding-top: 30px;
    color: #FFFFFF;
}
.second_mobile_section img{
    margin-left: 50%;
}
.last_div{
    margin: 0 auto !important;
    font-size: 12px;
}

.navbar_button span{
    padding: 5px;
    background-color: #000000;
    color: #FFFFFF;
    border: .5px solid gray;
}
.recipes_info{
    height: 250px;
}
.recipes_info h6{
    padding-top: 10px;
    padding-bottom: 100px;
}

.signup_slider{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: gray;
    margin: 7px;
    display: inline-block;
}
.signup_slider_active{
    background-color: rgb(59, 126, 59);
}

