/* Universal Style, Body, Main style*/
* 
{
	margin: 0;
	padding: 0; 
}
body 
{
	background-color: #FFFFFF; 
	font-family: Helvetica;  
}
main p 
{
	color: #65350f; 
}


/* Navigation bar styling */ 
header 
{
	border-bottom: 1.5px #EAEAEB solid; 
}
.ipad
{
	display: none; 
	height: 10%; 
}
nav 
{
	height: 90px; 
	width: 100%; 
	background-color: #FFFFFF; 
}
nav img 
{
	height: 80px;
	width: 140px; 
	position: absolute; 
	top: 8px; 
	left: 2%; 
}
nav a 
{
	text-decoration: none; 
}
nav ul 
{
	float: right; 
	margin-right: 2%; 
	list-style-type: none; 
	z-index: 2;
}
nav ul li 
{
	display: inline-block; 
	line-height: 80px; 
	padding-top: 8px; 
	margin: 0 10px; 
}
nav ul li a
{
	position: relative; 
	font-size: 1.125em;  
	padding: 7px 10px;
	border-radius: 3px; 
}
nav ul li a:link 
{
	color: #ef594e;
}
nav ul li a:visited  
{
	color: #ef594e;
}
nav ul li a:hover 
{
	color: #FFFFFF; 
	background-color: #ef594e;
	transition: 0.5s; 
}
label #btn,
label #cancel 
{
	float: right; 
	color: #666666;
	font-size: 2.8125em; 
	line-height: 80px; 
	margin-right: 2%; 
	padding-top: 6px;  
	cursor: pointer; 
	display: none; 
}
#check 
{
	display: none; 
}

/* Wrapper For Liquid Layout*/
#wrapper 
{  
	width: 100%; 
	margin-right: auto;
	margin-left: auto; 
	border: 3px solid #666666; 
	box-shadow: 3px 3px 3px 3px #666666;  
}


/* General Heading Styling*/
h2 
{ 
	font-size: 2em;
	font-weight: 700; 
	color: #fa8128; 
	content: "";
    display: block;
    margin: 10px auto;
    width: 25%; 
    padding-bottom: 10px;
    border-bottom: 5px solid #4b371c;
}


/*Home Section Styling */

/* Home Slider Styling */
#specials-feature 
{  
	position: relative;
	width: 100%; 
	height: 100%;   
}
.slides 
{
	position: relative; 
	width: 100%;
	min-height: 50em;     
	overflow: hidden;
	background-color: rgb(0, 0, 0);  
}
.slider 
{
	position: absolute; 
	height: 100%; 
	width: 100%; 
	clip-path: ellipse(0% 40% at 0% 54%);
}
.slider.active 
{
	clip-path: ellipse(150% 150% at 0% 54%);
	transition: 1.5s; 
}
.slider img 
{
	position: absolute; 
	height: 100%; 
	width: 100%; 
	object-fit: cover;
	opacity: 0.6; 
}
.promo-info 
{
	text-align: center; 
	position: absolute; 
	padding-top: 2rem;
	height: 20%; 
	width: 40%; 
	color: yellow; 
	top: 50%; 
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 20px; 
}
.promo-info h1 
{
	font-size: 3em; 
}
.promo-info p 
{ 
	color: #ffffff; 
	margin: 10px 0 10px; 
	font-weight: bold; 
	font-size: 18px; 
}
#slide-prev, #slide-next  
{
	transform: translate(0, -50%); 
	font-size: 50px; 
	cursor: pointer; 
	color: #ffffff; 
	padding: 1rem; 
	position: absolute; 
	top: 50%;  
	transition: opacity 0.5s ease; 
	opacity: 0; 
}
#slide-prev:hover, #slide-next:hover 
{
	color: orange; 
}
#slide-prev 
{
	left: 0; 
}
#slide-next 
{
	right: 0; 
}
.dots-nav 
{
	cursor: pointer; 
	position: absolute; 
	left: 50%; 
	transform: translate(-50%); 
	bottom: 20px; 
}
.dot
{
	cursor: pointer; 
	display: inline-block; 
	width: 1em; 
	height: 1em; 
	margin: 0 10px; 
	border-radius: 50%; 
	border: 3px solid #ffffff; 
}
.dot:hover 
{
	border: 3px solid orange;
}
.dot.active 
{
	background-color: orange; 
}

