html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}
/*
a {
    color: #3344dd !important;
}


a:hover {
    text-decoration: underline !important;
}

a:hover,
a:focus,
a:active {
    color: #bb1122 !important;
    
}

a:visited {
    color: #884488 !important;
}
*/

.spacer {
    margin: 2.5rem 0 1.5rem 0;
}

.buffer {
    margin: 15px 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4 {
    font-family: 'Saira', sans-serif;
    font-weight: 600;
}

h1 {
    color: #B50000;
    /*    color: #ff0000;*/
}

h2 {
    color: #1a1a1a;
    font-weight: 600;
}

h3 {
    color: #400000;
}

a {
    color: #3fa9f5;
}

a.button:visited {
    color: #fefefe;
}

a:hover {
    text-decoration: underline;
}

.header {
    margin: 2rem 0;
}

.header h1 {
    color: #ff0000;
    margin-bottom: -0.5rem;
}

.titleCTA {
    /*        text-align: center;*/
    color: #898989;
}


/* Nav Styling*/

#nav {
    clear: both;
    background-color: #ff0000;
    /* Old browsers bg colour */
    /*    background: linear-gradient(137deg, #F00000, #DC281E, #FF0000);*/
    /* Support W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*    background: -webkit-linear-gradient(137deg, #F00000, #DC281E, #FF0000);*/
    /*Support Chrome 10-25, Safari 5.1-6 */
    padding: 10px;
    padding: 0.6rem;
    margin: 50px 0 0 0 0;
}

.menu-hover-lines {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    transition: all 0.35s ease;
}

.menu-hover-lines li {
    display: inline-block;
    margin: 0 auto;
}

.menu-hover-lines li a {
    padding: 0.75rem 0;
    color: rgba(10, 10, 10, 0.5);
    position: relative;
    margin-left: 1rem;
    text-decoration: none;
}

.menu-hover-lines li:first-child a {
    margin-left: 0;
}

.menu-hover-lines li.active > a {
    background-color: transparent;
}

.menu-hover-lines a:before,
.menu-hover-lines a::after {
    height: 3px;
    position: absolute;
    content: '';
    transition: all 0.35s ease;
    background-color: #fff;
    width: 0;
}

.menu-hover-lines a::before {
    top: 0;
    left: 0;
}

.menu-hover-lines a::after {
    bottom: 0;
    right: 0;
}

.menu-hover-lines a:hover,
.menu-hover-lines li.active > a {
    color: #0a0a0a;
    transition: all 0.35s ease;
}

.menu-hover-lines a:hover::before,
.menu-hover-lines .active a::before,
.menu-hover-lines a:hover::after,
.menu-hover-lines .active a::after {
    width: 100%;
}

/* end of nav styling */

footer {
    /*    background-color: #ff0000;*/
    color: #f00;
    text-align: center;
    font-size: 0.75rem;
    padding: 1.5rem 0;
}

/*
.button.radius {
    border-radius: 3px;
}
*/



.addButton {
    margin: 25px auto;
}

#quoteButtons {
    text-align: center;
    margin: 50px 0;
}


/* About Tabs */

.aboutCards {
    margin: 24px 0;
    padding: 30px;
    background-color: #f5f6fa;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2), 0 8px 20px 8px rgba(93, 93, 93, 0.13);
    /*    background-color: #dcdde1;*/
}

.section1 h1 {
    padding-top: 2rem;
}

.card-section h1 {
    padding-top: 0.25rem;
}

/* Tab Product Cards */

.card {
    margin: 20px 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 16px 20px 0px rgba(93, 93, 93, 0.13);
}

.card-tabs .card-divider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px;
}

.card-tabs .card-divider h1,
.card-tabs .card-divider h2,
.card-tabs .card-divider h3,
.card-tabs .card-divider h4,
.card-tabs .card-divider h5,
.card-tabs .card-divider h6 {
    margin-bottom: 0;
}

.card-divider {
    background-color: #ff0000;
}

.tabs.menu {
    border: none;
}

.card-tabs .tabs {
    padding-top: 4px;
}

.card-tabs .tabs,
.card-tabs .tabs a {
    background: none;
}

.card-tabs .tabs a {
    padding: 0;
    margin: 0 10px;
    font-size: 13px;
    color: #f8f8f8;
    font-weight: 600;
    /*        color: rgba(10, 10, 10, 0.5);*/
}

