/* Apply some basic styling to the header */
header {
    background-color: #ffffff;
    color: #fff;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.logo img {
    max-height: 50px; /* Adjust the height as needed */
    margin-left: 20px;
}

header nav a {
    color: #000000;
    text-decoration: none;
    margin-right: 20px;
}

nav{
    margin-left:50px;
}


/* Add some spacing to the navigation links */
header nav a:not(:last-child) {
    margin-right: 20px;
}

/* Apply some basic styling to the footer */
footer {
    background-color: #ffffff;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    width: 100%;    
}
footer p {    
    color: #000000;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    width: 100%;    
}

/* Main hero background */
.hero {
 /* background-image: url('');*/
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: right;
    padding: 100px 0;
    height:350px;
}

.hero h1 {
    margin-top:100px;
    margin-right:100px;
    font-size:40px;
}

.hero p{
    font-size:16px;
    margin-right:75px;
}


/* Centered posts */
.posts {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
}

.post {
    background-color: #ffffff;
   /* border: 1px solid #ddd;*/
    padding: 20px;
    margin: 10px 0;
    max-width: 500px;
}

.post h2 {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}


 .post p {
    line-break: auto;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    height: auto;
    
}

.social-icons{
    height:10px;
}

.intro-text h1 {    
    text-align: center;
    margin-top:100px;

}

.intro-text p {
    text-align: center;
    max-width: 800px; /* Set a maximum width for the <p> content */
    margin: 0 auto; /* Center the <p> horizontally within the container */
    line-height: 25px;
}

.container-admin{
    display:flex;
    align-items: center;
    flex-direction:column;
    margin-top:50px;
}