/* Specials of the day styling */
#featured-specials
{
	background-color: #ffffff; 
	width: 90%; 
	margin-left: auto; 
	margin-right:auto; 
	text-align: center; 
	padding-top: 1%; 
	padding-bottom: 2em;
}
#featured-specials p 
{
	margin-top: 2%; 
	font-size: 1.25em; 
	font-weight: bold; 
}
#featured-specials h3 
{
	font-size: 1.25em; 
	color: #ff5e0e; 
	padding-top: 4px;
}
strike 
{
	color: #2e1503; 
}
.row-2page 
{
	margin-top: 5%; 
	display: flex; 
	flex-direction: row; 
	justify-content: space-between;
}
.col-2page 
{
	flex-basis: 20%;  
	margin-bottom: 5%;
}
.col-2page img
{
	height: 200px;
	width: 200px; 
	border-radius: 10px;
	border: 2px solid #2e1503;
}

/* Custom Section Styling */
#custom 
{
	background-color: #e7e7e7; 
	width: 85%; 
	margin-left: auto; 
	margin-right:auto; 
	text-align: center; 
	padding-top: 5%; 
	padding-bottom: 2.5%; 
}
#custom p 
{
	padding-top: 1.5%; 
	padding-bottom: 10px;
	font-weight: bold;  
}
#row1 
{
	margin-top: 6%; 
	display: flex; 
	flex-direction: row; 
	justify-content: space-between; 
}
.custom-col 
{
	flex-basis: 30%; 
	border-radius: 10px; 
	margin-bottom: 7%; 
	text-align: left; 
}
.custom-col img 
{
	width: 100%; 
	border-radius: 10px; 
	border: 2px solid #666666;
}
.custom-col h3 
{
	color: #ec9706; 
	margin-top: 15px; 
	margin-bottom: 5px; 
	text-align: left; 
	font-weight: bolder; 
}
#custom-desc 
{
	font-size: 20px; 
}

/*Row Configuration for Review Section*/
.row2-3 
{
	margin-top: 5%; 
	display: flex; 
	flex-direction: row; 
	justify-content: space-between; 
}

/*  Review Section Styling */
#review 
{
	background-color: #ffffff; 
	width: 90%; 
	margin-left: auto; 
	margin-right:auto; 
	text-align: center; 
	padding-top: 5%; 
	padding-bottom: 2.5%;
}
#review p 
{
	padding-top: 1.5%; 
	padding-bottom: 5px; 
	font-size: 20px;  
}
.review-col 
{
	display: flex; 
	flex-basis: 25%; 
	border-radius: 10px; 
	margin-bottom: 5%; 
	background: #ed820e; 
	padding: 1.75%; 
	text-align: left; 
}
.review-col img
{
	height: 50px;
	margin-left: 2.5px;  
	margin-right: 2%; 
	border-radius: 50%; 
}
.review-col p 
{ 
	color: #FFFFFF; 
	margin-left: 10px; 	
	font-size: 16px; 
}
.review-col h3
{
	text-align: left; 
	margin-top: 10px;
	margin-left: 10px;
	color: #FFFFFF; 
}
#review-desc 
{
	font-weight: bold;
}


/*Footer Styling*/
footer 
{
	width: 100%; 
	background-color: #fc6a03; 
	display: block; 
}
.container 
{
	width: 90%; 
	margin: auto; 
	padding: 1.75% 10px; 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center;
	box-sizing: border-box; 	
}
.footer-content 
{
	width: 25%; 
	padding: 10px 2%; 
	box-sizing: border-box; 
}
.footer-content h3
{
	padding: 10px 0; 
	font-size: 1.5em; 
	color: #FFFFFF; 
	
}
.footer-content h4
{
	color: #FFFFFF;
	font-size: 0.9375em; 
	text-align: justify; 
	line-height: 25px; 
	font-weight: 600; 
}
.footer-content ul 
{
	list-style-type: none; 
	color: #FFFFFF; 
	font-size: 0.875em; 
	letter-spacing: 0.1em; 
}
.footer-content ul a 
{
	text-decoration: none; 
	color: #FFFFFF;  
}
.footer-content ul a:hover
{
	color: #893101; 
}
.footer-content ul li 
{
	margin: 10px 0; 
	height: 25px; 
}
.social
{
	width: 100%; 
}
.social i 
{
	height: 20px; 
	width: 6%; 
	padding: 2px; 
}
.social a
{
	text-decoration: none; 
	color: #FFFFFF; 
}
.social a:hover
{
	color: #893101; 
}
.bottom-footer 
{
	padding: 1%; 
	color: #FFFFFF; 
	font-size: 0.75em;
	text-align: left;  
}

