body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #111;
    color: #f4f4f4;
}

.site-header {
    background-color: #000;
    padding: 1rem;
    text-align: center;
}

.tagline 
    font-style: italic;
}

.main-nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.main-nav a {
    color: #00e0ff;
    text-decoration: none;
}

.main-nav a:hover {
    text-decoration: underline;
}

main {
    padding: 2rem;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

figure img {
    width: 100%;
    height: auto;
}

.site-footer {
    text-align: center;
    padding: 1rem;
    background-color: #000;
} 

.logo-banner {
    text-align: center;
    margin: 1rem 0;
}

.logo-banner img {
    max-width: 200px;  
    width: 100%;
    height: auto;
    display: inline-block;
}

.site-footer a {
    color: #ff2a8b;  
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.social-icon {
    width: 30px;
    height: auto;
}

.social-section {
    text-align: center;
}

.instagram-post {
    margin-top: 2rem;
}

.style-type article {
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #444; 
}
	
.style-type img {
    width: 350px;
    height: 350px;
    object-fit: cover;
}
.gallery-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.gallery-title {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 2rem;
}

}

.social-links {
    margin-top: 10px;
}

.social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 6px 0;
    color: #f4f4f4;
    text-decoration: none;
}

.social-item:hover {
    text-decoration: underline;
}

.social-icon {
    width: 24px;
    height: auto;
}

social-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;  
}


.hero-images {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.hero-image {
    width: 250px;
}

.hero-image img {
    width: 100%;
    height: auto;
}

.instagram-gallery {
    max-width: 600px;
    margin: 50px auto;
}

.instagram-gallery img {
    width: 100%;
    height: auto;
}

.contact-section {
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
    text-align: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.contact-form input,
.contact-form textarea {
    padding: 10px;
    font-size: 16px;
}

.contact-form button {
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}

@media screen and (max-width: 600px) {

body {
        font-size: 14px;
    }

}

@media screen and (max-width: 600px) {

    .hero-images {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-images img {
        width: 90%;
        height: auto;
        margin-bottom: 15px;
    }

}

.styles-section {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.style-type {
    max-width: 700px;
    margin: 40px auto;
    text-align: center;
}

.style-type img {
    display: block;
    margin: 10px auto;
}

.style-section h2 {
    text-align: center;
    margin: 10px auto;
}

body {
    background-color: #121212;
    color: #e5e5e5;
    font-family: Arial, sans-serif;
}

.site-header {
    background-color: #1e1e1e;
    border-bottom: 3px solid #3a3a3a;
    padding: 15px;
}

.main-nav a {
    color: #cccccc;
    text-decoration: none;
    font-weight: bold;
}

.main-nav a:hover {
    color: #4db8ff;
}

section {
    background-color: #1a1a1a;
    padding: 20px;
    margin: 20px 0;
    border-radius: 6px;
}

.style-type {
    background-color: #202020;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 20px;
}

button {
    background-color: #4db8ff;
    color: #111;
    border: none;
    padding: 10px 16px;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #2ea3e6;
}

footer { 
    background-color: #0f0f0f;
    color: #999;
    border-top: 2px solid #333;
    padding: 15px;
    text-align: center;
}

.main-nav ul {
    list-style: none;      
    padding: 0;
    margin: 0;
    display: flex;         
    justify-content: center; 
    gap: 20px;            
}

.main-nav li {
    display: inline;
} 

