/* Reset some default styles */
body, h1, h2, p {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
}

header {
    background-color: #0077b6;
    color: #fff;
    text-align: center;
    padding: 20px;
}

nav {
    text-align: center; /* Center the text within the <nav> element */
}

nav ul {
    list-style: none;
    padding: 0;
}

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

nav a {
    text-decoration: none;
    color: #0077b6;
    font-weight: bold;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    nav ul li {
        margin-bottom: 10px; /* Add vertical spacing for smaller screens */
        display: block; /* Stack navigation items vertically */
    }
}

section {
    margin: 20px;
}

h2 {
    text-align: start; /* Center-align all <h2> elements within <section> */
    /*font-size: 36px; /* Adjust the font size as needed */
    font-family: 'Raleway', sans-serif; /* Use Raleway font */
}

p {
    font-size: 18px; /* Adjust the font size as needed */
    font-family: 'Avenir Light', sans-serif; /* Use Avenir Light font */
}

p1 {
    /*font-size: 18px; /* Adjust the font size as needed */
    font-family: 'Avenir Light', sans-serif; /* Use Avenir Light font */
}

/* Style the "Welcome" section */

#welcome {
    margin-top: 40px; /* Increase the margin on top of the "Welcome" section */
}

/* Style the <h2> element within the "Welcome" section */
#welcome h1 {
    width: 100%; /* Set the width to 100% to span the full width */
    text-align: center; /* Center-align the <h2> element */
    /*font-size: 56px; /* Adjust the font size as needed */
    font-family: 'Raleway', sans-serif; /* Use Raleway font */
    background-color: #d8d6d6; /* Change the background color for the <h2> area */
    padding-top: 30px; /* Add padding to the <h2> area for spacing */
    padding-bottom: 30px;
}

.banner-image {
    display: block; /* This makes the image a block element */
    width: 100%; /* Set the width to 100% to span the full width */
    margin-top: 0px; /* Adjust the top margin as needed */
    margin-bottom: 20px; /* Adjust the bottom margin as needed */
    margin-left: auto; /* Center the image horizontally */
    margin-right: auto;
}


/* Style the "Welcome" section */

/* Style the <h2> element within the "About" section */
#about h2 {
    padding-top: 60px; /* Add padding to the <h2> area for spacing */
    padding-bottom: 30px;
}


/* Style the "Apps" section */

/* Style the <h2> element within the "Apps" section */
#apps h2 {
    padding-top: 60px; /* Add padding to the <h2> area for spacing */
    padding-bottom: 10px;
}

#apps h3 {
    text-align: start; /* Center-align all <h3> elements within <section> */
    /*font-size: 24px; /* Adjust the font size as needed */
    font-family: 'Raleway', sans-serif; /* Use Raleway font */
}

#apps h4 {
    text-align: start; /* Center-align all <h3> elements within <section> */
    /*font-size: 20px; /* Adjust the font size as needed */
    font-family: 'Avenir Light', sans-serif; /* Use Avenir Light font */
}

.play-store-image {
    width: 200px; /* Set the desired width */
    height: auto; /* Let the height adjust to maintain aspect ratio */
}


/* Style the "Contact" section */

/* Style the <h2> element within the "Contact" section */
#contact h2 {
    padding-top: 60px; /* Add padding to the <h2> area for spacing */
    padding-bottom: 30px;
}

footer {
    background-color: #0077b6;
    color: #fff;
    text-align: center;
    padding: 10px;
}
