
/* HOMEPAGE STYLES */

 html {
	 font-size: 1em;
}



body {
	margin: 0;
	background-color: #3d5b82;
	color: #0C1713; 
	font-family: "brevia", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.25rem;
}


main {
	font-weight: 300;
	font-style: normal;
	color: white;
	padding: 40px;
}

.intro-text {
	padding-left: 30px; 
}

.special-hero {
	display:grid;
	padding: 20px;
	grid-template-columns: 55% 33%;
	column-gap: 12%;
	border: 5px solid #ee6a4d;
	border-radius: 12px;
	background-color: #656f82;
	border: 5px solid #ee6a4d;
	border-radius: 12px;
}

.secondary {
	color: white; 
	font-family: "brevia", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.25rem;
}


.intro-text h2 {
	margin: 0;
	padding-top: 20px;
}

.intro-text .tagline {
	text-align: right;
}

h2 {
	font-family: "georgia", sans-serif;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.15em;
	color:white;
}

h3 {
	margin-top: 20px;
	font-family: "georgia", sans-serif;
	font-weight: 700;
	font-size: 2.20rem;
	line-height: 1em;
}

h3.home {
	font-family: "georgia", sans-serif;
	font-style: normal;
	font-size: 1.3rem;
	text-align: center;
	padding: 20px;
	color: white;
}

h4 {
	margin-top: -15px;
	margin-bottom: -10px;
	font-family: "georgia", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2rem;
}

.section-heading {
	margin: 0;
}

/* GRID */

.two-col-right {
	padding: 35px 0px 35px 0px;
	display:grid;
	grid-template-columns: 65% 30%;
	column-gap: 5%;
}

.two-col-grid {
	padding: 35px 0px 35px 0px;
	display:grid;
	grid-template-columns: 50% 50%;
	column-gap: 5%;
}

.three-col-grid {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	column-gap: 2%;
}

.home .two-col-page-header {
	margin-top: 40px;
	padding-bottom: 40px;
	display: grid;
	grid-template-columns: 55% 33%;
	column-gap: 12%;
	background-image: url('../images/hero-home.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 600px;
	
}

.events-grid {
	padding: 35px 0px 35px 0px;
	display:grid;
	grid-template-columns: 50% 50%;
	column-gap: 5%;
}

.event-column {
	padding: 20px; 
}

.colgroup {
	line-height: 1.4;
	font-size: 0.9em;
}


.colgroup-border {
	border: 4px solid #ef6b4d;
	border-radius: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #3d5b82;
	text-align: center;
	
}

.colgroup-border a {
	color: white;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
}

.colgroup-border a:hover {
	color: #98c1da;
}


/* BANNER */

#banner {
	padding: 2px 0px 2px 0px;
	padding-right: 200px;
	background-color: #2a3241;
}

.banner-grid {
	display: grid;
	grid-template-columns: 20% 80%;
}
    
.site-id img {
	width: 150px;
	padding: 10px;
}

.site-id img:hover,
.site-id img:active {
	opacity: 0.5;
}

.site-id {
	margin: 0 auto;
}


/* MENU STYLE */

#menu ul {
	margin: 0 auto;
	padding: 0 37px;
	width: 100%;
	text-align: center; 
	list-style-type: none;
	font-family: "georgia", sans-serif;
	font-weight: 700;
	font-style: normal;
	white-space: nowrap;
}

#menu li {
	margin: 0px -3.5px;
	padding-top: 35px;
	display: inline-block;
}

#menu a {
	color: white;
	text-decoration: none;
	border-right: 2px solid #ef6b4d;
	border-left: 2px solid #ef6b4d;
	padding: 0 20px; /* orange lines */
}

#menu a:hover,
#menu .current a {
	color: #98c1da;
	font-weight: bold;
}

#menu a:active {
	color: #98c1da;
	font-weight: bold;
}

/* ARTICLE */

article {
	padding-bottom: 30px;
	padding-top: 30px;
}

.article.top {
	padding-top: 0px;
	padding-bottom: 30px;
}



/* BUTTON LINKS */


.button-link.menu {
	padding-top: 10px;
	text-align: right;
}

.button-link.menu a:hover {
	color: #98c1da; 
}

.button-link.menu a:active {
	color: #98c1da; 
}

