
/*------------------------------------------------------
GLOBALS
--------------------------------------------------------*/
@font-face {
    font-family: Montserrat;
    src: url(../vendor/google/Montserrat-Regular.ttf);
 }
 @font-face {
    font-family: Montserrat;
    src: url(../vendor/google/Montserrat-Bold.ttf);
    font-weight: bold;
 }
 * {
    font-family: Montserrat;
 }
.heading {
    text-transform: uppercase;
    letter-spacing: 0.75rem;
}
body {
    font-family: Montserrat, 'Times New Roman', Times, serif;
    letter-spacing: 0.02rem;
}
.modal {
    z-index:8889;
}
.modal .modal-dialog .modal-content .modal-footer .btn-secondary {
    color: #fff;
    letter-spacing: 0.15rem;
    font-size: 1.25rem;
    background-color: #303E4D;
    font-weight: bold;
}
.modal .modal-dialog .modal-content .modal-footer .btn-secondary:hover {
    background-color: #4f758b;
}
.modal .modal-dialog .modal-content .modal-body h4{
    font-size: 1.15rem;
}
.modal .modal-dialog .modal-content .modal-body p{
    font-size: 0.95rem;
}

p, ul {
    font-size: 1.2rem;
}
a, a:hover {
    transition: 0.3s;
}


/*---BRAND COLORS--
Orange / #C77934
Blue / #4F758B
Navy / #303E4D
Grey / #EDEBEC
White / #FFFFFF
Black / #000000
--*/
.bg-color-blue1 {
    background-color: #849eae;
}
.bg-color-blue2 {
    background-color: #4f758b;
}
.bg-color-orange1 {
    background-color: #c77934;
}
.bg-color-grey1 {
    background-color: #d9d9d9;
}

.general h6 {
    font-size: 1.35rem;
    font-weight: 600;
}
.general p {
    font-size: 1rem;;
}

.list-format h4 {
    font-weight: 600;
}
.list-format span {
    font-weight: 600;
}

/*------------------------------------------------------
SITE - Top Navbar
--------------------------------------------------------*/
#top-navbar {
    background-color: #C77934;
}
#top-navbar a{
    color: #fff;
    padding-left: 1.25rem;
}
#top-navbar a:hover {
    color: #303E4D;
}

/*------------------------------------------------------
SITE - Navbar
--------------------------------------------------------*/
#dynamicnavbar {
    border-bottom: grey 1px solid;
    font-size: 1.35rem;
    background-color: #fff !important;
    text-transform: uppercase;
}
#dynamicnavbar img {
    height: 80px;
    width: auto;
    margin-top: -8px;
    margin-bottom: -8px;
}
#dynamicnavbar #navbar img {
    height: 100px;
    width: auto;
    margin-top: -5px;
    margin-bottom: -5px;
}
#dynamicnavbar .row>* {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
}
#dynamicnavbar .navbar-brand {
    margin-right: 0;
}
#dynamicnavbar img:hover {
    cursor: pointer;
}
#dynamicnavbar a {
    padding-left:1.5rem;
}

/*------------------------------------------------------
SITE - Spacer
--------------------------------------------------------*/
.spacer div {
    height: 3rem;
}

/*------------------------------------------------------
SITE - Footer
--------------------------------------------------------*/
.footer {
    background-color: #303E4D;
    color: #fff;
}
.footer .row>* {
    width:auto !important;
}
.footer p {
    font-size: 1rem;
}
.footer h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
}
.footer a {
    text-decoration: none;
    color:#fff;
}
.footer li {
    color: #EDEBEC;
    font-size: 1rem;
}
.footer ul {
    list-style-type: none;
    margin:0;
    padding:0;
}

/*------------------------------------------------------
SITE - Bottom Footer
--------------------------------------------------------*/
.bottom-footer {
    background-color: #EDEBEC;
}
.bottom-footer .icons a{
    font-size: 1.25rem;
    padding-left: 0.15rem;
    text-decoration: none;
    color: #4f758b;
}
.bottom-footer a, .bottom-footer p {
    text-decoration: none;
    color: #303E4D;
    font-size: 0.75rem;
    margin-bottom: 0;
}
.bottom-footer a:hover {
    cursor: pointer;
    color: #698a9c !important;
}
.bottom-footer h3 {
    font-size: 1.1rem;
}
.bottom-footer img{
    height: 75px;
    width: auto;
}

