HTML {
    scroll-behavior: smooth;
    scroll-padding-top: 140px; /* Set to the height of the sticky header */
}
BODY {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
    background-color: #f0f0f0;
}
HR {
    border: 0;
    border-top: 1px solid black;
}
P {
    margin-bottom: 12px;
}
B {
    font-weight: bold;
}
A {
    color: #007BFF;
    text-decoration: none;
}
A:hover {
    cursor: pointer;
}
.popup {
    position: fixed;
    z-index: 9999;
    max-width: 900px;
    padding: 10px 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,.75);
    display: none;
}
#serviceLinks {
    position: fixed;
    top: 0; width: 100%;
    color: white; background-color: black;
    padding: 10px 0px;
    text-align: center;
    z-index: 1000;
}
#serviceLinks A {
    color: white;
    margin: 0px 20px;
    font-size: 16px;
}
#pageHeader {
    position: fixed;
    top: 0px;
    width: 100%;
    /* background-color: #f0f0f0; */
    background-color: white;
    border-top: 1px solid black;
    z-index: 1000;
}
#pageHeader #logo {
    height: 80px;
    margin: 10px;
}
#pageHeader #links {
    float: right;
    margin: 65px 30px 0px 0px;
    font-size: 18px;
}
#pageHeader #links A {
    padding: 0px 5px;
    color: black;
    font-size: 16px;
    font-weight: bold;
}
#pageTop {
    margin-top: 100px;
    background-image: url("images/background.jpg");
    background-size: cover;
    background-position: center;
}
#pageTop .content {
    width: 1200px;
    margin: 0px auto;
    padding-top: 40px;
    display: flex;
    column-gap: 40px;
}
#pageTop .content #founder {
    width: 370px; height: fit-content;
    padding: 10px 20px;
    background-color: #36454F;
    color: white;
    border: 2px solid #606060;
    border-radius: 10px;
}
#pageTop .content #founder #quote {
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
}
#pageTop .content #founder #attribution {
    text-align: right;
}
#pageTop .content #founder #attribution A {
    color: white;
}
#pageTop .content #carousel {
    width: 760px;
}
#pageTop .content #carousel P {
    margin: 0px 0px 10px 0px;
}
.flex-caption {
    padding: 2%;
    top: 0; left: 0;
    background: #008DF7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 18px;
    line-height: 18px;
}
.flex-control-nav li a {  /* Change the color of the inactive/default pips */
    background: #ccc !important;
}
.flex-control-nav li a.flex-active, .flex-control-nav li a:hover {  /* Change the color of the active/hovered pip */
    background: #8080ff !important;
}
#pageMiddle {
    background-color: #D5DFED ;
    padding-bottom: 30px;
}
#pageMiddle .content {
    width: 1200px;
    margin: 0px auto;
    padding-top: 40px;
}
#pageMiddle .content #servicesList .header {
    color: black;
    font-size: 24px;
    font-weight: bold;
}
#pageMiddle .content #servicesList .service {
    display: flex;
    padding-top: 20px;
}
#pageMiddle .content #servicesList .service .image {
    width: 150px;
    padding: 20px 40px 0px 0px;
}
#pageMiddle .content #contactUs {
    margin-top: 40px;
}
#pageMiddle .content #contactUs .header {
    color: black;
    font-size: 24px;
    font-weight: bold;
}
#pageBottom {
    background-color: #f0f0f0;
}
#pageBottom .content {
    width: 1200px;
    margin: 0px auto 40px auto;
    padding-top: 40px;
    display: flex;
}
#pageBottom .content #aboutUs {
    width: 620px;
    padding-right: 30px;
}
#pageBottom .content #aboutUs .header {
    color: black;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 24px;
}
#pageBottom .content #aboutUs IMG {
    width: 140px;
    float: left;
    padding-right: 16px;
}
#pageBottom .content #aboutUs #biography P:first-child {
    margin-top: 0px;
}
#pageBottom .content #contactUs {
    width: 575px;
    border-left: 1px solid black;
    padding-left: 30px;
}
#pageBottom .content #contactUs .header {
    color: black;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 8px;
}
