/* CSS by Cassandra Cole */

/* global font */
* {
    font-family: 'Arial', sans-serif;
}

/* banner image positioning and size*/

#banner img {
    display: block;
    width: 100%;
    border: thin solid #E94D40;
}

/* logo positioning and size*/
#logo {
    position: absolute;
    top: 2.5%;
    right: 2.5%;
    width: 298px;
	height: auto;
    background-color: #FFFFFF;
    border: 3px solid #E94D40;
}

/* navigation menu, styling*/
#NavMenu {
    background-color: #0C243C;
    border: 1px solid #E94D40;
    border-top: none;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 100%;
}

/* nav menu poositioning*/
#NavMenu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #E94D40;
}

#NavMenu a {
text-decoration: none;
color: #E94D40;
}

/* navmenu items styling*/
#NavMenu li {
	color: #E94D40;
    font-size: 18pt;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.6s ease;
    padding: 10px 15px;
	text-shadow: -1px -1px 0 white, 0 -1px 0 white, 1px -1px 0 white, -1px 0 0 white, 1px 0 0 white, -1px 1px 0 white, 0 1px 0 white, 1px 1px 0 white;
}
/* style current page indicator */

#current {
	text-decoration-line: underline;
	text-underline-offset: 4px;
}

/* navmenu hover styles*/
#NavMenu li:hover {
    background-color: rgba(233, 77, 64, 0.1);
    border-radius: 4px;
}

/* style footer */
#Footer {
    text-align: center;
    background-color: #0C243C;
    color: #FFFFFF;
    border-top: 3px solid #E94D40;
    padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
    clear: both; 
}

/* table styling */
table {
    width: 50%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #FFFFFF;
}

table td {
    padding: 12px 15px;
    height: 10px;
    border: 2px solid #E94D40;
    text-align: center;
    color: #0C243C;
	text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

table tr:first-child td {
    background-color: #0C243C;
    color: #FFFFFF;
    font-weight: bold;
}

#cakes tr:first-child td {
    background-color: #FFFFFF !important;
}

/*format text with cake images*/
#cakes td p {
    text-align: center;
    margin: 0;
    font-style: italic;
	font-weight: 100;
}

#cakes td p span {
    color: #666;
    font-size: 0.55em;
}
/*  typographhy styling */
.typography {
    max-width: 1200px;
    margin: 50px auto;
    background-color: #FFFFFF;
    line-height: 1.6;
}

.typography .content {
	padding-bottom: 10px;
	padding-top: 10px;
	overflow: auto;}
/* image and figure floats */

.typography .content .float-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
    width: 30%;
}

.typography .content .float-right img {
    max-width: 100%;
	border: thin solid #E94D40;
    height: auto;
}

.typography .content .float-left {
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
    width: 30%;
}

.typography .content .float-left img {
    max-width: 100%;
	border: thin solid #E94D40;
    height: auto;
}
/* style visit us section*/

#visit.content ul {
	list-style: none;
}

/* style captions*/

.typography .content .float-right figcaption {
    font-style: italic;
    text-align: center;
    margin-top: 8px;
    color: #0C243C;
    font-size: 0.9em;
}

.typography .content .float-left figcaption {
    font-style: italic;
    text-align: center;
    margin-top: 8px;
    color: #0C243C;
    font-size: 0.9em;
}

/* styling specific headers and elements with color*/
.typography :is(h1, a, strong, .brand-name, h4, h5, h6) {
	color: #E94D40;
	text-align: center;
}

/* specify more elements*/
.typography :is(h2, h3, p, li, .subtitle) {
    color: #0C243C; 
}

/* h1*/
.typography h1 {
    font-size: 3em;
}

/* h2 */
.typography h2 {
    font-size: 2.2em;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #E94D40;
    padding-bottom: 10px;
}

/* h3 */
.typography h3 {
    font-size: 1.6em;
    margin-top: 30px;
    margin-bottom: 15px;
	padding-left: 25px;
    padding-right: 25px;
	border-bottom: 2px solid #E94D40;
}

/* p styling */
.typography p {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
    padding-left: 55px;
    padding-right: 55px;
}

/* ul and ol styling*/
.typography :is(ul, ol) {
    margin-left: 30px;
    margin-bottom: 25px;
}

/* li styling */
.typography li {
    font-size: 1.1em;
    font-style: italic;
    margin-bottom: 8px;
}

/* form styling */
form {
    border: 2px solid #E94D40;
    width: 500px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box; 
}

form ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

form li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px; 
}

/* even out the space. */
form li:last-child {
    margin-bottom: 0;
}

/* link styling */
.typography a {
    text-decoration: none;
    transition: color 0.3s ease;
}

/* link hover styles*/
.typography a:is(:hover, :active) {
    color: #0C243C; 
    text-decoration: underline;
}

/* name at header*/
.typography .brand-name {
    font-style: italic;
}

/* emphasis text beneath header */
.typography .subtitle {
    font-size: 1.4em;
    font-style: italic;
    margin-bottom: 40px;
}
