* { box-sizing: border-box; }
html { min-height: 100%; }
body { margin: 0; min-height: 100%; overflow-x: hidden; color: #222; background: #fff; font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif; font-size: 14px; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
p { margin: 0 0 15px; font-size: 18px; line-height: 1.45; font-weight: 400; }
li { font-size: 18px; line-height: 1.45; margin: 0 0 5px; }
h1, h2, h3 { margin: 0 0 20px; color: #222; font-weight: 700; }
h1 { font-size: 40px; text-transform: uppercase; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
.container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; position: relative; }
.site-header { position: relative; z-index: 10; min-height: 151px; border-bottom: 1px solid #666; background: #231f20 url("../images/header.jpg") no-repeat top center; }
.header-inner { min-height: 151px; }
.brand { position: absolute; left: 0; top: 0; z-index: 2; display: block; width: 387px; max-width: 42%; }
.brand img { display: block; width: 100%; height: auto; }
.site-nav { position: relative; z-index: 3; float: right; }
.site-nav ul { display: flex; align-items: flex-start; gap: 7px; margin: 0; padding: 0; list-style: none; }
.site-nav a { display: block; min-width: 132px; padding: 75px 28px 32px; border-right: 1px solid #545454; border-left: 1px solid #545454; border-bottom: 1px solid #545454; background: #333; color: #ccc; font-size: 22px; line-height: 1; text-align: center; text-transform: uppercase; text-decoration: none; transition: color .2s, background .2s; }
.site-nav a:hover, .site-nav a.current { color: #fff; background: #464646; }
.menu-toggle { display: none; }
.home-hero { position: relative; min-height: 740px; overflow: hidden; }
.slides { position: absolute; inset: 0; }
.slides img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; animation: fadeSlides 18s infinite; }
.slides img:nth-child(1) { animation-delay: 0s; }
.slides img:nth-child(2) { animation-delay: 6s; }
.slides img:nth-child(3) { animation-delay: 12s; }
@keyframes fadeSlides { 0%, 28% { opacity: 1; } 34%, 100% { opacity: 0; } }
.welcome { position: absolute; z-index: 2; left: 50%; top: 348px; transform: translateX(-50%); width: min(1100px, calc(100% - 80px)); padding: 50px; background: rgba(255,255,255,.85); text-align: center; }
.welcome h1 { margin-bottom: 30px; }
.welcome p { max-width: 920px; margin: 0 auto; }
.inner-hero { height: 200px; padding-top: 50px; background-repeat: no-repeat; background-position: top center; background-size: cover; }
.inner1 { background-image: url("../images/inner-wrap1.jpg"); }
.inner2 { background-image: url("../images/inner-wrap2.jpg"); }
.inner3 { background-image: url("../images/inner-wrap3.jpg"); }
.inner4 { background-image: url("../images/inner-wrap4.jpg"); }
.inner-hero h1 { display: inline-block; margin: 65px 0 0; padding: 20px 40px; background: #464646; color: #fff; font-size: 30px; font-weight: 400; }
#content { padding: 50px 0; min-height: 530px; }
.img-r { float: right; width: min(390px, 40%); padding: 5px; margin: 0 0 50px 100px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.2); }
.allcaps { text-transform: uppercase; }
.about-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin: 50px 0 0; }
.about-grid img { width: 100%; padding: 5px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.2); }
.gallery { max-width: 840px; }
.gallery h1 { clear: both; padding-top: 10px; margin: 0 0 20px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; font-family: Georgia, serif; font-size: 30px; }
.gallery h2 { clear: both; margin: 0 0 8px; font-family: Georgia, serif; font-size: 18px; }
.gallery a { display: block; float: left; width: 22%; margin: 10px 2% 10px 0; }
.gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; padding: 5px; background: #fff; box-shadow: 0 0 3px rgba(0,0,0,.2); }
.gallery .clear { clear: both; }
.contact-layout { display: grid; grid-template-columns: 1fr 480px; gap: 60px; }
#details { margin-top: 30px; }
#details h2 { font-size: 28px; }
#details h3 { max-width: 470px; font-size: 24px; text-transform: uppercase; }
#details a { text-decoration: none; }
.map { width: 100%; height: 350px; margin-top: 5px; border: 0; }
.site-footer { width: 100%; background: #231f20; border-top: 1px solid #999; }
.site-footer .container { display: flex; justify-content: space-between; gap: 20px; }
.copy, .designer { margin: 0; padding: 20px 0; color: #999; font-size: 12px; line-height: 1.4; }
.designer a { color: #999; text-decoration: none; }
@media (max-width: 1050px) { .container { width: min(920px, calc(100% - 32px)); } .site-header, .header-inner { min-height: 120px; } .brand { width: 307px; max-width: 45%; } .site-nav a { min-width: 104px; padding: 55px 16px 28px; font-size: 17px; } .welcome { top: 300px; } }
@media (max-width: 760px) { p, li { font-size: 16px; } h1 { font-size: 30px; } .site-header { min-height: auto; background: #231f20; } .header-inner { min-height: 0; display: flex; align-items: center; padding: 0; flex-wrap: wrap; } .brand { position: static; max-width: none; width: 260px; } .menu-toggle { display: block; margin-left: auto; padding: 14px 16px; border: 1px solid #555; background: #333; color: #fff; text-transform: uppercase; font: inherit; } .site-nav { display: none; width: 100%; float: none; } .site-nav.open { display: block; } .site-nav ul { display: block; } .site-nav a { width: 100%; min-width: 0; padding: 18px 16px; border: 0; border-top: 1px solid #555; font-size: 17px; text-align: left; } .home-hero { min-height: calc(100vh - 121px); } .welcome { top: 50%; width: calc(100% - 32px); padding: 28px 20px; } .welcome h1 { margin-bottom: 18px; font-size: 28px; } .inner-hero { height: 155px; padding-top: 0; } .inner-hero h1 { margin-top: 90px; padding: 16px 24px; font-size: 24px; } #content { padding: 34px 0; } .img-r { float: none; width: 100%; margin: 0 0 26px; } .about-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 30px; } .gallery { max-width: none; } .gallery a { width: 48%; margin-right: 2%; } .contact-layout { display: block; } .contact-spacer { display: none; } #details h2 { font-size: 24px; } #details h3 { font-size: 20px; } .site-footer .container { display: block; padding: 12px 0; } .copy, .designer { padding: 5px 0; } }
@media (max-width: 430px) { .brand { width: 220px; } .menu-toggle { padding: 12px; } .about-grid { grid-template-columns: 1fr; } .gallery a { width: 100%; margin-right: 0; } }
