/* 
    Created on : April 1 2022, 12:45:54 AM
    Author     : John Arvizu
*/
/* Coral: rgba(255, 127, 80, 1) OR #ff7f50 */
/* Drk Blue: rgba(14, 45, 92, 1) OR #0e2d5c */
/* Med Blue: rgba(0, 86, 178, 1) OR #1eaaf1 */
/* Drk Green: rgba(39, 61, 45, 1) OR #273d2d */
/* New Drk Green: rgba(35, 80, 35, 1) */
/* New Wine Red: rgba(92, 14, 45 , 1) OR #5C0E2D */
/* New Tan: rgba(130, 125, 107, 1) */
/* Ltr Tan: rgba(238, 236, 232, 1) OR #eeece8 */
/* Lt Tan: rgba(200, 193, 179, 1) OR #c8c1b3 */
/* Med Tan: rgba(120, 115, 107, 1) OR #78736b */
/* Drk Tan: rgba(31, 31, 31, 1) OR #1f1f1f */

/* font-family: 'Sanchez', serif; */
/* font-family: 'Open Sans Condensed', sans-serif; */
/* font-family: 'Open Sans', sans-serif; */
/* font-family: 'Lobster', serif; */
/* font-family: 'Coda', sans-serif; */

html {
  scroll-behavior: smooth;
}
body {
	background-color: rgba(238, 236, 232, 1);
	color: rgba(31, 31, 31, 1);
	/* padding-top: 3rem; */
	/* padding-bottom: 3rem; */
}
header .logo-01b {
	height: 4rem;
	display: inline;
}
header .logo-02b {
	height: 3rem;
	display: none;
}
nav {
	border-top: 1px solid rgba(200, 193, 179, 1);
}
.navbar .container {
	width: 1000px;
}
.navbar {
	/* height: 7rem; */
}
main {
	/* margin-top: .5rem; */
}
footer {
	margin-top: 1rem;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(14, 45, 92, 1);
}
footer a {
	color: rgba(255, 255, 255, 1);
	font-size: 1rem;
}
footer a:hover {
	color: rgba(255, 127, 80, 1);
	text-decoration: none;
}
footer ul li {
	list-style-type: none;
}
footer .footerLogo {
	height: 15vh;
	margin: 4rem 0;
}
footer .footerDot {
	background-color: rgba(255, 127, 80, 1);
	color: rgba(255, 127, 80, 1);
	font-size: .5rem;
}
footer .days {
	font-size: 1rem;
}
footer .times {
	font-size: 1rem;
	margin-left: .75rem;
}
footer .special {
	font-size: 1rem;
	color: white;
}
#plx-01 {
	background-image: url(/_resources/images/reservations-01.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
	color: rgba(255, 255, 255, 1);
	text-shadow: 1px 1px rgba(31, 31, 31, 1);
}
#plx-02 {
	background-image: url(/_resources/images/ordering-01.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
	color: rgba(255, 255, 255, 1);
	text-shadow: 1px 1px rgba(31, 31, 31, 1);
}
#plx-03 {
	background-image: url(/_resources/images/goblin-captain-03.png);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(120, 115, 107, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 1.5rem;
	text-shadow: 1px 1px rgba(31, 31, 31, 1);
	height: 120vh;
}
#plx-03 specialThis {
	background-color: rgba(120, 115, 107, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 1.5rem;
	text-shadow: 1px 1px rgba(31, 31, 31, 1);
}

.container, .container-lg, .container-md, .container-sm {
    /* max-width: 960px; */
}

/* CAROUSEL CUSTOMIZE */
.carousel {
	/* margin-top: 5rem; */
}
.carousel-01 {
	background-color: rgba(14, 45, 92, 1);
}
.carousel-02 {
	/* background-color: rgba(130, 125, 107, 1); */
	background-color: rgba(92, 14, 45 , 1);
}
.carousel-03 {
	background-color: rgba(35, 80, 35, 1);
}
.carousel-caption {
	bottom: 3rem;
	z-index: 10;
}
.carousel-item {
	height: 32rem;
	text-shadow: 1px 1px rgba(31, 31, 31, 1);
}
.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 32rem;
}
.carousel .carousel-indicators li {
	width: 20px;
	height: 20px;
	border-radius: 100%;
}

/* CAROUSEL CONTENT */
.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}
.marketing h2 {
	font-weight: 400;
}
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}
a {
font-family: 'Sanchez', serif;
	font-size: 1.5rem;
	color: rgba(255, 255, 255, 1);
	padding-left: 2rem;
}
a:hover {
	color: rgba(255, 127, 80, 1);
	text-decoration: none;
}

/* Featurettes
------------------------- */

.featurette-divider {
	margin-top: 3rem;
	margin-bottom: 3rem;
	width: 65vw;
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}
.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.row {
    margin-right: 0;
    margin-left: 0;
}


.menuCaptain {
	height: 64rem;
	display: inline;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 62em) {
  .featurette-heading {
    /* margin-top: 7rem; */
  }

}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}
@media (max-width: 600px) {
	header .logo-01b {
		display: none;
	}
	header .logo-02b {
		height: 7rem;
		display: inline;
		margin-left: 1rem;
	}
}