.card-tabs .tabs a:hover {
    text-decoration: underline;
}

.card-tabs .tabs .is-active a {
    text-decoration: underline;
    color: #1a1a1a;
}

.card-tabs .tabs-panel {
    padding: 0;
}

.tabs-content img {
    display: block;
    margin: 0 auto;
    width: 50%;
}

.card-section td {
    border: 1px solid #ddd;
    text-align:center; 
}

th {
    border-bottom: 1px solid #ddd;
}

.white-section {
    padding: 2rem 1.25rem;
}

.white-section h1,
.red-section h1 {
    text-align: center;
}

.red-section {
    /*    background-color: #E5E5E5;*/
    background-color: #BF0000;
    /*    padding: 50px 0;*/
    padding: 3rem 1.25rem;
}

.red-section h1 {
    color: #1a1a1a;

}

#aboutBlurb {
    margin-bottom: 60px;
}

.prodName {
    color: #FF0000;
    font-weight: 600;
}

/* Product Tests */

/* #sticky-boundary {
      background: cyan;
} */

.sticky-container {
    height: 38px;
    /* prevents jumping on load */
}

.sticky {
    width: 100%;
    background: #fff;
}

#productNav {
    background: rgba(230, 230, 230, 0.9);
    margin: 0;
    width: 100%;
}

img.squareLogo {
    vertical-align: middle;
    margin-right: 20px;
}

#contact-form {
    margin-bottom: 1rem;
}

.comlubeAddress {
    /*    display: inline-block;*/
    background-color: #7f0000;
    padding: 0.5rem 1rem;
    color: #fff;
    box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.2), 0 8px 20px 8px rgba(93, 93, 93, 0.13);
}

address {
    display: block;
    font-style: normal;
}

/* .contactInfo {
    margin: 1.5rem 0 0 0;
} */

.contactInfo p {
    margin-bottom: 0rem;
}

/*
.contactInfo p:nth-child(2n) {
    margin: 0 0 1.5rem 0;
}
.contactInfo p:last-child {
    margin: 0;
}
*/

/* .tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
       background: #7F0000;
       color: #ddd;
} */

#clients {
    padding: 150px;
    background: url("/img/clients/workbench.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.55)), url("/img/clients/workbench.jpg");
    align-items: center;
    height: 100%;
    width: 100%;
    color: #fff;
}

#clients h1 {
    color: #f00;
}

#clients p {
    font-size: 1.2rem;
    font-weight: 500;
}

#clientList {
    margin: 40px 0;
}

#clientList td {
    padding: 20px 10px;
}

#clientList tbody {
    border: none;
}

#clientList tbody tr {
    border-bottom: none;
}

#testimonials-container h1 {
    margin: 0 0 24px 0;
}

.testimonial {
    margin: 16px 0;
}

.quote {
    border: none;
}

.quote p {
    color: #1a1a1a;
}

.customer {
    color: #7f0000;
}

.company {
    color: #7f0000;
    font-weight: 700;
    font-style: normal;
}

.quo {
    font-family: 'Saira', sans-serif;
    font-weight: 600;
    font-size: 6rem;
    color: #B50000;
    margin-top: -26px;
}

.animation-element {
    opacity: 0;
    position: relative;
}

/* from tutorial https://codepen.io/SitePoint/pen/MwEaQM */

.animate-text.text-size {
    transition: all 500ms ease-in-out;
}

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-up {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(0px, 100px, 0px);
    -webkit-transform: translate3d(0, 100px, 0px);
    -o-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate3d(0px, 100px, 0px);
}

.animation-element.slide-up.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

#add {
    color: #fff;
}

.brands {
    margin-bottom: 2rem;
}

/* .brands div {
       background-color: aqua;
} */

.brands div img {
    padding: 16px;
}


#map {
    position: relative;
    margin: 2rem 0 5rem 0;
    width: 100%;
/*    height: 400px;*/
    height: 90%;
    z-index: 0;
}

.contact-form {
    margin: 0.5rem 0 3rem 0;
}

#mapContainer {
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.g-recaptcha {
    margin: 0 0 1rem 0;
}

.product-buttons {
    margin: 1rem 0 2rem 0;
    ;
}
