/*--------------------------------------------------------------------- File Name: galvanita.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

/*@import url(animate.min.css);*/

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

/* Green stuff */
.header_section, #sobre, #crepes, #blog{
    background-color: #94d4ca;

}

.green_bt a {
    background-color: #94d4ca;
    color: #fefefd;
}

.green_bt a:hover {
    background-color: #fef7dd;
    color: #faf8f9;
}

.green_taital::after {
    background-color: #94d4ca;
 
}



/* Pink stuff */
#gelados{
    background-color: #f48fae;
}
.navbar-toggler {
  background-color: #fef7dd;
}

.services_box {
    border: 1px solid #fef7dd;
}
.contact_section {
    background-color: #fef7dd;
}

.contact_taital, .email-bt, input.email-bt::placeholder, .massage-bt, textarea#comment::placeholder, 
.main_bt a, .main_bt a:hover, .location_text li, .location_text li a, .location_text li a:hover, .padding_left_10 {
    color: #333333;
}

.footer_social_icon li a {
    background-color: #f48fae;
}
#sobre, #gelados, #crepes{
    padding-bottom: 100px;
}

.carousel-indicators li, .carousel-indicators .active{
    background-color: transparent;
}

.location_text li {
    float: none;
}
