@charset "utf-8";

/* CSS Document */

body {
	font-family: 'Alegreya Sans SC';
	margin: 0;
	padding: 0;
	background: url(back-min.jpg);
	background-attachment: fixed;
	background-size: 100%;
}

.ffotert .btn {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}

h3 {
	font-size: 40px;
	text-align: center;
	font-weight: 600;
	color: #e62323;
	position: relative;
	top: 22px;

}

p {
 font-family: 'Biryani';
font-size: 19px;
color: #4a4a4a; 
text-align:center;

}


p img {
width:55%;

}

.btn.btn-primary {
	background: #e1566d;
	border: #fd768c;
}

.btn.btn-success {
	background: #b74380;
	border: #b74380;
}

.footline {
	background: #e1566d;
	text-align: center;
	color: #fff;
	font-size: 19px;
	padding: 5px 0px;
}


.footline a {
	
	text-align: center;
	color: #fff;
	text-decoration:none;

	
}

  .watsap {
    position: fixed;
    bottom: 30px;
  }

.watsap ul li {
    list-style: none !important;
  }
  
 .watsap img {
    width: 60px;
  }

.watsap {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}


@media handheld, only screen and (min-width: 320px) and (max-width: 580px) {

p img {
	width: 90%;
	
}

h3 {
	font-size: 33px;
	
}


}