h3{
	color: white;
	font-weight: bold;
}
h1{
	text-align: center;
	font-family: 'Playball', cursive;
	font-weight: bold;
	font-size: 55px;
	color: #a76322;
}
h2{
	text-align: center;
	font-family: 'Playball', cursive;
	font-weight: bold;
	font-size: 40px;
	color: #a76322;
}
.p1{
	font-size: 20px;
	text-align: justify;
	color: black;
	font-family: 'fantasy';
}
.mobileHide { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
	.mobileHide { display: none;}
}




#cuscarousel .carousel-inner .item img{
height:100vh;
width: 100%;

}

.carousel-inner .item > img{
-webkit-animation:thing 20s;
-o-animation:thing 20s;
animation: thing 20s;

}

@keyframes thing {

from {
	transform: scale(1, 1);

}

to{

   transform: scale(1.5, 1.5);
   }


}




i {
  background-color: skyblue;
  border-radius: 50%;
  border: 1px solid grey;
  padding: 60px;
   
}
