/* Reset some default browser styles */
body, h1, h2, h3, p, ul, li, form, input, textarea, button {
    margin: 0;
    padding: 0;
}

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

header {
    background-color: #ffffff; /* Cool blue color */
    color: #fff;
    padding: 10px 0;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

header h1 {
    font-size: 36px;
    margin: 0;
}

header .div-header {
    width: 60%;
    margin: 0 auto;
    height: 150px;
}

nav {
    padding: 20px 0;
    background: #007BFF;
}

nav ul {
    list-style: none;
}

nav ul li {
    display: inline;
    padding: 0 30px;
}

nav a {
    text-decoration: none;
    color: #ffffff;
}

nav a:hover {
    color: #182b4e;
    border-bottom: 1px solid black;
}

section {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

#hero {
    text-align: center;
    color: #fff;
}

#hero h2 {
    font-size: 28px;
    margin: 0;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: bold;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.service {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.service img {
    max-width: 100px;
    margin: 0 auto 10px;
}
.portfolio-cards {display: flex !important;justify-content: space-between;align-content: space-between;flex-flow: wrap row;padding: 10px 0 0 0;margin: 0;list-style: none;}

.portfolio-card {
    width: 400px; /* Adjust as needed for spacing */
    background-color: #fff;
    flex: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin: 10px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;    
}

.portfolio-card-empty {
    width: 400px;
    flex: auto;
    padding: 20px;
    margin: 10px;
    border: 1px solid white;
}

.portfolio-card img {
    max-width: 100%;
    border-radius: 40px;
    border: 2px solid black;
}

.portfolio-card h3 {
    font-size: 24px;
    margin: 10px 0;
}

.portfolio-card p {
    font-size: 16px;
    color: #777;
}
#portfolio .project {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

#portfolio .project img {
    max-width: 100%;
}

form {
    margin-top: 20px;
}

input, textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Centered form container using flex */
.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Ensure the form is vertically centered */
}

form {
    max-width: 400px; /* Adjust the maximum width as needed */
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

input, textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #007BFF;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.project-img {
    width: 144px;
    height: 144px;
}

footer {
    background-color: #007BFF;
    color: #fff;
    height: 200px;
    padding: 10px 0;
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: end;
}

/* Placeholder for a logo */
.logo {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.app-link {
    padding: 10px;
    background: #007BFF;
    width: 120px;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0;
}

.app-link a {
    color: white;
    text-decoration: none;
}

.section-title {
    background-color: rgb(245 245 245);
    font-size: 20px;
    padding: 20px;
}

.section-desc {
    padding: 20px;
}

.section-desc p {
    line-height: 40px;
    font-size: 14px;
}

.section-desc p.bold {
    font-weight: bold;
}

.section-list {
    padding: 0 20px;
}

a.alink {
    color: rgba(0,101,128,1);
}
