body{
    background: #f9fbfb;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;}
    
.desktop {
    display: inline-block;}
.mobile {
    display: none;}
.section_target {
    scroll-margin-top: 16vh;}

.test_red {
    background: red;}
.test_blue {
    background: aqua;}


/*TEXT*/
h1, h2, h3, h4, h5, h6, p {
	font-weight: 400;}

h1, .h1 {
	font-size: calc(32pt + 0.5vw);
	line-height: 40pt;}

h2, .h2 {
	font-size: calc(28pt + 0.5vw);
	line-height: 36pt;}

h3, .h3 {
	font-size: calc(24pt + 0.5vw);
	line-height: 32pt;}

h4, .h4 {
	font-size: calc(20pt + 0.5vw);
	line-height: 28pt;}

h5, .h5 {
	font-size: calc(16pt + 0.5vw);
	line-height: 34pt;}

h6, .h6 {
	font-size: calc(8pt + 0.5vw);
	line-height: 18pt;}

p, .p {
	font-size: calc(12pt + 0.5vw);
	line-height: calc(16pt + 1.5vh);}

b, .b {
    font-weight: bolder;}

.caps {
    text-transform: uppercase;}

sup, .sup {
    font-size: calc(8pt + 0.25vw);
    line-height: calc(10pt + 0.25vw);
    vertical-align: super;}

figcaption {
    font-size: calc(6pt + 0.25vw);}

.indent {
    text-indent: 30px;}

.text_center {
    text-align: center;}

.text_wrap {
    text-wrap: wrap;}

.motto {
    width: 100%;}

.hours {
    margin-bottom: -5vh;}

.free {
    font-weight: 600;
    font-variant-caps: small-caps;
    background: linear-gradient(90deg, #a33a37, #a33a37, #1c4665, #1c4665, #a33a37, #a33a37);
    background-size: 300% 100%;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: gradientText 2s ease-in-out infinite alternate;}

@keyframes gradientText {
    from {
        background-position: 0% 50%;}
    to {
        background-position: 100% 50%;}
}

.info {
    display: inline-block;
    padding: 0.25vw 0 0.25vw 1vw;
    margin: auto 0;}

/*
orange: #e06c33
blue: #1c4665
red: #a33a37
lt gray: #aaacae
gray: #858585
dk gray: #666766
*/



/*NAVIGATION*/    
nav {
    display: flex;
    align-items: center;
    position: fixed;
    flex-wrap: wrap;
    width: 100vw;
    height: 10vh;
    top: 0;
    box-sizing: border-box;
    background: #1c4665;
    border-bottom: 2px solid #000000;
    z-index: 5;}

nav ul {
    list-style: none;}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    width: 95vw;}

.mobile_navbar {
    display: none;}

.nav_btns {
    color: white;
    display: inline;
    margin: 0px;}

.nav_links {
    color: white;
    text-decoration: none;
	height: 50px;
	margin: 0px;
	padding: 0 10px;}

.active {
    text-decoration: underline;
    font-weight: bold;}





/*MOBILE MENU*/
#menu_btn {
    font-size: 30px;
    padding: 1vw 1vw;
    cursor: pointer;
    text-decoration: none;;}

.menu {
    position: absolute;
    top: 0px;
    right: 30px;
    background: #fff;
    border: 1px solid #000000;
    width: 45vw;
    padding: 1vw;
    display: none;
    flex-direction: column;
    box-shadow: 4px 4px 10px black;}

.menu a {
    margin: 1vw;
    padding: 1vw;
    text-decoration: none;
    color: black;}

.menu.open {
    display: flex;}




/*TEXT AND BUTTONS*/
a {
    text-decoration: underline;
    color: black;
    padding: 0% 2%;}

.none {
    list-style: none;}

.star {
    margin-right: auto;
    margin-left: auto;
    color: yellow;
    text-shadow: -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px  0.5px 0 #000, 0.5px  0.5px 0 #000;
    font-size: calc(16pt + 0.5vw);}

.button {
    line-height: 42pt;}

.button a {
    position: relative;
    text-decoration: none;
    background: #aaacae;
    color: black;
    padding: 5px 8px 4px 8px;
    border-radius: 5px;
    box-shadow: 2px 4px 8px 2px black;}

.button a:hover {
    background: #858585;
    cursor: pointer;}

.button a:active {
    background-color: #666766;
    transform: translate(5px, 2px);
    box-shadow: inset 2.5px 2.5px 4px 2px black;}





/*MAIN*/
.lt_gray {
    width: 100vw;
    background: lightgray;}

.top_mar {
    margin-top: 10vh;}

main {
    display: block;
    margin-top: calc(var(--nav-height) + 20px);
    width: 100vw;}