/*------------------------------------------------------
SITE - Main Headers
--------------------------------------------------------*/
.main-header-index {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/main/BRPhoto-24.jpg");
    height: 30rem;  
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
}
.main-header-about{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/main/header_about.jpg");
    height: 25rem;
    width: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
}
.main-header-process {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/main/header_process.jpg");
    height: 25rem;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    color:#fff;
}
.main-header-product {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/main/header_products.jpg");
    height: 25rem;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    color:#fff;
}
.main-header-doorstyles {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/main/header_doorstyles.jpg");
    height: 25rem;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    color:#fff;
}
.main-header-accessories {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/main/header_accessories.jpg");
    height: 25rem;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    color:#fff;
}
.main-header-gallery {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/main/header_gallery.jpg");
    height: 25rem;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
}
.main-header-contact {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/main/header_process.jpg");
    height: 25rem;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
}
.main-header h1 {
    text-transform:uppercase;
    letter-spacing: 0.5rem;
    font-size: 2.5rem;
}
.main-header h6 {
    font-style: italic;
    font-size: 1.25rem;
}
.main-text p {
    font-style: italic;
}
.main-text a {
    color:#000;
    text-decoration: none;
    font-weight: 600;
}
.main-text a:visited {
    color: #000;
}
.main-text a:hover {
    color:#4f758b;
}


/*------------------------------------------------------
INDEX - Venue Carousel
--------------------------------------------------------*/
/* Since positioning the image, we need to help out the caption */
.venue .carousel-caption {
    bottom: 3rem;
    z-index: 10;
}
/* Declare heights because of positioning of img element */
.venue .carousel-item {
    height: calc(80vh);
}

/*------------------------------------------------------
Our Products
--------------------------------------------------------*/
.our-products {
    background-color: #e4e4e4;
}
.our-products img {
    display: block;
    width: 100%;
    height: auto;
}
.our-products .shadow-sm {
    border-radius: 1px !important;
}
.our-products .card-text {
    text-transform: uppercase;
}
.our-products .card {
    cursor: pointer;
    background-color: transparent;
}
.our-products .caption {
    position: absolute;
    bottom:0;
    width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}
.our-products a {
    padding: .85rem .85rem .85rem .85rem;
    text-decoration: none;
    color: #fff;
    text-transform:uppercase;
    letter-spacing: 0.25rem;
    font-size: 1.25rem;
    line-height: 5rem;
    background-color: #C77934;
    font-weight: bold;
}
.our-products a:hover {
    background-color: #303E4D;
}

