img{
display: block;
width:300px;
height: auto;
margin-left: auto;
margin-right: auto;
}

h1,.life{
text-align:center;
}
.background-photo{  
background-image: url(wallpaper_website.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;


}
 .welcome{
padding: 10% 0;
font-size: 2.5em;
-webkit-text-stroke: 2px black; 
color: white;
font-family: 'DynaPuff', sans-serif;

}
h1{
padding-top: 10px;
padding-bottom: 10px;
}
p{
padding: 10px 0px;

}
figcaption{
text-align: center;
padding: 10px 0;
}
.info{
margin: 14px 20px;
background-color: #a7b5f9;
color: #ffffff;
padding: 20px;
border: .5px solid #856ba8;
}
.footer{
text-align: center;
color:#BFD7EA;
font-size: xx-large;
font-weight:bold;
}
body{
font-family: Tahoma, "Comic Sans MS";
background: #7eaff5;
color: white;
}
a{
color:white;
}
a:visited{
color:white;
}

@media screen and (max-width: 600px) {
.column {
width: 100%;
}
}
.container {
    display: flex;
    justify-content: space-between; /* Distributes the space between the columns */
    gap: 20px; /* Adds space between columns */
    padding: 10px;
    border: 3px solid #a7b5f9;

}

/* Column styles */
.column {
    flex: 1; /* Ensures the columns take up equal space */
    padding: 20px;
    background-color: #8f75bc;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #ffffff;
}

h3{

font-weight: normal;
padding-left: 30px;


}
.button {
background-color: #b096c9; 
border: none;
color: white;
padding: 15px 30px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 0 37%;
width: 20%;
border: 3px solid #c98fff; 
border-radius: 5px;
cursor: pointer;
}

.button:hover {
    background-color:#7a688b ;
}


@media (max-width: 768px) {
    .center-button {
        padding: 12px 25px; 
    }}

.navbar {
    display: flex;            
    justify-content: space-between;
    padding: 10px 20px;      
    background-color: #d38dce;  
    color: white;              
    position: sticky;        
    top: 0;
    z-index: 1000;             
}

.nav-list {
    list-style-type: none;    
    margin: 0 15px;  
             
}

.nav-list a {
    text-decoration: none;      
    color: white;              
    font-size: 18px;        
    padding: 5px 10px;     
    display: block;             
    transition: color 0.3s ease; /* Smooth transition for color change on hover */
}

/* Hover effect */
.nav-list a:hover {
    color: #ffd700;             /* Change link color on hover */
}

*{
    margin:0;
    padding: 0;
}


.accordion {
    max-width: 90%;
    margin: 0 auto;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    border-radius: 5px;
}

.accordion-header {
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    background-color: #856ba8;
    color: #fff;
    cursor: pointer;
    text-align: left;
    border: none;
    width: 100%;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: #47385a;
}

.accordion-content {
    padding: 15px;
    display: none; /* Initially hidden */
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
}

/* Show content when the header is clicked */
.accordion-item.active .accordion-content {
    display: block;
}
.faq{
    margin: 40px 0px;
    padding: 20px 0px;
    background-color:#f3bef3;
    color: #0B3954;
}

.button-link {
    font-size: 16px;
    display: inline-block; 
background-color: #b096c9;    
border: none;
    color: white;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0 37%;
    width: 20%;
border: 3px solid #c588ff;     border-radius: 5px;
    cursor: pointer;
}

.button-link:hover {
    background-color:#7a688b ;
}
/* .projects {
  display: flex;
  align-items: flex-start; /* Ensure content is aligned to the left by default */
} */

.projects {
  text-align: center; /* Center the text in h1 */
  width: 100%; /* Ensure h1 takes full width to center properly */
  display: block;
  margin: 0;
}

ul {
  padding-left: 50px; /* Remove any default padding */
}

ul li {
  text-align: left; /* Ensure list items are left-aligned */
}

.projects li{
    font-size: 1.5rem;
}

img.sound {
  width: 100PX;
  height: AUTO;
  display: inline;
  margin: 0;
  text-align: left;
}
img.land{
    width: 900px;
    height: auto;
     display: inline;
  margin: 0;
  text-align: left;
}

