/* CSS Document */

body {
	background-color: #F4E9DA;
	font-family: cabin;
}

p {
	font-size: 20px;
}

.col img {
	padding: 10px;
}

.col .col-12 {
	background-color: #F4E9DA;
}

.navbar {
	background-color: #D1C8BA;
}

.carousel-item {
	height: 32rem;
	object-fit: contain;
}

.big img {
	max-height: 800px;
	max-width:  800px;
	object-fit: cover;
}


.small img {
	max-height: 400px;
	max-width:  400px;
	object-fit: fill;
}

.container {
	margin-top: 60px;
	background-color: #F4E9DA;	
}

.contact {
	margin-right: 20px;
}

.text-primary .text-dark {
	text-align: center;
	font-size: 30px;
}

.nav-item a {
	color: black;
	font-size: 25px;
}

.nav-item a:hover {
	color: white;
}

/* Transitions */

.zoomy {
  transition: width 20s;
}

.zoomy:hover {
  width: 1200px;
height: 1200px;
}

/* jQuery */

#panel, #flip {
  padding: 5px;
  text-align: center;
  background-color: #e5eecc;
  border: solid 1px #6b665f;
}

#panel {
  padding: 50px;
  display: none;
}