@charset "utf-8";
.container-fluid {
}
.container #carouselExampleIndicators1 .carousel-inner {
	background-color: #DFDFDF;
	
	
}
.container-fluid .container .navbar.navbar-expand-lg.navbar-light.bg-light {
	padding-top: 20px;
	padding-bottom: 20px;
}

.gallery img{
	
	width:300px;
	padding:5px;
	filter:opacity(50%);
	transition:0.5s;
	
}
.gallery img:hover{
	
	filter:opacity(100%);
	transform:scale(1.1);
}
img{
	margin-top:0px;
	margin-bottom: 30px;
	
}
p{
	font-size: 20px;
	font-weight:bold;
	color:dimgrey;
}
h1{
	margin: 150px;
}
.row{
	width:100%;
	margin:50px;
	padding:0px;
	display:inline-block;
	
}
.row.blockDisplay{
	display:block;
}
.columns{
	width:25%;
	float:left;
	lineheight:24px;
	padding:10px 0 10px 0;
	text-align:center;
	
	margin:15px 0px 15px 0px;
}
.img2{
	width:250px;
	
}
.thumbnail_align{
	width: 300px;
	border-radius: 200px;
	height: 300px;
	margin-left: auto;
}
.container2{
	display:flex;
	justify-content: left;
}
.item{
	
}