/* 
Color Scheme:
aqua: #27baa4
blue: #279fba
dark-blue: #276eba
green: #27ba73
sky-blue: #68dfcd
gray: #717171
black: #000000

purple: #8471f0
magenta: #ae71f0
lilac: #7188f0
light-lilac: #d4cdfa
*/

body {
	background-color: #68dfcd;
	background-image:url(img/abstract5.jpg);
	font-family: "Lexend Deca", sans-serif;
}
.gap {
	display: grid; 
	grid-template-columns: 1fr; 
	gap: 20px;
}
.grid {
	display: inline-grid;
}
.centered {
	display: inline-flex;
}
.navbar {
	float: left;
}
.carousel-item img {
    width: 100%;
    height: 600px; 
    object-fit: cover;
}
.custom-bg {
	background-image: linear-gradient(#68dfcd, #279fba);
}
.custom-bg2 {
	background-image: linear-gradient(#68dfcd, #27ba73);
}
.custom-bg3 {
	background-image: linear-gradient(#d4cdfa, #7188f0);
}
.card:hover {
            transform: scale(1.05);
            transition: 0.3s ease-in-out;
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
			}


.custom-btn {
	background-color: #276eba;
}

.text-center {
            text-align: center;
            width: 100%;
			}

.clear {
	clear: both; 
}
.hello {
	float: left;
}
.topbutton {
}
.clear {
	clear: both;
}
/* Pictures */
#headshot {
	border-style: solid;
	border-width: 5px;
}
/* End of Pictures */

@media print {
	nav, footer {
		display: none;
	}
	header {
		border-style: none;
	}
	main {
		width: 100%;
	}
	img {
		display: none;
	}
	.coupons {
		display: none;
	}
	.wrapper {
		border: none;
	}
	.scroll-container {
		display: none;
	}
	.bold {
		display: none;
	}
}