body{
    overflow-x:hidden:
}

.flex {
    display: flex;
}

.flex-center {
    align-items: center;
}

.flex-right {
    justify-content: end;
}

body {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    width: 100%;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

header {
    width: 100%;
    color: white;
    background-color: #e8e8e8;
    box-shadow: 0px 2px 10px #6b6b6b;
}

.logo-image{
    max-height: 75px; 
    max-width: 100%;
}

.topbar {
    background-color: #005c8d;
    padding: 5px 45px;
}

.topbar p {
    margin: 0;
    font-size: 22px
}

.topbar p a:hover {
    color: black;
}

.navbar {
    padding: 15px 45px;
}

main {
    /* padding: 20px 45px 0 45px; */
    padding: 20px 150px 0 150px;
}

h1 {
    font-size: 32px;
    text-align: center;
}

h2 {
    font-size: 26px;
}

section img {
    max-width: 100%;
}

.card {
    box-shadow: 0px 0px 5px #CCC;
    padding: 25px;
    border-radius: 7px;
}

.text-center {
    text-align: center;
}

#formatted_address{
    width:250px;
    text-align:left;
    line-height:25px;
}

.gallery img {
    width: 320px;
    box-shadow: 0px 0px 7px #ccc;
    border-radius: 12px;
    margin: 20px;
}

.divider {
    margin: 45px 0;
    border: 2px solid #e4e4e4;
    padding: 2px;
    background-color: #e6e6e6;
    border-radius: 9px;
}

.grid-container31 {
    grid-template-columns: 3fr 1fr;
}

.grid-container13 {
    grid-template-columns: 1fr 3fr;
}

.grid-container3grid {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-container {
    padding: 20px;
    margin: 0 auto;
    max-width: 100%;
    display: grid;
    gap: 20px;
}

.grid-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.gmap {
    width: 500px;
}

.justify-text {
    text-align: justify;
}

#contact_para {
    line-height: 25px;
    width: 320px;
}


footer {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    width: 100vw;
}

.footer-overlay{
    padding: 45px 0 0px 0;
    width:100%;
    height:100%;
    background-color: #005c8dc9;
}

.footer-sections{
    padding: 0 150px;
    margin-bottom:35px;
}

.footer-sections p{
    line-height:35px;
    width:300px;
    font-size: 18px;
}

.copy-right{
    margin-top:25px;
}

.logo-image-footer{
    width:200px;
}

#footer-map{
    margin-top: 35px;
    box-shadow: 0px 0px 7px #ccc;
    border-radius: 15px;
    overflow: hidden;
}


.social-icons {
    font-size: 20px;
    background: white;
    color: black;
    padding: 9px 15px 15px 10px;
    margin-right: 15px;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 100%;
}
#tt-icon{ height: 40px; vertical-align: bottom; margin-right: 15px; }
.social-icons.fa-facebook { color: #3B5998 !important; }
.social-icons.fa-twitter { color: #08a0e9 !important; }
.social-icons.fa-linkedin { color: #0077B5 !important; }
.social-icons.fa-youtube { color: #E62117 !important; }
.social-icons.fa-instagram { color: #405DE6 !important; }
.social-icons.fa-pinterest { color: #ff0000 !important; }
.social-icons.brand-tiktok { color: #00ff00 !important; }
