@charset "utf-8";

.row .col-lg-12 .text-center {
    font-size: xx-large;
    margin-bottom: 32px;
    margin-top: 16px;
}
.row .col-lg-12 #tagline {
    font-size: large;
    margin-bottom: 3px;
    text-shadow: 0 0px;
}

#product1 {
    background-image: -webkit-linear-gradient(270deg,rgba(218,236,246,1.00) 0%,rgba(241,246,249,1.00) 51.19%,rgba(249,249,249,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(218,236,246,1.00) 0%,rgba(241,246,249,1.00) 51.19%,rgba(249,249,249,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(218,236,246,1.00) 0%,rgba(241,246,249,1.00) 51.19%,rgba(249,249,249,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(218,236,246,1.00) 0%,rgba(241,246,249,1.00) 51.19%,rgba(249,249,249,1.00) 100.00%);
}

.row .col-lg-12 .productname {
    font-family: "Chakra Petch", "Chakra Petch Light", "Chakra Petch Medium", "Chakra Petch SemiBold";
    font-size: large;
    font-weight: bold;
}
div .row #product2 {
    background-image: -webkit-linear-gradient(270deg,rgba(173,220,238,1.00) 0%,rgba(202,230,241,1.00) 51.19%,rgba(236,244,246,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(173,220,238,1.00) 0%,rgba(202,230,241,1.00) 51.19%,rgba(236,244,246,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(173,220,238,1.00) 0%,rgba(202,230,241,1.00) 51.19%,rgba(236,244,246,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(173,220,238,1.00) 0%,rgba(202,230,241,1.00) 51.19%,rgba(236,244,246,1.00) 100%);
}
div .row #product3 {
   background-image: -webkit-linear-gradient(270deg,rgba(17,23,79,1.00) 0%,rgba(87,103,180,1.00) 51.19%,rgba(220,227,253,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(17,23,79,1.00) 0%,rgba(87,103,180,1.00) 51.19%,rgba(220,227,253,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(17,23,79,1.00) 0%,rgba(87,103,180,1.00) 51.19%,rgba(220,227,253,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(17,23,79,1.00) 0%,rgba(87,103,180,1.00) 51.19%,rgba(220,227,253,1.00) 100%);
}




.row .col-lg-6.text-center.product .productname {
    font-family: "Chakra Petch", "Chakra Petch Light", "Chakra Petch Medium", "Chakra Petch SemiBold";
    font-size: large;
    margin-top: 14px;
}
.row .col-lg-6.text-center.product .product-headline {
    font-size: xx-large;
    margin-bottom: 32px;
    margin-top: 14px;
}
.row #product2 .btn.btn-outline-primary  , .row #product3 .btn.btn-outline-primary, .row #product2 .btn.btn-primary , .row #product3 .btn.btn-primary{
    margin-bottom: 12px;
}
.container-fluid #footernav  {
    background-color: rgba(245,245,247,1.00);
}


.row .col-lg-6.text-center.product .product-tagline {
    margin-bottom: 12px;
    margin-top: 12px;
}

#footernav {
	background-color: rgb(245, 245, 247);
}
.text-body-secondary {
	color: rgba(33, 37, 41, 0.75) !important;
}

.col-lg-12 address pre {
    font-family: sans-serif;
}
