@charset "utf-8";
/* CSS Document */

.jumbotron {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	color: white;
}

.jumbotron-top {
	height: 480px;
}

.jumbotron h1, .lead {
	font-weight: 600;
	text-shadow: 2px 2px 4px black;
	margin-left: 48px;
	margin-right: 48px;
}

.navbar-nav {
	margin: auto;
}

.navbar-light {
	background-color: white !important;
}

.nav-link {
	color: #ff0052 !important;
	font-weight: 600;
	font-size: 20px;
	
	line-height: 40px;
	border: 2px solid white;
}

.nav-link:hover {
	border-bottom: 2px solid #ff0052;
}

.coupon-frame {
	box-shadow: 2px 2px 8px black;
	
	background-color: white; 
	width: 100%; 
	height: 320px;
	text-align: center;
	padding: 20px;
	
	color: #f2ae30;
	
	border-radius: 8px;
}

.coupon-frame p {
	font-weight: 500;
}

.btn-primary {
	background-color: #2e8c8c;
	text-shadow: none;
	border: 1px solid #2e8c8c;
}

.btn-primary:hover {
	background-color: white;
	border: 1px solid #2e8c8c;
	color: #2e8c8c;
}

.btn-primary:active {
	background-color: #2e8c8c !important;
}

.picture-frame {
	padding: 20px;
}

.picture-frame img:hover {
	opacity: .3;
}

.picture-frame p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	
	font-size: 18px;
	font-weight: 600;
	
	width: 80%;
	text-align: center;
}

.picture-frame img {
	border-radius: 25px;
}

#coupon-mobile {
	display: none;
}

footer {
	background-color: #ec6d74;
	color: white;
	font-weight: 600;
	font-size: 18px;
	padding: 10px;
	line-height: 40px;
	
	border-top: 4px solid white;
}

footer a, a:hover {
	color: white;
}

.article h1 {
	color: #7f3f97;
	font-size: 58px;
	margin-bottom: 40px;
}

.article p {
	font-size: 24px;
}

.article {
	padding: 80px;
	max-width: 1280px;
	margin: auto;
}

.banner img {
	width: 40%;
	margin: 32px;
	border: 14px solid white;
	box-shadow: 4px 4px 4px dimgray;
}

.banner p {
	font-size: 28px;
	margin-top: 40px;
	color: #f2ae30;
	font-weight: 600;
}

.banner {
	padding: 40px;
	
	position: relative;
	border-bottom: 1px solid lightgray;
}

.section {
	max-width: 1280px;
	margin: auto;
}

@media screen and (max-width: 992px) {
	#coupon {
		display: none;
	}
	
	#coupon-mobile {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	
	.picture-frame p {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		z-index: 0;

		text-align: center;
		margin-top: 10px;

		font-size: 22px;
		font-weight: 600;

		width: 100%;
	}
	
	.picture-frame img:hover {
		opacity: 1.0;
	}
	
	.article {
		padding: 40px;
	}
	
	.banner img {
		float: none !important;
		width: 80%;
	}
	
	.banner {
		text-align: center;
		padding: 40px;
	}
	
	.banner p {
		margin-top: 10px;
	}
	
}
