body {
    font-family: "Changa", serif;
    margin: 0;
    padding: 0;
    background-color: rgb(40, 33, 56);
}

/* Header Styles */
header {
    background-image: url('images/360_F_174517187_DBkADdgMsNKSb1HZUkMOdlDda5GJeX6i.jpg');
    color: #ffffff00;
    padding: 10px 0;
    text-align: center;
    font-family: changa;
}

main {
    background-color: rgba(0, 0, 255, 0);
}

.logo {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 3%;
    padding-bottom: 2%;
    border-radius: 10px;
}

header h1 {
    margin: 0;
}

/* Navigation Styles */
nav {
    background-color: rgba(0, 0, 255, 0);
    padding: 5px 0;
    border-radius: 20px;
}

nav ul {
    list-style: none;
    padding: 30px;
    background-color: rgba(26, 27, 48, 0);
    background: linear-gradient(rgba(213, 85, 168, 0.757), #df08ea00), rgba(0,0,0,0);
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: #fffff6;
    text-decoration: none;
    font-size: 27px;
    text-align: center;
    text-shadow: rgb(255, 241, 85) 0px 0 30px;
    font-family: "Audiowide", sans-serif;
}



/* Page Styles */
.page {
    padding: 20px;
    margin: 20px;
    background-color: #3c2b17;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact {
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 30px rgb(255, 250, 99);
    color: #ffffff;
    margin-right: 70px;
    margin-left: 70px;
    text-decoration: none;
    font-family: "Kelly Slab", sans-serif;
}

.contact form {
    text-align: center;
}

.contact a {
    color: #ffffff;
}


/* Footer Styles */
footer {
    background-image: url('images/360_F_174517187_DBkADdgMsNKSb1HZUkMOdlDda5GJeX6i.jpg');
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

.socials-footer {
    background-color: rgb(49, 72, 33);
    border-radius: 5px;
    padding: 5px 10px;
    padding-top: 1%;
    margin-right: 20px;
    margin-left: 20px;
    background: linear-gradient(rgba(213, 85, 168, 0.757), #df08ea00), rgba(0,0,0,0);
    font-family: "Audiowide", sans-serif;
    color: #fffed7;
    display: block;
}


.text {
    text-align: center;
    top: 40%;
    left: 30%;
    color: #fffed7;
    margin-left: 40px;
    margin-right: 40px;
    font-family: "Kelly Slab", sans-serif;
}

.texty {
    top: 40%;
    left: 30%;
    color: #fffed7;
    margin-left: 40px;
    margin-right: 40px;
    font-family: "Kelly Slab", sans-serif;  
}

header h1 {
    font-size: 40px;
}


/* Responsive Styles */
@media (min-width: 600px) {

    .gallery {
        display: grid;
        grid-template-columns: auto auto;
        margin-left: 15%;
    }

    .mobile, .mobile-nav {
        display: none;
    }
    
    .tablet-desktop {
        display: block;
    }

    .socials-footer {
        background-color: rgb(49, 72, 33);
    border-radius: 5px;
    padding: 5px 10px;
    padding-top: 1%;
    margin-right: 20px;
    margin-left: 20px;
    background: linear-gradient(rgba(213, 85, 168, 0.757), #df08ea00), rgba(0,0,0,0);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: #fffed7;
    display: block;
    }

    nav ul li {
        display: inline-block;
        margin: 10px 2%;
    }


    .logo {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 3%;
    padding-bottom: 2%;
    border-radius: 10px;
    }
    

}