.our-products .caption {
    display: block;
    cursor:default;
}
.our-products .caption-overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    color: #fff;
    cursor: default;
}
.our-products .card:hover .caption {
    display: none;
}
.our-products .card:hover .caption-overlay {
    display: block;
}
.our-products .bg-kitchen{
    background: url("../images/main/KitchenRenoRimerRd-11.jpg");
    width: 100%;
    min-height: 30rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-products .bg-bath{
    background: url("../images/main/BRPhoto-73.jpg");
    width: 100%;
    min-height: 30rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-products .bg-builtins {
    background: url("../images/main/acc-custom.jpg");
    width: 100%;
    min-height: 30rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-products .bg-custom {
    background: url("../images/main/closet.png");
    width: 100%;
    min-height: 30rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*------------------------------------------------------
Our Accessories
--------------------------------------------------------*/
.our-accessories {
    background-color: #e4e4e4;
}
.our-accessories img {
    display: block;
    width: 100%;
    height: auto;
}
.our-accessories .shadow-sm {
    border-radius: 1px !important;
}
.our-accessories .card-text {
    text-transform: uppercase;
}
.our-accessories .card {
    cursor: pointer;
    background-color: transparent;
}
.our-accessories .caption {
    position: absolute;
    bottom:0;
    width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}
.our-accessories a {
    padding: .85rem .85rem .85rem .85rem;
    text-decoration: none;
    color: #fff;
    text-transform:uppercase;
    letter-spacing: 0.25rem;
    font-size: 1.25rem;
    line-height: 5rem;
    background-color: #C77934;
    font-weight: bold;
}
.our-accessories a:hover {
    background-color: #303E4D;
}
.our-accessories .caption {
    display: block;
    cursor:default;
}
.our-accessories .caption-overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    color: #fff;
    cursor: default;
    position: absolute;
    top: 0;
}
.our-accessories .caption-overlay a {
    padding: unset;
    text-decoration: none;
    color: #fff;
    text-transform:unset;
    letter-spacing: unset;
    font-size: unset;
    line-height: unset;
    background-color: unset;
    font-weight: bold;
}
.our-accessories .caption-overlay a:hover {
    color:#4f758b;
}
.our-accessories .card:hover .caption {
    display: none;
}
.our-accessories .card:hover .caption-overlay {
    display: block;
}
.our-accessories .card .caption-overlay p {
    font-size: 1rem;
}
.our-accessories .orange-line {
    width: 3rem;
    color: #C77934;
    opacity: 1;
}

/*------------------------------------------------------
Our Doorstyles
--------------------------------------------------------*/
.our-doorstyles {
    background-color: #d9d9d9;
}
.our-doorstyles img {
    display: block;
    width: 100%;
    height: auto;
}
.our-doorstyles .card {
    border: 0 !important;
    background-color: #d9d9d9;
}
.our-doorstyles .card-text {
    text-transform: uppercase;
}
.our-doorstyles .card .caption p {
    font-weight: 600 !important;
}
.our-doorstyles a {
    padding: .85rem .85rem .85rem .85rem;
    text-decoration: none;
    color: #fff;
    text-transform:uppercase;
    letter-spacing: 0.25rem;
    font-size: 1.25rem;
    line-height: 5rem;
    background-color: #303E4D;
    font-weight: bold;
}
.our-doorstyles a:hover {
    background-color: #C77934;
}


.our-team {
    color: #C77934;
}

/*------------------------------------------------------
Main Gallery
--------------------------------------------------------*/
.main-gallery {
    background-color: #3b3530;
}
.main-gallery img {
    display: block;
    width: 100%;
    height: auto;
}
.main-gallery .shadow-sm {
    border-radius: 1px !important;
}
.main-gallery .card-text {
    text-transform: uppercase;
}
.main-gallery .card {
    cursor: pointer;
    background-color: transparent;
    transition: 0.5s;
}
.main-gallery .card:hover {
    opacity: 0.7;
    transition: 0.5s;
}
.main-gallery .caption {
    position: absolute;
    bottom:0;
    width: 100%;
	background-color: rgba(255, 255, 255, 0.75);
    color: #000;
    text-transform: uppercase;
}
.main-gallery a {
    padding: .85rem .85rem .85rem .85rem;
    text-decoration: none;
    color: #000;
    text-transform:uppercase;
    letter-spacing: 0.25rem;
    font-size: 1.25rem;
    line-height: 5rem;
    background-color: #C77934;
    font-weight: bold;
}
.main-gallery a:hover {
    background-color: #303E4D;
}



.gallery-heading p {
    font-style: italic;
}
.gallery-heading a {
    padding: .75rem .75rem .75rem .75rem;
    text-decoration: none;
    color: #fff;
    text-transform:uppercase;
    letter-spacing: 0.25rem;
    font-size: 0.8rem;
    line-height: 3rem;
    background-color: #303E4D;
    font-weight: bold;
}
.gallery-heading a:hover {
    background-color: #C77934;
}

/*------------------------------------------------------
Testimonial Carousel
--------------------------------------------------------*/
.testimonials p{
    color: #ffffff;
    font-size: 1rem;
}
.testimonials h1 {
    color: #ffffff;
}
.testimonials .carousel-caption {
    top: 50%;
transform: translateY(-50%);
bottom: initial;
}
/* Declare heights because of positioning of img element */
.testimonials .carousel-item {
    height: 25rem;
    -webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.testimonials .reviewer {
    font-style: italic;
}
.testimonials .source {
    font-size: 0.85rem;
}

/*------------------------------------------------------
About Bio
--------------------------------------------------------*/
.about-bio h5{
    font-size: 1.15rem;
    text-transform: uppercase;
}
.about-bio p {
    font-size: 0.8rem;
    font-style: italic;
}

/*------------------------------------------------------
GALLERY - GALLERY
--------------------------------------------------------*/
/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}
.grid {
    background: #fff;
}
.grid-sizer, .grid-item {
    width: 33.333%;
}
.grid-item--width2 {
    width: 66.666%;
}        
.grid-item {
    float: left;
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
}  
.grid-item img {
    display: block;
    max-width: 100%;
}

/*------------------------------------------------------
Product
--------------------------------------------------------*/
.product .container-fluid{
    background-color: #96a2a5;
}
.product h1 {
    text-transform:uppercase;
}
.product p {
    font-style: italic;
}

/*------------------------------------------------------
Product Bavbar
--------------------------------------------------------*/
.product-navbar {
    background-color:#698a9c;
}
.product-navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #698a9c;
    display: inline-block;
}
.product-navbar li {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.product-navbar li.active {
    background-color: #4f758b;
}
.product-navbar li:hover {
    background-color: #4f758b;
    cursor: pointer;
}

/*------------------------------------------------------
Index Get Started
--------------------------------------------------------*/
.index-get-started a {
    padding: .85rem .85rem .85rem .85rem;
    text-decoration: none;
    color: #fff;
    text-transform:uppercase;
    letter-spacing: 0.25rem;
    font-size: 1.25rem;
    line-height: 5rem;
    background-color: #C77934;
    font-weight: bold;
    border: 2px #fff solid;
}
.index-get-started a:hover {
    background-color: #303E4D;
}
.index-get-started h1 {
    text-transform: uppercase;
    font-size: 2.75rem;
    color:#fff;
}

/*------------------------------------------------------
Product Get Started
--------------------------------------------------------*/
.product-get-started a {
    padding: .85rem .85rem .85rem .85rem;
    text-decoration: none;
    color: #fff;
    text-transform:uppercase;
    letter-spacing: 0.25rem;
    font-size: 1.25rem;
    line-height: 5rem;
    background-color: #C77934;
    font-weight: bold;
    border: 2px #fff solid;
}
.product-get-started a:hover {
    background-color: #303E4D;
}
.product-get-started h1 {
    text-transform: uppercase;
    font-size: 2.75rem;
    color:#fff;
}

/*------------------------------------------------------
Timeline
--------------------------------------------------------*/
.timeline-with-icons {
    border-left: 1px solid #303E4D;
    position: relative;
    list-style: none;
  }
  .timeline-with-icons .timeline-item {
    position: relative;
  }
  .timeline-with-icons .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
  }
  .timeline-with-icons .timeline-icon {
    position: absolute;
    left: -48px;
    background-color:#303E4D;
    color: #fff;
    border-radius: 50%;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

/*------------------------------------------------------
About Family Owned
--------------------------------------------------------*/
.about-family-owned {
    background-color: #303E4D;
}
.about-family-owned a {
    text-decoration: none;
    color: #A0A0A0;
    font-size: 1rem;
    font-style: italic;
}
.about-family-owned a:hover {
    color: #fff;
}
.about-family-owned h1 {
    text-transform: uppercase;
    font-size: 2.75rem;
    color: #fff;
}
.about-family-owned p {
    color: #fff;
    font-size: 1rem;
}

/*------------------------------------------------------
About Get Started
--------------------------------------------------------*/
.about-get-started a {
    padding: .85rem .85rem .85rem .85rem;
    text-decoration: none;
    color: #fff;
    text-transform:uppercase;
    letter-spacing: 0.25rem;
    font-size: 1.25rem;
    line-height: 5rem;
    background-color: #C77934;
    font-weight: bold;
}
.about-get-started a:hover {
    background-color: #303E4D;
}
.about-get-started h1 {
    text-transform: uppercase;
    font-size: 2.75rem;
    color:#303E4D;
}

/*------------------------------------------------------
TRUSTER PARTNERS
--------------------------------------------------------*/
#trusted-partners {
	background: #fff;
  }
#trusted-partners .partner-thumb {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	border-radius: 0.3rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
#trusted-partners .partner-thumb img {
	width: 100%;
	height: auto;
}
#trusted-partners .partner-thumb .overlay {
	opacity: 0;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out 0s;
}
#trusted-partners .partner-thumb .overlay .inner a{
	width:100%;
	height:100%;
	display: block;
}
#trusted-partners .partner-thumb .overlay .inner h4 {
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	color: white;
	font-family: 'Times New Roman', Times, serif;
}
#trusted-partners .partner-thumb:hover .overlay {
	opacity: 1;
}

