@charset "UTF-8";

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
}

main {
	margin-top: 125px;
}

main .shadow-sm>a {
	min-height: 225px;
	max-height: 225px;
	overflow: hidden;
	padding: 3px;
}

main .shadow-sm>figure>a {
	min-height: 225px;
	max-height: 225px;
	overflow: hidden;
	padding: 3px;
}

h1{
	font-size: 60px;
}

.img-thumbnail {
	padding: 0 !important;
	border-radius: 0 !important;
}

footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

a.active {
	box-shadow: inset 0px 2px 0px 0px #343a40;
}

.navbar-toggler, .dropdown-menu {
	border: 1px solid rgba(0, 0, 0, .125);
}

.carousel-caption {
	bottom: 20rem;
	left: inherit !important;
	right: inherit !important;
}

.carousel-item {
	height: 48rem;
}

.featurette-heading {
	font-weight: 300;
}

@media ( min-width : 40em) {
	#myCarousel {
		margin-top: 3em;
	}
	.featurette-heading {
		font-size: 50px;
	}
	.carousel-item {
		height: 38rem;
	}
	.carousel {
		margin-bottom: 10rem;
	}
	.carousel-caption {
		bottom: 0rem;
	}
}
