@charset "utf-8";
/* CSS Document */

main {
	box-sizing: border-box;
	margin-left: 15px;
	}
body {
  font-size: 1em;
  line-height: 1.3em;
  font-family: Arial, "Sans Serif Collection";
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.specialcakesfont {
  font-family: Arial, sans-serif;
}
body header {}
#PageHeader nav ul li {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  margin-right: 10px;
}
#PageFooter {
  text-align: center;
  background-color: #0C243C;
  color: #FFFFFF;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  line-height: 1.4;
  font-size: small;
}
#PageHeader nav ul {
  text-align: right;
  text-decoration: none;
}
#PageHeader nav ul li a {
  text-shadow: 0 0px #000000;
  font-size: 21px;
  font-weight: bold;
  /* [disabled]text-align: center; */
  background-color: #EB5F53;
  color: #000000;
  padding-top: 7px;
  border-radius: 7px;
  padding-right: 7px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 3px 4px #66120B;
  box-shadow: 2px 3px 4px #66120B;
  padding-left: 7px;
  padding-bottom: 7px;
}
.typography h1 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.typography h2 {
    color: #0C243C;
    font-size: 22px;
    line-height: 1.4;
    padding-bottom: 4px;
    margin-top: 20px;
    margin-bottom: 5px;
    /* [disabled]margin-left: 150px; */
    text-align: center;
}
.typography h3 {
    font-size: 25px;
    line-height: 1.4;
    /* [disabled]text-align: center; */
    margin-left: 0px;
}
.typography th {
  font-size: large;
  font-weight: bold;
}

#PageLogo {
  height: 75px;
  float: left;
  margin-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
}
#PageHeader {
  background-color: #FFFFFF;
  border-radius: 10px;
  clear: both;
  padding-top: 10px;
}
.typography th {}
#PageBanner {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  clear: both;
}
#pagemain {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  max-width: 1200px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  width: 100%;
  border-radius: 40px;
  min-height: 0px;
  line-height: 1.4;
}
.RightImage {
  width: 400px;
  margin-right: 0px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-radius: 15px;
  float: right;
}
.LeftImage {
  width: 400px;
  margin-right: 0px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-radius: 15px;
  float: right;
}

#HeaderBottom {
  clear: both;
  background-color: #F2F0E5;
}
.clear {
  clear: both;
}
#HeaderTop {
  background-color: #FFFFFF;
}
body {
  line-height: 1;
  background-color: #F2F0E5;
}
#HeaderTop nav ul li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
#PageHeader nav ul li .CurrentButton {
  color: #FFFFFF;
  background-color: #86170D;
}
#pagemain a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
table {
  border-collapse: collapse;
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  background-color: #FFFFFF;
  box-shadow: 2px 3px 6px;
  border-radius: 10px;
  overflow: hidden;
  border-spacing: 0;
}
#pagemain #ContactInfo {
  font-size: 16px;
  margin-bottom: 20px;
  float: none;
  line-height: 1.6;
  /*margin-left: 20px;*/
}
table th, table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
table th {
  background-color: #0C243C;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
table tr:hover {
  background-color: #F3F3F3;
}
form {
  background-color: #E1E1E1;
  border-left: 2px #C9C9C9;
  border-right: 2px #C9C9C9;
  border-bottom: 2px solid #E94D40;
  border-top: 2px #C9C9C9;
  max-width: 50%;
  max-height: 400px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 30px;
  border-radius: 10px;
  font-size: 16px;
  box-shadow: 2px 3px 6px;
}
#submit {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #EB5F53;
  border-radius: 5px;
  padding: 10px 20px;
}
#submit:hover {
  background-color: #611012;
  color: #FFFFFF;
}
form input {
  padding: 5px;
}
form label {
  display: block;
  padding: 4px;
  width: 100%;
  font-size: medium;
  font-weight: bold;
}
form select {
  width: 45%;
  padding: 10px;
  font-size: 1em;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
form div {
  padding: 5px;
}
.cake-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 100%;
}
.cake-item {
  margin-bottom: 20px;
  text-align: center;
  flex: 1 1 33.33%;
  padding: 15px;
  box-sizing: border-box;
}
.cake-item img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  max-height: auto;
  border: none;
  box-shadow: 2px 3px 6px #3D3939;
  -webkit-box-shadow: 2px 3px 6px #3D3939;
}
a img {
  border: none;
  outline: none
}
#Feedback {}
#OrderListForm div #feedback {
  height: 40px;
}
#TableJobs {
  width: 80%;
  max-width: 1200px;
  margin: 20px auto;

}
#AboutH3 {
    font-size: large;
    text-align: center;
    /*margin-left: 140px;*/
    padding-top: 25px;
}
#AboutH2 {
    font-size: x-large;
    text-align: center;
    padding-top: 25px;
}
#pagemain #AboutText {
  text-align: center;
}
.EmailButton {
	text-shadow: 0 0px #000000;
    font-size: 16px;
    font-weight: bold;
    background-color: #EB5F53;
    color: #000000;
    border-radius: 5px;
	padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 3px 4px #66120B;
    box-shadow: 2px 3px 4px #66120B;

}