/*For covering certain sections*/
.cover
{
	background-color: #e7e7e7; 
}


/*Extra Styling for Menu Page (some will use for custom page as well)*/

/* Search Menu Section Styling */ 
#menu-home 
{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(background/menu_background.jpg); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat;  
	background-attachment: fixed; 
	position: relative; 
	height: 50em; 
	z-index: 1;
}
.title 
{
	text-align: center; 
	position: absolute; 
	width: 90%; 
	color: yellow; 
	top: 50%; 
	left: 50%;
	transform: translate(-50%,-50%);
}
.title h1 
{
	font-size: 3.125em; 
}
.title p 
{
	color: #FFFFFF; 
	margin: 10px 0 10px; 
	font-weight: bold; 
	font-size: 18px; 
}
#menu-search 
{
	background-color: #FFFFFF; 
	width: 90%; 
	margin-left: auto; 
	margin-right:auto; 
	text-align: center; 
	padding-top: 5%; 
	padding-bottom: 5%; 
}
#menu-search img
{
	width: 250px; 
	height: 250px; 
	border-radius: 75%;
	padding: 5px;  
	border: 3px solid #432616;
}
#menu-gallery 
{
	display: flex; 
	flex-wrap: wrap; 
	flex-direction: row; 
	justify-content: space-around;  
}
#menu-search figure
{
	flex: 1 0 33.33%;
}
#menu-search figcaption 
{
	padding: 1rem; 
	font-size: 20px; 
	color: #fa8128; 
}
.search-bar 
{
	width: 80%; 
	border-radius: 5px; 
	height: 2.5em;
	border: 2px solid #795c34;
	margin-top: 2rem;
	margin-bottom: 2rem; 
	padding: 5px;  
	font-size: 20px;
}

