@import "https://fonts.googleapis.com/css2?family=Geo:ital@0;1&display=swap";@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";:root{--background-color-exterior:#fddcaf;--background-color-primary:#fff;--primary-color:#b47d32;--text-color:#000;--link-color:#a63f03;--link-color-visited:#bf6b04;--link-color-hover:#bf6b04;--button-text-color:var(--text-color);--button-background-color:var(--background-color-primary);--button-border-color:var(--primary-color);--button-text-color-hover:var(--text-color);--button-background-color-hover:#b47d323d;--button-border-color-hover:var(--primary-color);--button-text-color-active:var(--text-color);--button-background-color-active:#b47d3280;--button-border-color-active:var(--primary-color);--button-text-color-current:#fff;--button-background-color-current:var(--primary-color);--button-border-color-current:var(--primary-color);--linkbar-background-color:var(--primary-color);--linkbar-text-color:var(--background-color-primary);--linkbar-link-color:var(--background-color-primary);--linkbar-link-color-visited:var(--background-color-primary);--linkbar-link-color-hover:var(--background-color-primary);--linkbar-height-standard:1.75rem;--linkbar-height-small:.75rem}html{background-color:var(--background-color-exterior);min-width:300px;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:1.5}body{background-color:var(--background-color-primary);max-width:1600px;min-height:100vh;color:var(--text-color);flex-direction:column;margin:0 auto;display:flex}h2,h3{font-weight:700}a{color:var(--link-color)}a:visited{color:var(--link-color-visited)}a:hover{color:var(--link-color-hover)}header{flex-direction:column;display:flex}ul.links{height:var(--linkbar-height-standard);background-color:var(--linkbar-background-color);flex-direction:row;justify-content:space-around;margin:0;padding:0;font-size:.75rem;list-style:none;display:flex}ul.links li{color:var(--linkbar-text-color);flex-direction:column;justify-content:center;display:flex}ul.links a{color:var(--linkbar-link-color);text-decoration:underline}ul.links a:hover{color:var(--linkbar-link-color-hover)}ul.links a:visited{color:var(--linkbar-link-color-visited)}header nav{border-bottom:var(--linkbar-height-standard) solid var(--primary-color);flex-direction:row;justify-content:space-between;align-items:center;height:4rem;padding:0 1.5rem;display:flex}header nav .logo{text-transform:uppercase;width:auto;height:1.75rem;color:var(--primary-color);flex-grow:1;margin:0}header nav ul{flex-direction:row;justify-content:space-between;margin:0 0 0 1.5rem;padding:0;list-style:none;display:flex}header nav ul li{flex-direction:column;justify-items:center;display:flex}header nav a{text-align:center;color:var(--button-text-color);background-color:var(--button-background-color);border:1px var(--button-border-color) solid;border-radius:.25rem;margin:0 .125em;padding:.125em 2.5em;font-size:1rem;font-weight:400;text-decoration:none}header nav a:visited{color:var(--button-text-color)}header nav a:hover{color:var(--button-text-color-hover);background-color:var(--button-background-color-hover);border-color:var(--button-background-color-hover)}header nav a:active{color:var(--button-text-color-active);background-color:var(--button-background-color-active);border-color:var(--button-background-color-active)}header nav a.active{color:var(--button-text-color-current);background-color:var(--button-background-color-current);border-color:var(--button-background-color-current)}.banner{object-fit:cover;object-position:center;width:100%;height:6rem}main{flex-direction:column;flex-grow:1;align-items:center;display:flex}main>div{flex-grow:1;max-width:64ch;margin:2rem}.home{flex-direction:row;justify-content:center;align-items:center;display:flex}.introduction{text-align:center;font-family:Geo,sans-serif;font-size:1.5em}.contact>h1,.contact>p{text-align:center}.contact .locations{flex-flow:wrap;gap:2rem 8rem;max-width:100%;display:flex}@media screen and (width<=460px){header nav{flex-direction:column;gap:1rem;height:auto;padding:.5rem}header nav ul{flex-direction:row;justify-content:space-between;display:flex}.introduction{width:auto}}@media screen and (width<=560px){header .links{display:none}footer .links{flex-wrap:wrap;height:auto;padding:.5em}footer .links li{margin:0 1em}header nav{border-top:var(--linkbar-height-small) solid var(--primary-color);border-bottom:var(--linkbar-height-small) solid var(--primary-color)}}@media screen and (width<=660px){header nav ul{grid-template-columns:1fr 1fr 1fr;gap:.5rem;margin-left:1rem;display:grid}header nav ul li{width:100%}header nav ul li a{width:auto;margin:0 .125em;padding:.125em 1em;font-size:.75rem}}@media screen and (width<=860px){header nav ul li a{padding:.125em 1.5em}}
