@charset "utf-8";



html,h1,h2,h3,h4,h5,h6 {font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;margin:10px 0 }
.w3-wide{letter-spacing:4px}
h1{font-size:36px; font-weight:400}
h2{font-size:28px;font-weight:400}
h3{font-size:24px;font-weight:400}
h4{font-size:20px;font-weight:400}
h5{font-size:18px;font-weight:400}
h6{font-size:16px;font-weight:400}
.w3-serif{font-family:serif}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-rest{overflow:hidden}.w3-stretch{margin-left:-16px;margin-right:-16px}
.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:980px}.w3-auto{max-width:1140px}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.w3-auto{max-width:95%}}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}	
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}.w3-auto{max-width:100%}}

body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    background-color: #e8eaea;
	color: #5b324c;
}

.w3-card {
	background-color: white;
}

.w3-container1 {
	background-color: #e8eaea;
	color: #5b324c;

}

.w3-bar {
	background-color: #e8eaea;
	padding: 16px;
}

.w3-button {
	background-color: #e8eaea;
	color: #5b324c;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 16px;
	text-decoration: none;
}

.w3-button1 {
	background-color: #e8eaea;
	color: #5b324c;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	padding: 16px;
	text-decoration: none;
}

.w3-button1:hover {
  border-bottom: 2px;
  border-bottom-style: solid;
  border-bottom-color: #5b324c;
}

.center {
  display: block;
 margin-left: auto;
  margin-right: auto;
 width: 50%;
} 
.bcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	padding-bottom: 20px;
}
.scenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-bottom: 20px;
}
.coupon {
  border: 5px dotted #491000;
  width: 80%;
  border-radius: 15px;
  margin: 0 auto;
  max-width: 600px;
 color: #491000;
}

.container {
  padding: 2px 16px;
  background-color: #e8eaea;
}

.promo {
  background: #ccc;
  padding: 3px;
}

.expire {
  color: red;
}


/*CSS Styling for the footer*/
footer {
	background-color: #e8eaea;
	color: #5b324c;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