/*Extra Styling for Custom Page*/
#custom-home 
{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(background/customizer_background.jpg); 
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat;  
	background-attachment: fixed; 
	position: relative; 
	height: 50em; 
	z-index: 1;
}
#cake-custom
{
	background-color: #FFFFFF; 
	width: 80%; 
	height: 30em; 
	margin-left: auto; 
	margin-right:auto; 
	text-align: center; 
	padding-top: 2.5%; 
	padding-bottom: 2.5%; 
	font-size: 1.25em; 
}
#cakeContainer
{
	position: absolute; 
	width: 80%;
	height: 428px;
}
#cakeBackground
{
	position: absolute;
	margin: auto;
	width: 555px;
	height: 428px;
	left: 100px;
	right: 100px;
	background-image: url(CakePictures/Cake/Background\ Color.PNG);
	z-index: 9;
	border-radius: 25px;
}
#bottomFrosting
{
	position: absolute;
	width: 555px;
	height: 428px;
	z-index: 10;
}
#bottomLayer
{
	position: absolute;
	width: 555px;
	height: 428px;
	z-index: 10;
}
.frostingBV
{
	position: absolute;
	width: 555px;
	height: 428px;
	background-image: url(CakePictures/Cake/Bottom\ Cake\ Vanilla.PNG);
}
.frostingBC
{
	position: absolute;
	width: 555px;
	height: 428px;
	background-image: url(CakePictures/Cake/Bottom\ Cake\ Chocolate.png);
}
.frostingBS
{
	position: absolute;
	width: 555px;
	height: 428px;
	background-image: url(CakePictures/Cake/Bottom\ Cake\ Strawberry.PNG);
}
.frostingTV
{
	position: absolute;
	width: 555px;
	height: 428px;
	background-image: url(CakePictures/Cake/Top\ Cake\ Vanilla.PNG);

}
.frostingTC
{
	position: absolute;
	width: 555px;
	height: 428px;
	background-image: url(CakePictures/Cake/Top\ Cake\ Chocolate.PNG);
}
.frostingTS
{
	position: absolute;
	width: 555px;
	height: 428px;
	background-image: url(CakePictures/Cake/Top\ Cake\ Strawberry.PNG);
}
.layerBV
{
	position: absolute;
	width: 555px;
	height: 428px;
	background-image: url(CakePictures/Cake/LayerBottomVanilla.png);
}
.layerBC
{
	position: absolute;
	width: 555px;
	height: 428px;
	background-image: url(CakePictures/Cake/LayerBottomChocolate.png);
}
.layerBS
{
	position: absolute;
	width: 555px;
	height: 428px;
	background-image: url(CakePictures/Cake/LayerBottomStrawberry.PNG);
}
.layerTV
{
	position: absolute;
	width: 555px;
	height: 428px;
	background-image: url(CakePictures/Cake/LayerTopVanilla.PNG);
}
.layerTC
{
	position: absolute;
	width: 555px;
	height: 428px;
	background-image: url(CakePictures/Cake/LayerTopChocolate.PNG);
}
.layerTS
{
	position: absolute;
	width: 555px;
	height: 428px;
	background-image: url(CakePictures/Cake/LayerTopStrawberry.PNG);
}
.BotStyleR
{
	position: absolute;
	width: 555px;
	height: 428px;
	background-image: url(CakePictures/Cake/BotStyleRose.PNG);
}
.BotStyleN
{
	position: absolute;
	width: 555px;
	height: 428px;
	background-image: url(CakePictures/Cake/BotStyleNote.PNG);
}
.TopStyleR
{
	position: absolute;
	width: 555px;
	height: 428px;
	background-image: url(CakePictures/Cake/TopStyleRose.PNG);
}
.TopStyleN
{
	position: absolute;
	width: 555px;
	height: 428px;
	background-image: url(CakePictures/Cake/TopStyleNote.PNG);
}
.EmptyStyle
{
	position: absolute;
	width: 555px;
	height: 428px;
	background-image: url(CakePictures/Cake/EmptyStyle.PNG);
}
#nextFrostB
{
    position:absolute;
    right:15px;
    top:235px;
	width: 170px;
	height: 60px;
	background-image: url(Menu_Pictures/Bread\ Icon.PNG);
	background-color: transparent;
	border: none;
}
#nextLayerB
{
    position:absolute;
    right:15px;
    top:300px;
	width: 170px;
	height: 60px;
	background-image: url(Menu_Pictures/Bread\ Icon.PNG);
	background-color: transparent;
	border: none;
}
#nextFrostT
{
    position:absolute;
    right:15px;
    top:65px;
	width: 170px;
	height: 60px;
	background-image: url(Menu_Pictures/Bread\ Icon.PNG);
	background-color: transparent;
	border: none;
}

#nextLayerT
{
    position:absolute;
    right:15px;
    top:130px;
	width: 170px;
	height: 60px;
	background-image: url(Menu_Pictures/Bread\ Icon.PNG);
	background-color: transparent;
	border: none;
}
#nextStyleT
{
    position:absolute;
    left:15px;
    top:235px;
	width: 170px;
	height: 60px;
	background-image: url(Menu_Pictures/Bread\ Icon.PNG);
	background-color: transparent;
	border: none;
}
#nextStyleB
{
    position:absolute;
    left:15px;
    top:300px;
	width: 170px;
	height: 60px;
	background-image: url(Menu_Pictures/Bread\ Icon.PNG);
	background-color: transparent;
	border: none;
}
#cakeStack
{
	position: absolute;
	left:15px;
    top:65px;
	width: 170px;
	height: 60px;
	background-image: url(Menu_Pictures/Bread\ Icon.PNG);
	background-color: transparent;
	border: none;
}
#submit
{
	position: absolute;
	left:15px;
    top:130px;
	width: 170px;
	height: 60px;
	background-image: url(Menu_Pictures/Bread\ Icon.PNG);
	background-color: transparent;
	border: none;
}