.button-link.about {
	padding-top: 10px;
	text-align: center;
}

.button-link.jobs {
	text-align: center;
	font-size: 1.5em;
}

.button-link.jobs a:hover {
	color: #98c1da; 
}

.button-link.jobs a:active {
	color: #98c1da; 
}

.button-link.gifts {
	text-align: center;
	font-size: 1.5em;
}

.button-link.gifts a:hover {
	color: #98c1da; 
}

.button-link.gifts a:active {
	color: #98c1da; 
}

.button-link a{
    display: inline-block; 
    padding: 15px 30px; 
	background-color: #2a3241;
	opacity: 80%;
    color: white; 
    text-decoration: none;
    font-family: "Georgia", sans-serif; 
    font-weight: bold; 
    border-radius: 30px;
}

.button-link a:hover {
    color: #98c1da; 
}

.button-link a:active {
    color: #98c1da; 
}

.button-link.order a:hover {
    color: #98c1da; 
}

.button-link.order a:active {
    color: #98c1da; 
}

.button-link.purchase {
    text-align: left; 
    font-size: 1.5em; 
    font-weight: bold; 
    margin: 20px 0;
}

.button-link.purchase a {
	display: inline-block; 
	padding: 15px 30px; 
	background-color: #2a3241;
	opacity: 80%;
	color: white; 
	text-decoration: none;
	font-family: "Georgia", sans-serif; 
	font-weight: bold; 
	border-radius: 30px; /* round corners */
}

.button-link.purchase a:hover {
    color: #98c1da;
}

.button-link.purchase a:active {
    color: #98c1da;
}

.button-link.catering {
    text-align: center;
	padding: 10px;
}

.button-link.catering a {
    display: inline-block;
    padding: 15px 30px;
    background-color: #2a3241;
    opacity: 0.8;
    color: white;
    text-decoration: none;
    font-family: "Georgia", serif;
    font-weight: bold;
    border-radius: 30px;
    font-size: 1.2em;
	align-content: center;
}

.button-link.catering a:hover {
    color: #98c1da;
}

.button-link.catering a:active {
    color: #98c1da;
}



/*FOOTER*/

#colophon {
	padding: 20px 30px;
    background-color: #2a3241;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	color: white;
}

#colophon h3 {
	margin-top: 0;
	font-size: 1.5rem;
}

.two-col-footer {
	display:grid;
    grid-template-columns: 70% 25%;
	column-gap: 5%;
	align-items: center;
	
}

.three-col-footer {
	display:grid;
    grid-template-columns: 33% 33% 34%;

}


.social-icons img {
    width: 30px;
}

.social-icons {
    display: grid;
	padding-left: 20px;
	padding-bottom: 6px;
}
.social-icons:hover {
	opacity: 30%;
	
}

.footer-contact {
	padding: 25px;
	font-family: "georgia", sans-serif;
	font-size: 1.2rem;
    font-weight: 700;
    font-style: normal;
	color: white;	
	text-decoration: none;
	line-height: 1.8;
}
.footer-contact:hover {
    color: #98c1da;
    text-decoration: none;
}

.footer-contact:active {
    color: #98c1da;
    font-weight: bold;
}

/*FONT STYLE*/

.page-name-sub-title {
    /*margin-top: -45px; this style concerns me */
	font-family: "brevia", sans-serif;
	font-weight: 300;
	font-style: italic;
    font-size: 1.5rem;
	padding-left: 5px;
    line-height: 1em;
    color: white;
}

.title {
	font-family: "georgia", sans-serif;
	padding-right: 22px;
	font-weight: 700;
    font-size: 3.25rem;
    line-height: 1.15em;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}

.tag {
	text-align: center;
	padding-right: 22px;
	padding-bottom: 40px;
	font-size: 1.25rem;
	line-height: 1.5;
}

#order-sub {
	padding-top: 20px;
	text-align: center;
	
}

#order-sub-tag {
	text-align: center;
	padding-right: 22px;
}

#order-title {
	font-family: "georgia", sans-serif;
	padding-right: 22px;
	font-weight: 700;
    font-size: 3.75rem;
    line-height: 1.15em;
	text-align: center;
	
}

#order-tag {
	text-align: center;
	padding-right: 22px;
	padding-bottom: 20px;
}



