/*
Theme Name: Dental Pro
Theme URI: http://wpdentaire-v1.c8.ooo.ovh
Author: Cline
Author URI: http://example.com
Description: A professional WordPress theme for dental practices with job postings.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dental, professional, job postings, clean, modern
Text Domain: dental-pro
*/

/* Reset some default styles */
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin: 0;
    padding: 0;
}

/* Basic body styling */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* Header styling */
header {
    background-color: #007bff;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

/* Footer styling */
footer {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
}

/* Container styling */
.container {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

/* Navigation styling */
nav {
    background-color: #0056b3;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

nav a {
    color: #fff;
    margin: 0 15px;
    text-decoration: none;
}

/* Main content styling */
main {
    padding: 20px 0;
}

/* Job listings styling */
.job-listings {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.job-listings h2 {
    margin-bottom: 10px;
}

.job-listings ul {
    list-style-type: none;
}

.job-listings li {
    margin-bottom: 10px;
}

/* Job submission form styling */
.job-submission-form {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 5px;
}

.job-submission-form h2 {
    margin-bottom: 10px;
}

/* Membership styling */
.membership-section {
    background-color: #e9ecef;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.membership-section h2 {
    margin-bottom: 10px;
}

.membership-section ul {
    list-style-type: none;
}

.membership-section li {
    margin-bottom: 10px;
}

/* Responsive design */
@media (max-width: 768px) {
    .container {
        width: 90%;
    }

    nav a {
        display: block;
        margin: 10px 0;
    }
}