/*Extra Styling for About Us Page*/
.about-us-video 
{
	background-color: #FFFFFF; 
	width: 80%; 
	margin-left: auto; 
	margin-right:auto; 
	text-align: center; 
	padding-top: 5%; 
	padding-bottom: 6.5%; 
	font-size: 1.25em; 
}
iframe 
{
	margin-top: 2.5%; 
	margin-bottom: 2.5%;
	width: 90%; 
	height: 720px; 
}
.about-us-video p 
{
	padding-top: 2.5%;
}
.about-us-goal
{
	background-color: #e7e7e7; 
	width: 80%; 
	margin-left: auto; 
	margin-right:auto; 
	text-align: center; 
	padding-top: 5%; 
	padding-bottom: 6.5%; 
	font-size: 1.25em; 
}
.about-us-goal p 
{
	padding-top: 2.5%; 
}
.about-us-outlook 
{
	background-color: #FFFFFF; 
	width: 80%; 
	margin-left: auto; 
	margin-right:auto; 
	text-align: center; 
	padding-top: 5%; 
	padding-bottom: 6.5%; 
	font-size: 1.25em; 
}
.about-us-outlook p 
{
	padding-top: 2.5%; 
}


/*Media Queries for Responsive Design*/ 
@media (max-width: 1020px)
{
	nav img 
	{ 
		display: none; 
	}
	.ipad 
	{
		display: block;
		margin: auto; 
		padding-top: 1.5%; 
		height: 90px;  
	}
	nav ul 
	{  
		margin: auto; 
		float: none; 
		text-align: center; 
	}
	.title h1
	{
		font-size: 2.5em; 
	}
	.call-btn 
	{
		padding: 2%; 
	}
	h2 
	{
		width: 50%; 
	}
	.footer-content
	{
		width: 50%; 
	}
	iframe
	{
		height: 400px;
	}
	#rows-split 
	{
		flex-direction: column; 
	}
	#left-side ul li:first-child 
	{
		margin-top: 2%; 
	}
	.row-2page 
	{
		flex-flow: row wrap; 
	}
	.col-2page 
	{
		flex-basis: 50%; 
	}
	.promo-info 
	{
		width: 60%; 
	}
	.custom-col img 
	{
		width: 90%; 
	} 
	/* Could simply include this if we were to remove the other two media queries below
	#row1 
	{
		flex-direction: column; 
	}
	.row2-3 
	{
		flex-direction: column; 
	}
	*/
}

@media (max-width: 720px)
{
	label #btn 
	{
		display: block; 
	}
	header 
	{
		height: 100%; 
	}
	nav ul
	{
		position: fixed; 
		width: 100%; 
		height: 100%;
		background: #ef594e; 
		top: 90px; 
		left: -100%; 
		text-align: center; 
		overflow: hidden; 
		transition: all 0.4s;
		z-index: 3; 
	}
	nav ul li 
	{
		display: block;
		margin-bottom: 2.5%;   
		margin-top: 2.5%; 
		margin-left: 0; 
		margin-right: 0; 
		line-height: 30px; 
	}
	nav ul li a 
	{
		font-size: 1.25em; 
	}
	nav ul li a:link 
	{
		color: #666666;
	}
	nav ul li a:visited  
	{
		color: #666666;
	}
	nav ul li a:hover 
	{
		color: #ffffff; 
	}
	#check:checked ~ ul
	{
		left: 0;
	}
	#check:checked ~ label #btn
	{
		display: none; 
	}
	#check:checked ~ label #cancel
	{
		display: block; 
	}
	nav img 
	{ 
		display: block;
		width: 30%; 
	}
	.ipad 
	{
		display: none; 
	}
	.title h1
	{
		font-size: 1.875em; 
	}
	.title p 
	{
		font-size: 1em; 
	}
	.call-btn 
	{
		padding: 3%; 
	}
	.footer-content
	{
		width: 100%; 
	}
	iframe
	{
		height: 300px;
	}
	.row-2page 
	{
		flex-flow: column nowrap; 
	}
	.col-2page 
	{
		flex-basis: 20%; 
	}
	.promo-info 
	{
		width: 70%; 
		border-radius: 5px; 
	}
	.promo-info h1 
	{
		font-size: 2.5em; 
	}
	.promo-info p 
	{
		font-size: 1rem; 
	}
	.custom-col img 
	{
		width: 100%; 
	} 
}


