@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg-light:#f0f0f0;--text-light:#333;--bg-dark:#333;--text-dark:#f0f0f0;--primary-color:#2c3e50;--secondary-color:#ecf0f1;--accent-color:#3498db}body{font-family:Montserrat,sans-serif;line-height:1.6;margin:0;padding:0}.App{display:flex;flex-direction:column;min-height:100vh}.light-mode{background-color:#f0f0f0;background-color:var(--bg-light);color:#333;color:var(--text-light)}.dark-mode{background-color:#333;background-color:var(--bg-dark);color:#f0f0f0;color:var(--text-dark)}header{background-color:#2c3e50;background-color:var(--primary-color);color:#ecf0f1;color:var(--secondary-color);justify-content:space-between;padding:1rem}.logo,header{align-items:center;display:flex}.logo img{height:40px;margin-right:10px;width:auto}.logo h1{font-size:1.5rem;margin:0}nav{flex-grow:1;justify-content:center}nav,nav ul{display:flex}nav ul{list-style-type:none;margin:0;padding:0}nav ul li{margin:0 1rem}nav ul li a{color:#ecf0f1;color:var(--secondary-color);text-decoration:none;transition:color .3s ease}nav ul li a:hover{color:#3498db;color:var(--accent-color)}.header-buttons{align-items:center;display:flex}.menu-toggle,.theme-toggle{background:none;border:none;color:#ecf0f1;color:var(--secondary-color);cursor:pointer;font-size:1.5rem;margin-left:1rem}.menu-toggle{display:none}main{flex-grow:1;padding:2rem}footer{background-color:#2c3e50;background-color:var(--primary-color);color:#ecf0f1;color:var(--secondary-color);padding:1rem;text-align:center}h1{font-size:2.5rem;margin-bottom:1rem}.climbing-achievements,.development-projects,.home .bio,.rope-access-projects{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.home-logo{height:auto;margin-bottom:1rem;width:100px}.climb-card,.project-card{background-color:#ffffff1a;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:1rem;transition:transform .3s ease}.climb-card:hover,.project-card:hover{transform:translateY(-5px)}.climb-card h3,.project-card h3{font-size:1.5rem;margin-bottom:1rem}.image-placeholder{background-color:#ccc;background-position:50%;background-size:cover;border-radius:4px;height:200px;margin-bottom:1rem;width:100%}.project-card a{background-color:#2c3e50;background-color:var(--primary-color);border-radius:4px;color:#ecf0f1;color:var(--secondary-color);display:inline-block;margin-top:1rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s ease}.project-card a:hover{background-color:#34495e}@media (max-width:768px){.climbing-achievements,.development-projects,.home .bio,.rope-access-projects{grid-template-columns:1fr}.desktop-only{display:none}.menu-toggle{display:block}header{flex-wrap:wrap}nav{display:none;flex-basis:100%}nav.open{display:block}nav ul{flex-direction:column}nav ul li{margin:0;text-align:center}nav ul li a{display:block;padding:1rem}.header-buttons{margin-left:auto}}
/*# sourceMappingURL=main.ebe07b54.css.map*/