@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

#navbar {
    background-color: #3f8c84;
    font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #3f8c84;
    font-weight: bold;
}
.carousel-caption {
    background: rgba(0,0,0,0.2);
}
#sauKimMessage {
    margin-top: 50px;
}
#sauKimName {
    padding-top: 40px;
}

#laiYen {
    margin: 20px;
    padding-right: 20px;
}
#laiYenImage {
    margin: 0 10px 0 20px;
    padding-left: 75px;
}
#laiYenCaption {
    margin-left: 261px;
}
#sauKimCaption {
    margin-left: 50px;
}
#laifonName {
    padding-top: 110px;
}
#laiFonMessage {
    margin: 40px 20px;
}

#laifonImage {
    margin: 0 20px 0 40px;
}

#laifonCaption {
    margin-left: 50px;
}
@media (max-width: 575.98px){
    #laifonCaption {
        padding-left: 0px;
    }
}

#btnSuccess {
    border-color: #3f8c84;
    color: #3f8c84;
}
#important {
    font-weight: bolder;
    color: #3f8c84;
}
#btnSuccess:hover {
    background-color: #3f8c84;
    color: white;
}

hr {
    border: 1px solid #3f8c84;
}

#jumboMessage {
    margin-top: 120px;
}

#jumboH4 {
    margin: 20px;
    color: white;
}


#jumboH1 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #3f8c84;
    font-weight: bolder;
    font-size: 100px;
}
#jumbo {
    background: url("/images/Willemtstad.jpg");
    background-size: cover;
    height: 100vh;
}
#ourServicesBtn{
    font-family: 'Source Sans Pro', sans-serif;
}
#mask {
    background-color: rgba(0,0,0,0.1);
}

#footer {
    background-color: #3f8c84;
}

#logo {
    font-size: small;
}

.addressList {
    font-size: small;
}

.navList {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 1;
    visibility: visible;
    padding: 10px;

}
.navList li {
    margin-top: 5px;
    margin-bottom: 6px;
}

#familyMessage{
    font-size: 16px;
}
.copyrights {
    font-size: small;
}
.attributions {
    font-size: x-small;
}
a {
    text-decoration: none !important;
    color: inherit;
}
#cardWidth {
    max-width: 50rem;
}
#contactInfoColor {
    color: white;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height: 0;
    width: 100%;
}
