html {
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    color: #333;
    font-size: 16px;
}

a:link {
    color: #000066
}

a:visited {
    color: rgb(13, 61, 77);
}

a {
    text-decoration: none;
}

header {
    text-align: center;
}

#slogan {
    font-size: 250%;
    color: #000066;
}

.nav-section {
    margin: 5rem 0 1rem -10rem;
}

.site-nav {
    display: inline;
    font-size: 175%;
    margin-left: 10rem;
    text-transform: capitalize;
    font-variant: small-caps;
}

#services {
    margin-left: 0;
}

.hero-section {
    background: #03033d;
    border-radius: 5em;
    color: white;
    padding: 6rem 2rem;
    text-align: center;
}

.hero-section h1 {
    font-size: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.hero-section p {
    font-size: 1.4rem;
    margin-bottom: 3rem;
}

.cta-btn {
    background-color: #FF7043;
    color: #000066;
    padding: 1.5rem 3rem;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
}

.strengths-section {
    text-align: center;
    font-size: 2.5rem;
    color: #000066;
}

.services-section {

    padding: 4rem 2rem;
    text-align: center;
}

.services-section h2 {
    color: #000066;
    font-size: 2.5rem;
}

#our-services {
    font-size: 2.5rem;
}

.service-card {
    color: white;
    display: inline-block;
    width: 30%;
    background-color: #03033d;
    margin: 1rem;
    padding: 2rem;
    border-radius: 8px;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.service-card p {
    font-size: 1.5rem;
    color: white;
}

.second-section {
    background-color: #03033d;
    color: white;
    font-size: 150%;
    font-variant: small-caps;
    padding: 3rem;
    margin: 3rem 0 3rem 0;
    text-align: center;
    text-transform: capitalize;
}

.contact-section {
    background-color: #03033d;
    color: white;
    padding: 4rem 2rem;
    text-align: center;
}

.contact-section h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.contact-section p {
    font-size: 150%;
}

.contact-section form input,
.contact-section form textarea {
    width: 50%;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
}

#message {
    visibility: hidden;
}

.contact-section form button {
    background-color: #FF7043;
    color: #000066;
    clear: both;
    padding: 1.5rem 3rem;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    text-decoration: none;
    border-radius: .5rem;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 2rem;
}