.trusted-partners-heading .social a, .trusted-partners-heading .social p {
    text-decoration: none;
    color: #C77934;
    font-size: 1.5rem;
    margin-bottom: 0;
}
.trusted-partners-heading .social a:hover {
    cursor: pointer;
    color: #698a9c !important;
}

.trusted-partners-heading .return a {
    padding: .75rem .75rem .75rem .75rem;
    text-decoration: none;
    color: #fff;
    text-transform:uppercase;
    letter-spacing: 0.25rem;
    font-size: 0.8rem;
    line-height: 3rem;
    background-color: #303E4D;
    font-weight: bold;
}
.trusted-partners-heading .return a:hover {
    background-color: #C77934;
}
.main-header-partners-artisan {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/trusted-partners/artisan/artisan5.jpg");
    height: 25rem;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
}
.main-header-partners-qcb {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/trusted-partners/qcb/qcb7.jpg");
    height: 25rem;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
}
.main-header-partners-duke {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/trusted-partners/duke/duke26.jpg");
    height: 25rem;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
}
.main-header-partners-tga {
    background: #303E4D;
    height: 25rem;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
}
.main-header-partners img {
    width: 30%;
    height: auto;
}

/*------------------------------------------------------
CONTACT - CONTACT FORM
--------------------------------------------------------*/
.contactform {
    background: url("../images/main/BRPhoto-24.jpg");
    width: 100%;
    min-height: 30rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}




