/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
	font-family: Arial, sans-serif, Helvetica;
	scroll-behavior: smooth;
}


body {
	margin-top: 70px;
	background-color: #FFFFFF;
	color: #333333;
	height: 100%;


}

#wrapper {
	margin: 0 auto;
	width: 900px;
	height: 100%;
}

/* Home-menu layout */

header {
	background-color: #ffffff;
	top: 0;
	left: 0;
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 100px 5px 10px;
	width: 100%;
	z-index: 1000;
}

.nav {
	list-style: none;
}

.nav li {
	display: inline-block;

}

.nav li a {
	font-weight: 700;
	font-size: 1.2rem;
	text-decoration: none;
	color: black;
	margin-left: 30px;
}
/*
.nav li a:hover {
	color: #E94D40;
	transition: 0.5s;
}
*/

.nav li a.current {
	color: #E94D40;
}

.hero {
	background-color: #feae58;
	background-image: url('./images/banner1200.jpg');
	background-repeat: no-repeat;
	height: 600px;
	background-position: top 50px right;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 200px;
	padding-bottom: 200px;
	line-height: 1.2;

}

.hero-title h2 {
	font-size: 3rem;
	font-weight: 600;
	color: #FFFFFF;
	padding-left: 210px;
	text-shadow:black 0px 0px 10px;

}

.hero-title {
	padding-top: 50px;
}

.hero-title h1 span {
color: #E94D40;
	font-size: 4rem;
	padding-left: 130px;
	background: linear-gradient(to right, #f9cc4ebe, #E94D40);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	animation: blink 18s linear infinite;
}

@keyframes blink {
	25% {
		opacity: 0.1;

	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 10;
	}

}

.hero-title h6 {
	font-size: 1.7rem;
	font-weight: 600;
	color: #ffffff;
	padding-left: 130px;

}

.mission-section {
	margin: 20px 0 50px 0;
	background-color: #ffffff;
	line-height: 1.5;
	border-bottom: 0.1px solid rgb(214, 214, 214);
}

.mission-section .content {
	margin: auto;
	vertical-align: middle;
	padding: 10%;
	text-align: center;
}

.content h3 {
	line-height: 1.4;
	padding-bottom: 15px;
	color: #E94D40;
	font-size: 2rem;
}

.content p {
	line-height: 1.7;
	font-size: 1.3rem;

}

.store-info-content-first {
	border-radius: 7px;
	margin: 100px 100px 0 0px;
	display: flex;
	justify-content: center;
	position: relative;
	height: 300px;
	background-color: #E94D40;

}

.blank-left {
	flex: 0.8;
	position: relative;
	background-color: #ffffff;
	border-radius: 7px 0 0 7px;
}


.shop-image-left {
	position: absolute;
	left: 100px;
	width: 250px;
	height: 250px;
	top: 55px;
	flex: 1.5;
	margin: 0;
	padding: 0;
}


.detail-image-left img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	transform: scaleX(-1);
}


.shop-info-right {
	flex: 2;
	padding-left: 180px;

}

.shop-info-right .heading {
	color: #ffffff;
	padding: 90px 0px 10px 0;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.7;

}

.shop-info-right p {
	font-size: 1.2rem;
	line-height: 1.6;
	color: #ffffff;
}

.blank-left {
	padding-right: 80px;
}

.store-info-content-second {
	margin: 150px 0 100px 0;
	background-color: #ffffff;
	border: 0.1px solid rgb(214, 214, 214);
	border-radius: 7px;
	display: flex;
	height: 346px;
	align-items: center;
	justify-content: center;
}

.shop-info-left {
	width: 50%;
	padding-left: 100px;
}

.detail-image-right {
	width: 50%
}

.shop-info-left h3 {
	color: #3b3b3b;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.7;
	padding-bottom: 10px;

}

.shop-info-left p {
	line-height: 1.6;
	font-size: 1.2rem;
	color: #3b3b3b;
}

.detail-image-right img {

	border-radius: 0 7px 7px 0;
	height: 346px;
}


a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	color: #0071E3;
}

a:hover {
	color: #0071E3;
	text-decoration: underline;
}