section {
    display: block;
    padding-top: 2vh;
    padding-bottom: 2vh;
    margin: 4vh auto;
    width: 90vw;}

.header_textbox {
    margin-top: -1vh;
    margin-bottom: -2vh;}

.nav_menu {
    margin-left: auto;
    margin-right: 3vw;}

.right {
    margin-right: 0px;
    margin-left: auto;}

.left {
    margin-left: 0px;
    margin-right: auto;}

.center {
    margin-left: auto;
    margin-right: auto;}

.top {
    margin-top: 0px;
    margin-bottom: auto;}

.mar_top {
    margin-top: 12vh;}

.text_right {
    text-align: right;}

.full {
    width: 100%;}

.half {
    width: 49%;}

.gallery {
    width: 100%;
    margin: 0 auto;}




    


/*IMAGES*/
.gallery_box {
    display: inline-block;
    margin: 0.25vw;
    width: 24%;
    height: 30vh;} 

.gallery_img {
    object-fit: cover;
    width: 100%;
    height: 100%;}

.logo_icon {
    filter: invert(100%);
    margin-top: -2vh;
    height: 9vh;}

.icon {
    transform: translateY(1.5vh);
    display: inline-block;
    margin: auto 0;
    width: 5vh;
    height: 5vh;}

.rev_img_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    padding-bottom: 5vh;}
.rev_img {
    width: 99%;}

.img_blurb_grid {
    margin: 5vh auto;
    width: 90vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;}

.img_blurb_box {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    display: flex;}
  
.img_blurb_box img {
    width: 100%;
    height: auto;}

.blurb_text {
    margin-top: 1vh;
    padding: 0.5vh 1vw;
    font-size: calc(14pt + 0.5vw)!important;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    text-wrap: wrap;
    border-radius: 6px;
    opacity: 1;}

.img_blurb_label {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;}

.img_blurb_popup {
    display: flex;
    align-items: center;
    position: absolute;
    width: 92.5%;
    height: 93%;
    top: 0%;   /* position above image */
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    text-wrap: wrap;
    padding: 8px 12px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;}

.img_blurb_popup h6 {
	font-size: calc(8pt + 0.5vw);
	line-height: 16pt;}


.how_to {
    margin: -1vh auto;
    text-align: center;
    width: auto;
    font-size: 2vh;
    padding: 0vh;
    z-index: 5;}

.img_blurb_box:hover .blurb_text {
    opacity: 0;}
.img_blurb_box:focus .blurb_text {
    opacity: 0;}

.img_blurb_box:hover .img_blurb_popup {
    opacity: 1;}
.img_blurb_box:focus .img_blurb_popup {
    opacity: 1;}





/*TABLE*/
.red_bkgd {
    background: #1c4665!important;
    color: #fff;}
    
table {
    width: 45vw;
    height: auto;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;}

thead {
    border: 2px solid #f9fbfb;}

tbody {
    border: 2px solid #000;}

th, td {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px;
    text-align: left;}

th {
    border: none;
    background-color: #f9fbfb;
    color: #000;
    font-weight: bold;}

tr:nth-child(odd) {
    background: rgba(163, 58, 55, 0.5);}

.table_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1vw;}





/*HEADER CAROUSEL*/
.header_carousel {
    margin-top: 9vh;
    width: 100%;
    border-bottom: 2px solid #000000;
    overflow: hidden;
    position: relative;}

.header_carousel_track {
    display: flex;
    transition: transform 0.6s ease-in-out;}

.header_carousel_content {
    flex: 0 0 100%;
    height: 50vh;
    overflow: hidden;}

.header_img {
    margin-top: 8vh;
    margin-left: -5vw;
    background: #858585;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    z-index: 3;}

#header_img_1{
    object-position: 60% 50%;}
#header_img_2{
    object-position: 30% 50%;}
#header_img_3{
    object-position: 10% 50%;}

.header_carousel_nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 5;}

.carousel_dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.6);
    cursor: pointer;
    transition: all 0.3s ease;}

.carousel_dot:hover {
    background: rgba(255,255,255,0.9);
    transform: scale(1.2);}

.carousel_dot.active {
    background: white;
    transform: scale(1.3);}





/*TESTIMONIAL CAROUSEL*/
.carousel {
    width: 90%;
    margin: auto;
    padding: 0vw;
    position: relative;}

.carousel_content {
    height: auto;
    width: 80%;
    margin: auto;
    display: none;}

.carousel_content-active {
    display: block;}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;}

.review_text {
    margin: 0vh 2vw;
    padding: 0 2vw;
    width: 94%;
    height: auto;
    background: #f9fbfb;
    box-sizing: border-box;
    border: 0.25vw solid black;
    border-radius: 15px;}

.carousel_img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    margin: auto;}