/* `sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (min-width:0px) and (max-width: 575.98px) {  
.main-header h1 {
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: 0.35rem;
}
.galleryoverview .galleryimgs {
    height: 150px;
}
.venue .carousel-item {
    height: auto;
}
.testimonials .carousel-item {
    height: 34rem;
}
.testimonials p {
    font-size: 0.80rem;
}
.index-get-started a, .about-get-started a, .product-get-started a{
    padding: .25rem .25rem .25rem .25rem;
    letter-spacing: 0.2rem;
    font-size: 1.05rem;
    line-height: 2rem;
}
.index-get-started h1, .about-get-started h1, .product-get-started h1 {
    font-size: 1.5rem;
}
.about-family-owned h1 {
    font-size: 1.75rem;
}
.grid-sizer, .grid-item {
    width: 100%;
}
.main-header-partners img {
    width: 80%;
    height: auto;
}

}

/* `md` applies to small devices (landscape phones, less than 768px)*/
@media (min-width: 575.99px) and (max-width: 767.98px) {  
    .main-header h1 {
        font-size: 2rem;
        line-height: 2.3rem;
        letter-spacing: 0.55rem;
    }
.galleryoverview .galleryimgs {
    height: 250px;
}
.testimonials .carousel-item {
    height: 27rem;
}
.testimonials p {
    font-size: 0.90rem;
}
.index-get-started a, .about-get-started a, .product-get-started a{
    padding: .4rem .4rem .4rem .4rem;
    letter-spacing: 0.3rem;
    font-size: 1rem;
    line-height: 2.5rem;
}
.index-get-started h1, .about-get-started h1, .product-get-started h1 {
    font-size: 1.25rem;
}
.about-family-owned h1 {
    font-size: 1.5rem;
}
.main-header-partners img {
    width: 60%;
    height: auto;
}
}
/* `lg` applies to medium devices (tablets, less than 992px)*/
@media (min-width: 768px)  and (max-width: 991.97px) {  

.testimonials p {
    font-size: .95rem;
}
.index-get-started a, .about-get-started a, .product-get-started a{
    padding: .5rem .5rem .5rem .5rem;
    letter-spacing: 0.3rem;
    font-size: 1.05rem;
    line-height: 3rem;
}
.index-get-started h1, .about-get-started h1, .product-get-started h1 {
    font-size: 1.5rem;
}
.about-family-owned h1 {
    font-size: 1.75rem;
}
.main-header-partners img {
    width: 50%;
    height: auto;
}
}

/* `lg` applies to medium devices (tablets, less than 992px)*/
@media (min-width: 991.98px)  and (max-width: 1199.97px){  
.testimonials p {
    font-size: 1.1rem;
}
.index-get-started a, .about-get-started a, .product-get-started a{
    padding: .65rem .65rem .65rem .65rem;
    letter-spacing: 0.4rem;
    font-size: 1.15rem;
    line-height: 4rem;
}
.index-get-started h1, .about-get-started h1, .product-get-started h1 {
    font-size: 1.75rem;
}
.about-family-owned h1 {
    font-size: 2.25rem;
}
}



