*{box-sizing:border-box}body{overflow-x:hidden;margin:0;font-family:Arial,sans-serif;color:#fff;background-color:#000}#page-wrapper{max-width:1440px;margin:0 auto;background-color:#000;position:relative;overflow:hidden}header{background:#000;padding:15px 40px;display:flex;justify-content:space-between;align-items:center;position:relative}header img{max-height:80px;width:auto}nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;align-items:center}nav ul li{display:inline-block}nav a{color:#fff;margin-left:20px;text-decoration:none;white-space:nowrap}nav a:hover{color:#ff0}#hamburger{display:none;font-size:28px;color:#fff;cursor:pointer;position:absolute;right:10px;top:10px}@media (max-width:600px){nav ul{flex-direction:column;align-items:flex-start}nav ul li{display:block;width:100%}nav a{display:none}#hamburger{display:inline-block}nav.active a{display:block;width:100%;padding:10px 0;margin-left:0;background-color:#333;text-align:center;border-top:1px solid #444}nav{flex-direction:column;background:#000;position:absolute;top:60px;right:0;width:200px;padding:10px}nav.active{display:flex}}.parallax{height:600px;background-position:center top;background-repeat:no-repeat;background-size:contain;background-attachment:scroll;background-color:#000}@media (max-width:600px){.parallax{height:300px;background-size:contain}}.content{max-width:1100px;margin:0 auto;padding:40px 20px}.main{flex:3}.link-container{text-align:center}a.samples-link:link{color:red;text-decoration:none}a.samples-link:visited{color:red}a.samples-link:hover{color:#ff0;text-decoration:underline}a.samples-link:active{color:cornflowerblue}.services-title{text-align:center;margin-bottom:30px}.services-title h2{font-size:32px}@media (max-width:600px){.services-title h2{font-size:24px}}.services{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1100px;margin:0 auto;padding:50px 20px}@media (max-width:600px){.services{grid-template-columns:repeat(2,1fr)}}.service{text-align:center;max-width:200px}.service img{width:120px;height:120px;border-radius:50%;margin-bottom:15px;object-fit:cover}.cta-button{display:block;width:200px;margin:40px auto;padding:5px 5px;border-radius:30px;border:2px solid #fff;color:#fff;text-decoration:none;transition:0.3s ease;background-color:red;text-align:center}.cta-button:hover{background:cornflowerblue;color:#000}.cta-button a{color:#fff;text-decoration:none}.cta-button:hover a{color:#000}.page-content{max-width:1100px;margin:0 auto;padding:60px 20px}.page-content h1,.page-content h2,.page-content h3{color:cornflowerblue}.page-content a{color:cornflowerblue}.page-content a:hover{color:#ff0}footer{background:#000;padding:15px;text-align:center;font-size:14px;margin-top:60px}footer a{color:#ccc;margin:0 10px;text-decoration:none}footer a:hover{color:#fff}@media (max-width:600px){.content{padding:20px 15px}section{padding:40px 15px}.page-content{padding:30px 15px}}