@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,200italic,300italic,400italic,600italic,700italic');

/* Custom CSS for navigation menu */
nav ul.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav ul.list > li {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 1em;
  color: #f0f0f0;
}

nav ul.list > li > a {
  text-decoration: none;
  color: #f0f0f0;
}

nav ul.list > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 1em;
}

nav ul.list > li > ul > li {
  font-size: 0.9em;
  margin-top: 0.5em;
}

nav ul.list > li > ul > li > a {
  text-decoration: none;
  color: #cccccc;
}

nav ul.list a {
  text-transform: none; /* Remove lowercase transformation */
  display: block;
  padding: 5px 10px;
}

nav ul.list a:hover {
  background-color: #555555;
}

nav {
  text-align: left; /* Left justify the navigation */
}

nav a {
  padding: 5px 15px; /* Add padding around links */
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #333;
}

.navbar {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.navbar a {
    color: #007BFF;
    font-weight: 600;
}

.navbar a:hover {
    color: #0056b3;
}

.button-primary {
    background-color: #007BFF;
    border-color: #007BFF;
    color: #fff;
    font-weight: 600;
}

.button-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.header, .footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    text-align: center;
}

.footer a {
    color: #007BFF;
}

.footer a:hover {
    color: #0056b3;
}

.container h1, .container h2, .container h3 {
    font-weight: 600;
    color: #333;
}

.cta {
    background-color: #007BFF;
    color: #fff;
    text-align: center;
    padding: 50px 0;
}

.cta h1 {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta p {
    font-size: 1.2em;
    font-weight: 300;
}

.cta .button-primary {
    margin-top: 20px;
}

.testimonial-bg {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.testimonials h1 {
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.testimonial blockquote {
    font-style: italic;
    color: #666;
    border-left: 5px solid #007BFF;
    padding-left: 20px;
}

.testimonial blockquote p {
    margin: 0;
}

.social {
    background-color: #f8f9fa;
    text-align: center;
    padding: 30px 0;
}

.social h4 {
    margin-bottom: 20px;
}

.social-facebook, .social-twitter {
    display: inline-block;
    margin: 0 10px;
}

.theways .theway {
    margin-bottom: 30px;
}

.theways h2 {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 20px;
}

.theways-steps {
    list-style: none;
    padding: 0;
}

.theways-step {
    font-size: 1.2em;
    margin-bottom: 10px;
}


