*{
	padding:0;
	margin:0;
}

body{
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:1.6em;
	margin:0;
}

.container{
	width:80%;
	margin:auto;
	overflow:hidden;
}

#main-header{
	padding:2em;
	background-color:coral;
	color:#fff;
}

#navbar{
	padding:4px;
	background-color:#333;
	color:#fff;
}

#navbar ul{
	padding:0;
	list-style: none;
}

#navbar li{
	display:inline;
}

#navbar a{
	color:#fff;
	text-decoration: none;
	font-size:20px;
	padding-right:15px;
}

#showcase{
	font-size: 20px;
	background-image:url('../images/Showcase.png');
	background-position:absolute;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
	padding:4em;
	bottom:0;
	border-bottom: 5px solid black;
}

#showcase{
	font-size:50px contain;
	line-height:1.6em;
	border-bottom: 5px solid black;
}

#showcase h1{
	color: #000;
	font-size:50px contain;
	line-height:1.6em;
	border-bottom: 5px solid black;
}

#p-showcase{
	font-size: 20px;
	background-color: white;
	background-position:bottom;
	background-repeat:repeat-x;
	background-size:contain;
	text-align:center;
	padding:2em;
	
}

.rounded-underline {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
  }
  
  .rounded-underline::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 6px;
	width: 100%;
	background-color: black;
	border-radius: 999px;
  }

#p-showcase h1{
	color: black;
	font-size:50px contain;
	line-height:1.6em;
}

#t-showcase h1{
	color:#000;
	font-size:50px contain;
	line-height:1.6em;
}

#t-showcase{
	font-size: 20px;
	background-image:url('../images/Showcase.png');
	background-position:absolute;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
	padding:2em;
	
}


#bar{
	border-bottom:#000 solid 5px;
}

#main{
	float:left;
	width:70%;
	padding: 0 30px;
	box-sizing: border-box;
}

#sidebar{
	float:right;
	width:30%;
	background: #333;
	color:#fff;
	padding:10px;
	box-sizing: border-box;
}

#main-footer{
	background: #333;
	color:#fff;
	text-align: center;
	padding:20px;
}

@media(max-width:600px){
	#main{
		width:100%;
		float:none;
	}
	
	#sideBar{
		width:100%;
		float:none;
	}
}


.p-grid{
	width:100%;
	display:grid;
	grid-template-columns:1fr 4fr 1fr;
	grid-auto-rows: minmax(100px, auto);
}

.p-grid > div{
	font-size:16px;
	object-fit:contain;
	width:1fr;
}

/*
.s-img:hover{
	position:fixed;
	object-fit:contain;
	bottom:50px;
	left:20px;
	height:minmax(60%, auto);
	width:minmax(60%, auto);
	padding:3em;
}
*/

.s-img{
	object-fit:contain;
	max-width:100%;
	height:auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.c-img{
	object-fit:contain;
	width:25%;
	height:auto;
}

.p-side{
	padding:40px;
	background-image:url('../images/p-side background.png');
	background-repeat:no-repeat;
	background-size:cover;
}

.p-center{
	padding:40px;
	background-image:url('../images/Blue to White Gradient_page-0001.png');
	background-repeat:no-repeat;
	background-size:cover;
}


.templates-body{
	display: grid;
	grid-template-columns: 4fr 1fr;
}


.templates{
	display: grid;
	height: 100%
}

.quicknav{
	display: grid;
	background-color: grey;
}


.templateButton{
	display: inline-block;
	height: auto;
	width: auto;
	background-color: burlywood;
	padding: 1em;
	font-family: sans-serif !important;
	font-size: 40px;
	margin: 1em;
	border-color: black;
	border-width: 2px;
	border-style: solid;
	max-width: 30%;
}

.templateButton h1{
	display: inline-block;
	font-family: impact;
	font-size: 40px;
}
.template-text{
	vertical-align: middle;
}



.main-menu-body {
	display: flex;
	justify-content: left;
	align-items: left;
	gap: 5px;
	max-width:100%;
}


.main-menu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	height: 100%;
	box-sizing: border-box;
}

.quicknav{
	display: grid;
	background-color: grey;
}


.main-menu-Button {
	display: inline-flex; /* Use inline-flex to allow wrapping and alignment */
	justify-content: center;
	align-items: center;
	height: auto;
	width: auto;
	background-color: #ffd966;
	padding: 1em;
	font-family: sans-serif !important;
	font-size: 2.5rem; /* Use relative units for scalability */
	margin: 1em;
	border-color: black;
	border-width: 2px;
	border-style: solid;
	max-width: 300px; /* Cap the maximum width */
	box-sizing: border-box; /* Ensure padding and border are included in size */
	flex-shrink: 0; /* Prevent shrinking in flexbox */
	white-space: normal; /* Allow text to wrap */
	word-wrap: break-word; /* Break long words if necessary */
}

.main-menu {
	display: flex;
	flex-wrap: wrap; /* Allow wrapping to the next line if items can't fit */
	gap: 10px; /* Add spacing between items */
}

.main-menu-Button h1 {
	display: inline-block;
	font-family: impact;
	font-size: 2.5rem; /* Use relative units for scalability */
	flex-shrink: 0; /* Prevent shrinking in flexbox */
	text-align: center;
}
.main-menu-text{
	vertical-align: middle;
}

p{
	font-size:20px;
}


a{
	color: black;
  text-decoration:none;
}
a:visited {
  color: black;
}

a:hover {
  color: grey;
}

a:active {
  color: white;
}
