body
{
    font-family: Lato,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    color: #212529;
}

/* Navbar */
.navbar-light .navbar-nav .nav-link 
{
    color: rgba(0,0,0,.75);
}
.btn-primary 
{
    color: #fff;
    background-color: #f1592a;
    border-color: #f1592a;
}
.btn-primary:hover
{
    background-color: #D35400;
    border-color: #D35400;
}
.navbar.navbar-expand-md .navbar-nav .nav-item .nav-link.btn-primary 
{
    color: #fff;
}
.btn
{
    border-radius: .125rem;
}
.dropdown-item.active, .dropdown-item:active 
{
    color: #fff;
    text-decoration: none;
    background-color: #f1592a;
}

/* Title */
.title-container
{
    margin-top: 160px;
    margin-bottom: 60px;
    border: 0px solid;
    letter-spacing: 1px;
}
.title-container h1
{
    text-align: center;
    margin: 0px;
    font-size: 2.8em;
    font-weight: 600;
}
.title-container h5
{
    text-align: center;
    margin: 0px;
    padding: 10px 20px 20px 20px;
    font-size: 1.4em;
}

/* Section 1 */
#first-section
{
    padding: 150px 0px 40px 0px;
}
#first-section .top-description
{
    margin: 0px;
    text-align: center;
    color: #484848;
    font-size: 15pt;
}
#first-section ul
{
    margin: 0px;
}
#first-section ul li
{
    margin: 0px 0px 10px 0px;
}
#first-section ul li .fa-check
{
    margin: 0px 10px 0px 0px;
    color: #f1592a;
}
#first-section ul li .sub-head
{
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

/* Section 2 */
#touchless-staff-section
{
    padding: 30px 0px 0px 0px;
}

/* Section 3 */
#touchless-visitor-section
{
    padding: 30px 0px 60px 0px;
}
.image-column, .image-column-right
{
    border: 0px solid;
    padding: 15px;
}
.image-column-right
{
    justify-content: flex-end;
}
.image-column .image-wrapper, .image-column-right .image-wrapper 
{
    border: 0px solid;
    /*border-radius: 10px;*/
    width: 500px;
    height: fit-content;
    /*box-shadow: 0px 0px 16px rgba(33, 33, 33, 0.15);*/
}
.image-column .image-wrapper img, .image-column-right .image-wrapper img
{
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0,0,0,.12);
}
.image-column .image-wrapper img, .image-column-right .image-wrapper .truein-video
{
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0,0,0,.12);
}
.text-column
{
    padding: 15px;
}
.text-column .text-wrapper h3
{
    margin: 0px 0px 10px 0px;
}
.section-title, .top-title
{
    padding: 20px 0px 20px 0px;
    margin: 0px;
}
.top-title
{
    padding: 0px 0px 10px 0px;
    text-align: center;
    font-size: 2.8em;
    font-weight: 600;
}

/* Footer */
footer
{
    margin: 0px;
}
.blog-link
{
    font-size: 13px;
    color: #fff;
}
.blog-link:hover
{
    color: #fff;
}
.footer-link
{
    color: #f7f7f7bd;
    margin-bottom: 20px;
}
.footer-link a
{
    color: #f7f7f7bd;
}
.footer-menu-title.social-media 
{
    margin-left: 0px;
}
/* Common */
.text-wrapper ul
{
    margin: 0px;
}
.text-wrapper ul li
{
    margin: 0px 0px 10px 0px;
}
.text-wrapper ul li .sub-head
{
    font-size: 12pt;
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #484848;
}
.text-wrapper ul li .fa-check
{
    margin: 0px 10px 0px 0px;
    color: #f1592a;
}
.work-description
{
    margin: 0px 0px 20px 0px;
    font-weight: 400;
    font-size: 12pt;
    color: #484848;
}

.video-link-action {
    position: relative;
    top: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-link-action a {
    color: #f1592a;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.2px;
}