/* banner*/
.banner-image {
	background-image: url(images/banner1200.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	height: 90px;
	text-align: center;
	padding: 80px;
	margin-bottom: 15px;
}

.heading {
	font-size: 3rem;
	color: #ffffff;
}


.right h2 {
	line-height: 1.5;
	padding-bottom: 20px;

}

/*Cakes for Sale*/

.cakes {
	border-bottom: 0.1px solid rgb(214, 214, 214);
}

.cakes .box-container {
	background-color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	justify-content: center;
	margin: 100px 0 100px 0;

}

.cakes .box-container .box {
	background-color: #ffffff;
	box-shadow: 0 4px 8px #0000001a;
	border-radius: 3px;
	border: 0.5px solid rgba(0, 0, 0, .1);

}

.cakes .box-container .box .image {
	position: relative;
	text-align: center;
	overflow: hidden;
	border-radius: 3px;
	margin: 15px;

}

.cakes .box-container .box:hover .image img {
	transform: scale(1.1);
	cursor: pointer;

}

.cakes .box-container .box .content {
	text-align: center;
	padding-bottom: 20px;
}

.cakes .box-container .box .content h5 {
	color: #0C243C;
	font-size: 1.3rem;
}


.prices-and-order {
	margin: 100px 0 100px 0;
	display: flex;
	align-items: left;
	justify-content: center;
	gap: 20px;

}


.prices table {
	border-collapse: collapse;
	margin: 40px 0 40px 0;
	font-size: 1.2rem;
	min-width: 500px;
}

caption {
	padding-bottom: 10px;
	font-size: 1.3rem;
	font-weight: 600;
	float: left;

}

th {
	text-align: left;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 15px;
}

td {
	padding: 15px;
	border-bottom: 1px solid #8d8d8d;
	text-align: left;

}

tr:nth-child(1) {
	background-color: #E94D40;
	font-weight: bold;
}

.content-top {
	line-height: 1.5;

}

.content-top p {
	margin-bottom: 5px;
	font-size: 1.3rem;

}

.content-top h4 {
	margin-bottom: 5px;
	font-size: 1.5rem;
}

.order-select {
	font-size: 1.3rem;
	line-height: 1.6;
}

.order-select h5{
	font-size: 1.3rem;
	font-weight: 600;

}
.order {

	font-size: 1.3rem;
	border-left: 1px solid red;
	padding: 65px 0 0 50px;
	line-height: 1.6;
}

.order label {
	font-size: 1.3rem;

}

.order .input-form {
	width: 100%;

}
.order-date {
	padding-bottom: 30px;
}

.order-form{
	padding-bottom: 20px;
}

.order-form input {
	margin-top: 5px;
	border: 0.1px solid #8e8d8d;
	border-radius: 2px;
	padding: 10px;
	background-color: #f1f1f1;
	font-size: 1.2rem;
	color: #333333
}

.order-form input:focus {
	border: 0.1px solid #E94D40;
	outline: 1px solid #E94D40;
}

::-webkit-input-placeholder {
	color: #cacaca;
}

.order-comment textarea {
	border: 0.1px solid #8d8d8d;
	background-color: #f1f1f1;
	border-radius: 4px;
	width: 100%;
	height: 150px;
	padding: 10px;
	resize: none;
	margin-top: 5px;
	box-sizing: border-box;
	font-size: 1.2rem;
}

.order-comment textarea:focus {
	border: 0.1px solid #E94D40;
	outline: 1px solid #E94D40;

}

.order-date input {
	text-align: center;
	font-size: 1.3rem;
	outline: none;
}

::-webkit-calendar-picker-indicator {
	background-color: #ffffff;
	border: 2px solid #E94D40;
	border-radius: 3px;
	cursor: pointer;

}



/*Contact Us*/
.input-form {
	border-radius: 4px;
	width: 100%;
	padding: 20px 0 20px 0;

}

.form-content h2 {
	font-weight: 600;
	padding: 50px 0 50px 0;
	font-size: 2rem;
	text-align: center;
}

.form-content {
	margin: 100px 0 100px 0;
}

.input {
	width: 100%;

}

.form {
	font-weight: 600;
	width: 50%;
	margin: auto;
	padding-bottom: 100px;

}

label {
	font-size: 1.2rem;
	font-weight: 500;
	padding-bottom: 10px;

}

.input-form textarea {
	border: 0.1px solid #8d8d8d;
	background-color: #f1f1f1;
	border-radius: 4px;
	width: 100%;
	height: 150px;
	padding: 10px;
	resize: none;
	margin-top: 5px;
	box-sizing: border-box;
	font-size: 1.2rem;
}

.input-form textarea:focus {
	border: 0.1px solid #E94D40;
	outline: 1px solid #E94D40;
}


.input-form input {
	margin-top: 5px;
	border: 0.1px solid #8d8d8d;
	border-radius: 2px;
	padding: 10px;
	background-color: #f1f1f1;
	font-size: 1.2rem;
	color: #333333
}

.input-form input:focus {
	border: 0.1px solid #E94D40;
	outline: 1px solid #E94D40;
}

::-webkit-input-placeholder {
	color: #cacaca;
}

.btn {
	width: 100%;
	padding: 10px;
	background-color: #f1f1f1;
	color: #333333;
	font-size: 1.2rem;
	font-weight: 500;
	cursor: pointer;
	border: 0.1px solid #8d8d8d;
	border-radius: 2px;
	margin-top: 15px;
	transition: .3s;
}

.btn:hover {
	background-color: #E94D40;
	color: #ffffff;
}

/*About*/

.sam-info {
	margin: 100px 0 100px 0;
	display: flex;
	justify-content: space-between;
	gap: 60px;
	padding-bottom: 100px;
	border-bottom: 0.1px solid rgb(214, 214, 214);

}

.photo-left img {
	width: 400px;
	height: 308px;
}

.intro-right {
	line-height: 1.6;
	font-size: 1.3rem;
}

.intro-right h3 {
	padding-bottom: 20px;
}

.job-ad {
	height: 600px;
	width: 100%;
	margin-bottom: 100px;
	border-radius: 7px;
	border: 0.1px solid rgb(214, 214, 214);
	background-image: linear-gradient(to bottom, #ffffff, #fdfafc, #fff1f5, #ffe8e9,
			#ffdbc5, #fac49a);
}

.job-ad .content h2 {
	padding: 30px 0 30px 30px;
	color: #E94D40;
	font-size: 2rem;

}

.job-ad .content h3 {
	padding: 25px;
	color: #333333;
	text-align: center;
	font-weight: 600;
	font-size: 1.5rem;

}

.job-ad .ad-notes ul {
	overflow: hidden;
	padding: 30px 30px 60px 30px;
	justify-content: center;

}

.job-ad .ad-notes ul,
li {
	list-style: none;
	float: left;

}

.job-ad .ad-notes img {
	width: 70%;
	padding-bottom: 20px;
}

.job-ad .ad-notes ul li .post {

	border: 0.1px solid rgb(214, 214, 214);
	display: block;
	height: 300px;
	width: 300px;
	margin: 10px 50px 0 60px;
	text-decoration: none;
	background-color: #ffffff;
	color: #333333;
	box-shadow: 5px 5px 7px rgba(80, 79, 79, 0.7);
	transition: transform .15s linear;
	transform: rotate(-6deg);
	padding: 30px;
	cursor: pointer;

}

.job-ad .ad-notes ul li h6 {
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.5;
	padding-bottom: 20px;
	text-align: center;
}

.job-ad .ad-notes ul li p {
	color: #333333;
	font-size: 1rem;
	line-height: 1.5;

}

.ad-notes ul li:nth-child(1) .post {
	position: relative;
	top: 5px;
	transform: rotate(6deg);
	background-color: #ffffff;
}

.ad-notes ul li .post:hover,
.ad-notes ul li .post:focus {
	position: relative;
	box-shadow: 10px 10px 7px rgba(94, 94, 94, 0.5);
	transform: scale(1.25);

}

#footer {

	text-align: left;
	background-color: #0C243C;
	width: 100%;
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 30px;
	margin-top: auto;

}

#footer p {
	color: #828282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8rem;
	padding: 0.5rem;
}

.footer-link,
.footer-link:link,
.footer-link:visited {
    color: #828282;
  	transition: 0.2s;
    text-decoration: none;
}

.footer-link:hover{
 	color:#E5A93C !important;
}