
body { padding: 70px 0 50px 0; }
.container-fluid {
background-color:#fff;
border-radius:6px;
}

h1,h2,h3,h4,h5,h6 {
font-family: 'Handlee', cursive; 
}


/* Small devices (phones, 767px and under) */

.btop {border-top:10px solid #4ca44c; }
.bend {border-bottom:10px solid #4ca44c; }

.carousel-inner img {min-height:150px;}
.carousel h2 { font-size:24px; color:#fff; font-family: 'Handlee', cursive; };

#searchb{ width:100%; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
.carousel h2 { font-size:36px; }
#searchb{ width:130px; }
 }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
.carousel h2 { font-size:42px; }
#searchb{ width:100%; }
body { padding: 70px 50px 10px 50px;  }

 }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
.container-fluid { max-width:1200px;}
.carousel h2 { font-size:60px; }

 } 
 
 
 