/* IMAGES */

.feature-image.home,
.feature-image.about{
	width: 100%;
}

.image-border.home,
.feature-image.about{
    border: 5px solid #ee6a4d;
    border-radius: 12px;
}


.feature-image.home,
.feature-image.about{
    margin: 20px 50px 20px -10px;
    border: 5px solid #ee6a4d;
    border-radius: 12px;
	align-items: center;
	width: 100%;
}

.feature-image {
	width: 85%;
}

.image-border {
    border: 5px solid #ee6a4d;
    border-radius: 12px;
}


.feature-image {
    margin: auto;
    border: 5px solid #ee6a4d;
    border-radius: 12px;
	align-items: center;
	width: 85%;
}

.cantina-card {
	width: 400px;
}

.location-image {
	width: 200px;
}

/* TABLES */

.table-order {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

.table-order td {
    padding-bottom: 40px;  /* Adds space between rows */
}

th {
    font-family: "georgia", sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 1.7rem;
}

/* BACKGROUND IMAGE */

.background-image {
    width: 650px;
    height: 600px;
    background-image: url('../images/purchase-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	opacity: 20%
}

/* GIFTS*/

#purchase-options {
	list-style-type: none;
	font-family: "georgia", sans-serif;
	padding-right: 22px;
	font-weight: 700;
    font-size: 3.75rem;
    line-height: 1.15em;
	text-align: right;
	
}

#purchase-option {
	padding: 50px;
}

/* JOB FORMATTED STYLES */

.jobs {
	font-weight: 300;
	font-style: normal;
	color: white;
	text-align: center;
}


.wrapper,
.inner-wrapper {
    width: 1000px;
    margin: 0 auto;
}

.gifts-ul {
	color: white; 
	font-family: "brevia", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.25rem;
	list-style-position: inside;
	margin: 0;
	padding-left: 0;
	text-align: center;
}

.gifts-ul li {
	margin-left: 0; 
	padding-left: 0; 
	line-height: 1.5;
	text-align: center;
}

.gifts-ul-title {
	font-family: "georgia", sans-serif;
	text-align: center;
	font-weight: 700;
    font-style: normal;
	font-size: 1.4rem;
	padding: 20px;
}

/* EVENTS */

.events {
	text-align: center;
	line-height: 1.7;
	
}

.events.p {
	text-align: center;
	line-height: 1.7;
}

/* LOCATIONS */

.locations-link {
	list-style-type: none;
	font-family: "georgia", sans-serif;
	padding-right: 22px;
	font-weight: 700;
    font-size: 2rem;
    line-height: 1.2em;
	text-align: left;
	color: white;
	text-decoration: none;
}

.locations-link:hover {
    color: #98c1da; 
	text-decoration: none;
}

.locations-link:active {
    color: #98c1da; 
	text-decoration: none;
}

.locations-para {
    margin: 0;
	padding: 15px;
	background-color: #3d5b82;
    color: white; 
	font-family: "brevia", sans-serif;
	font-weight: 300;
	font-style: normal;
    font-size: 1.25rem;
	text-align: center;
	line-height: 1.6;
}

/* BORDERS */

.border {
	border: 6px solid #ef6b4d;
	border-radius: 30px;
	padding: 25px;
	text-align: center;
	font-family: "georgia", sans-serif;
	font-size: 2rem;
    font-weight: 700;
    font-style: normal;
	color: white;
}

.border a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}


.border a:hover {
	color: #98c1da;
	font-weight: bold;
	text-decoration: none;
}

.border a:active {
    color: #98c1da;
    font-weight: bold;
	text-decoration: none;
}


/* MENU */

.menu-container {
	background-color: #6b7790;
	border: 5px solid #e86955;
	border-radius: 10px;
	color: white;
	padding: 20px;
	width: 95%;
	max-width: 1200px;
        }

table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
		}

	th, td {
		padding: 15px;
		font-size: 18px;
	}

	th {
		font-size: 24px;
		font-weight: bold;
	}
		
		
.brunch {
	text-align: center;
}

.menu-names {
	text-align: center;
	padding-top: 80px;
}

/* SPECIALS */

.specials-p {
	font-size: 1.4em;
}

/* CATERING */

p.catering {
	text-align: center;
}