/*This was done because I want the website to be responsive as we resize the browser (Perhaps not necessary but personal OCD)*/
/* Could simply be included as simply row for both things in the first media query (max-width:1020px) */
@media (max-width: 1200px) 
{	
	#cake-custom
	{
		display: none; 
	}
}
@media (max-width: 1100px) 
{
	#row1 
	{
		flex-direction: column; 
	}
}
@media (max-width: 900px) 
{
	.row2-3 
	{
		flex-direction: column; 
	}
}


/* Additional Styling for Chat Box */

#chat-helper 
{
    max-width: 1100px; 
    margin: auto; 
    text-align: center;
    padding: 0 1.5rem; 
}

.chat-button 
{
    border: none; 
    outline: none; 
    cursor: pointer; 
    position: fixed; 
    right: 3.125em; 
    bottom: 3.125em;  
    border-radius: 50%; 
    height: 5em;
    width: 5em;
    background: #d16002; 
    color: white; 
    box-shadow: 0px 4px 4px rgba(66, 66, 66, 0.4); 
	z-index: 2; 
}

.chat-box 
{
    display: none;
    flex-direction: column; 
    justify-content: space-between;
    position: fixed;
    bottom: 5em; 
    right: 7.5em; 
    height: 30em;
    width: 25em;  
    background-color: white; 
    padding: 0.7rem;   
    border: 1px solid black; 
    box-shadow: 4px 4px 4px rgba(66, 66, 66, 0.4); 
	z-index: 2;
}

.show-chat 
{
    display: flex; 
}

.avatar-icon 
{
    border-radius: 50%;
    border: 1px solid grey; 
    height: 3.25em; 
    width: 3.25em;   
    object-fit: cover; 
}

.chat-area 
{
    height: 90%; 
    overflow-y: auto; 
    overflow-x: hidden;  
}

.incoming-message 
{
    display: flex; 
    align-items: center; 
}

.incoming-message .msg 
{
    padding: 0.5rem; 
    border-radius: 25px; 
    margin-left: 1rem; 
    box-shadow: 0 3px 6px rgba(66, 66, 66, 0.4); 
    background-color: goldenrod; 
    color: white; 
    word-break: break-all; 
	text-align: left; 
}
.msg p 
{
	margin-left: 0.2rem; 
}

.close 
{
    border-radius: 50%;
    position: absolute; 
    height: 1.5em; 
    width: 1.5em;
    display: flex; 
    align-items: center; 
    justify-content: center;  
    cursor: pointer;
    background-color: darkgrey; 
    color: white; 
    top: -10px; 
    right: -10px; 
}

.message-input-area
{
    position: relative; 
    display: flex; 
    justify-content: center;
}

.message-input 
{
    border-radius: 5px; 
    height: 2rem; 
    width: 100%; 
    border: 1px solid grey; 
    font-size: 1rem; 
    padding-left: 0.25rem; 
}

.message-submit
{
    display: flex; 
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.75rem;
    margin-left: 0.5em; 
    border-radius: 5px; 
    opacity: 0.6; 
    cursor: pointer;
    background-color: #fcae1e; 
    color: white;  
}

.message-submit::hover
{
    opacity: 1; 
}

.message-output 
{
    display: flex; 
    align-items: center;
    justify-content: flex-end;  
}

.outgoing-message 
{
    margin: 0.75rem; 
    padding: 0.5rem;
    border-radius: 25px; 
    box-shadow: 0 3px 6px rgba(66, 66, 66, 0.4);
    display: flex;  
    justify-content: flex-end; 
    background-color: #eed69a; 
    color: white; 
    word-break: break-all; 
	text-align: left; 
}

/* Responsiveness */

@media (max-width: 1100px) 
{
	.chat-button 
	{
		right: 1.5em; 
    	bottom: 1.5em;
	}
	.chat-box 
	{
		bottom: 4em; 
    	right: 6em; 
		width: 22.5em; 
	}
	.close 
	{
		visibility: hidden; 
	}
} 

@media (max-width: 600px) 
{
    .chat-box 
    {
        right: 1em;   
        bottom: 6em;
        width: 85vw; 
    }
}