@charset "utf-8";
/* CSS Document */

  @import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Cardo&display=swap');

body {
	background-color: white;
}
.container-fluid{
	background-color: white;
}
.navbar-nav{
	font-family: 'Indie Flower', cursive; 
	font-size:30px;
}
.nav-item:hover {
	padding: 10px 20px 5px;
    border-bottom: 6px solid palevioletred;
}
.nav-link:link{
	padding: 10px 20px 5px;
    border-bottom: 6px solid white;
}

.container{
	padding-top: 50px;
  padding-bottom: 50px;
}
.col-lg-4{
	opacity:.4;
}
.col-lg-4:hover{
	opacity:1.0;
}
.col-lg-4 h2{
	font-family: 'Indie Flower', cursive; 
	color:deeppink;
}
.col-lg-4 p{
	font-family: 'Cardo', serif;
}
.btn{
	background-color: hotpink;
}
button{
	background-color: hotpink;
}
.colfooter{
	background-color: white;
}
.colfooter h3{
	font-family: 'Indie Flower', cursive;
}
.favorites h1{
	font-family: 'Indie Flower', cursive;
	color:deeppink;
	padding-top: 30px;
  padding-bottom: 30px;
 
}
.favorites p{
	font-family: 'Cardo', serif;
}
.p-3 h1{
	font-family: 'Indie Flower', cursive;
	color:deeppink;
}
.p-3 p{
	font-family: 'Cardo', serif;
}
.col h1{
	font-family: 'Indie Flower', cursive;
	color:deeppink;
}
.Events h1{
	font-family: 'Indie Flower', cursive;
	color:deeppink;
}
.col-6 img{
	border: 5px solid deeppink;
}
.btn{
	font-family: 'Cardo', serif;
}
.col{
	width:330px;
	height:214px;
	border-radius: 5px;
	display:block;
	margin:5px;
	background-size:100%;
	background-repeat: no-repeat;
	opacity:.5;
	transition: opacity 1s;
}
.col:hover{
	opacity:1.0;
}