.carousel_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 5vh;
    margin: auto;
    text-align: center;}

.carousel_button {
    display: inline-block;
    width: 12px!important;
    height: 16px!important;
    margin: 5px;
    border: 2px solid #000000;
    border-radius: 50%;
    cursor: pointer;}

.carousel_button:hover {
    background: rgba(28,70,101,0.75);
    transform: scale(1.2);}

.carousel_button-active {
    background: #1c4665!important;}

.carousel_btn { 
    display: flex;
    position: absolute;
    background: none;
    border: none;
    min-width: 25px;
    top: 17vh;
    margin: auto;
    cursor: pointer;
    z-index: 2;}

@media (hover: hover) and (pointer: fine) {
    .carousel_btn:hover {
        transform: scale(1.2);}
}

.carousel_btn.pressed {
    transform: none;}

.prev_btn {
    left: 1.5vw;}

.next_btn {
    right: 1.5vw;}

#prev_btn, #next_btn {
    background: none;}

#center {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 3vh;
    max-width: 2vw;
    padding: 0px 4px;
    border-radius: 5px;
    color: #1f2929;
    transform: scale(2, 4);}




/*Contact Form*/
#contact_us {
    color: #000000;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 100px;}

.contact_left, .contact_right {
    flex: 300px;}

.contact_left {
    display: flex;
    flex-direction: column;
    gap: 20px;}

.contact_right {
    display: flex;
    flex-direction: column;
    gap: 20px;}

.contact_form {
    display: flex;
    flex-direction: column;
    gap: 10px;}

.contact_form input, .contact_form textarea, .contact_form button {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px;
    border-radius: 10px;
    background: #aaacae;
    border: none;
    color: #000000;}

.contact_form textarea {
    resize: none;
    height: 180px;}

.contact_form input::placeholder, .contact_form textarea::placeholder {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #505050;}

#submit_btn {
    border: none;
    margin: auto;
    padding: 10px!important;
    width: 30vw;
    height: auto;}





/*FOOTER*/
.footer_content_w {
	height: 100px;
    width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	text-align: center;
	margin: auto;}

.footer_content_s {
    height: 100px;
    width: 30%;
    word-wrap: break-word;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	text-align: center;
	margin: auto;}

.footer_text {
    color: #f9fbfb;
    font-size: calc(8pt + 0.5vw)!important;
    line-height: calc(10pt + 1vw)!important;}

footer {
    border-top: 2px solid #000000;
    background: #a33a37;
    padding-top: 1vh;
    padding-bottom: 2vh;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
    width: 100%;
	height: 80px;
	bottom: 0;}




/*COLUMN CODES*/
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;}

.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;}

.col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;}

.col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;}

.col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;}

.col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;}

.col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;}

.col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;}

.col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;}

@media screen and (max-width: 1024px) {
    .desktop {
        display: none;}
    .mobile {
        display: inline-block;}
    .img_blurb_popup {
        height: 105%;}
    .img_blurb_popup h6 {
        line-height: 14pt;}
}

@media screen and (max-width: 830px) {
    .gallery_box {
        width: 32%;} 
}

@media screen and (max-width: 730px) {
    .img_blurb_grid {
        grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 630px) {
    .carousel {
        width: 85%;}
    .carousel_content {
        width: 100%;}
    .prev_btn {
        left: -5vw;}
    .next_btn {
        right: -5vw;}
    .gallery_box {
        margin: 1px;
        width: 49%;}
}

@media screen and (max-width: 585px) {
    .nav_menu {
        display: none;}
    .mobile_navbar {
        display: inline-block;
        margin-right: 10vw;}
    #menu {
        width: 5vw;
        padding: 0px;}
    .motto {
        font-size: calc(28pt + 0.5vw);
        line-height: 36pt;}
}

@media screen and (max-width: 473px) {
    .motto {
        font-size: calc(24pt + 0.5vw);
	    line-height: 32pt;}
    .hours {
    	font-size: calc(20pt + 0.5vw);
	    line-height: 28pt;
        margin-bottom: -3vh!important;}
    .times {
        font-size: calc(8pt + 0.5vw);
	    line-height: 18pt;}
    .img_blurb_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 2vh;}
    .img_blurb_box {
        margin: auto;
        width: 75vw;
        height: 75vw;}
    .carousel {
        width: 99%;}
    .carousel_content {
        width: 100%;}
    .prev_btn {
        left: -5vw;}
    .next_btn {
        right: -5vw;}
    .table_grid {
        grid-template-columns: repeat(1, 1fr);}
    table {
        margin: auto;
        width: 90%;}
    .gallery_box {
        margin: auto;
        width: 100%;}
    .footer_text {
        font-size: calc(7pt + 0.5vw)!important;}
}