* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
	    background-color: #F9F2E7;/*#f4e9d4;*/
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
	    font-family: 'Nunito', sans-serif;
    line-height: 1.6;
    color: #3B2E2A;/*#373635;/*#4c656b;*/
}

header {
    background: #C27657;/*#4c656b;*/
    color: #3B2E2A; /*white;*/
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
p {
	padding-bottom: 1rem;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

section {
    padding-top: 0;
    padding-right: 2rem;
    /*padding-bottom: 2.5rem;*/
    padding-left: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

section h2{
    margin-top:1rem;
    margin-bottom:1rem;
}
h1,h2,h3,h4,a {
    color: #3B2E2A;
}
h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    /*text-align: center;*/
    /*color: #4c656b;*/
}


footer {
    /*background: #3B2E2A;*/
    color: #3B2E2A;
    text-align: center;
    padding: 2rem;
}

ul{
	padding-left: 2rem;  /* 2.5 rem roughly 40px at default font size */
    /*margin: 1rem 0;*/
}
li{
    padding:0.2rem;
}

.logo {
    display:inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height:0.8;
}
.logo img{
    vertical-align:middle;
    height:1em;
}
.overlap{
    color:rgba(59, 46, 42, 0.6);
}
.logo .primary-text{
    vertical-align:middle;
    margin-left:-20px;
}
.logo .secondary-text{	
	font-size: 1rem;
	white-space:nowrap;
	display:inline-block;
	color:#F9F2E7;
}
.nav-links {
    background: #C27657;
    display: flex;
    list-style: none;
    gap: 2rem;
    white-space:nowrap;
}

.nav-links a {
    color: #3B2E2A;/*4E6E6B;*/
    text-decoration: none;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #F9F2E7;/*#f4e9d4;*/
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #3B2E2A;
    font-size: 1.5rem;
    cursor: pointer;
}

.hero {
    background-color: #C27657;/*#f4e9d4;*/
    /*background-image: url('logo.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;*/
    color: #3B2E2A;/*#4c656b;*/
    text-align: center;
    padding: 1.5rem 2rem 1rem;
    margin-top: 4em;
    margin-bottom:1rem;
    position: relative;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    text-align: justify;
}

.about-footer{
	text-align: center;
	padding-top: 0.5rem;
}

.about-image {
    /*background: #ddd;*/
    height: 400px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.about-image img {	
    width: 75%; height: 80%; object-fit: cover; border-radius: 10px;
}

.offer-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    text-align: justify;
}

.offer-content p{	
    text-align: justify;
}

.offer-image {
    /*background: #ddd;*/
    height: 400px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.offer-image img {	
    width: 75%; height: 80%; object-fit: cover; border-radius: 10px;
}

.coaching-content p{
	text-align: justify;
}

.contact-content p{
    /*max-width: 600px;
    margin: 0 auto;*/
    text-align: justify;
}

.contact-content {
    text-align: center;
}

.contact-button {
    display: inline-block;
    background: #C65D3B;/*#FFB300;/*#4c656b;/*white;*/
    color: black;/*#FAF7F0;/*white;/*#574a31;*/
    padding: 1.2rem 3rem;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 2rem;    
}

.contact-button:hover {
    /*background: #764ba2;*/
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {

section h2{
    margin-top:1rem;
    margin-bottom:0;
}
    .menu-toggle {
	display: block;
    }

    .nav-links {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	flex-direction: column;
	padding: 1rem;
	gap: 1rem;
	display: none;
    }

    .nav-links.active {
	display: flex;
    }
    .hero{
    	padding-bottom:0.2rem;
    }
    .hero h1 {
	font-size: 2rem;
    }

    .hero h1, .hero p {
    	/*color: white;
		text-shadow: 0 0 4px black, 0 0 3px rgba(0, 0, 0, 0.8);*/
    }
    .offer-content {
		grid-template-columns: 1fr;
		gap:0;
    }
    .about-content {
		grid-template-columns: 1fr;
		gap:0;
    }

    h2 {
	font-size: 1.8rem;
    }
}
