@charset "utf-8";
/* home */
@media only screen and (max-width: 450px) {
	.btn1{background-color:#f454be;color:white;border:1px solid #f454be;font-family: 'Fredoka One', cursive;}
	.btn1:hover{ background-color:transparent;border:1px solid #f454be;color:#f454be;}
  .font1 {
    font-family: 'Pacifico', cursive;
    font-size: 16px!important;
}
.carousel-caption {
    
    bottom: 25%;
    left: 8%;
   
}
	.font2 {
    
    font-size: 16px!important;
}
	.bor {
    margin-left:-0.2%;
}
	.resi{margin-top:5%;}
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .btn1{background-color:#f454be;color:white;border:1px solid #f454be;font-family: 'Fredoka One', cursive;}
	.btn1:hover{ background-color:transparent;border:1px solid #f454be;color:#f454be;}
}