html,body{
    height:100%;
}
body{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:15px;
    color:black;
}
/**TYPO**/
a{
    color:#004990;
}
a:hover{
    color:#0066c9;
    text-decoration: underline;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}
h1{
    font-size:40px;
}
h2{
    font-size:35px;
}
h3{
    font-size:30px;
}
h4{
    font-size:25px;
}
h5{
    font-size:20px;
}
/*Components*/
    /*BUTTON*/
.btn{
    border:0 !important;
    color:#292929 !important;
    outline: none !important;
    box-shadow: none !important;
    font-size:17px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-primary{
    border-radius: 5px;
    background-color: rgb( 255, 204, 0 )!important;
}
.btn-lg{
    padding: 8px 10px;
}
/*UTILS*/
h1.pageTitle{
    font-size: 8vw;
}
.simple-hero{
    padding:15px 0;
}
.cap{
    max-width: 1185px;
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin: auto;
}
.cap-table{
    display: table;
    height:100%;
    padding:15px;
}
.cap-cell{
    display: table-cell;
}
/*BASELINES*/
.header-a{
    padding:30px 0;
    text-align: center;
}
.header-a .row>div+div{
    padding-top:15px;
}
.header-a p{
    margin-bottom:0;
}
.header-a address{
    font-size:19px;
    line-height:1.2;
    margin-bottom:0;
}
.header-a .contact-info{
    font-size:16px;
}
.header-a .contact-info span{
    display: inline-block;
    font-weight: 700;
    padding-right:20px;
}
.header-a .contact-info a{
    color: black !important;
    text-decoration: none;
}
.header-a .col-12:nth-of-type(2)>p{
    font-size:14px;
}
/*NAV BAR*/
.header-b{
    background-color: #004990;
}
.navbar{
    font-size:18px;
    min-height:60px;
    padding:0;
}
.nav-link{
    color:white;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-link:hover{
    color:#ffdf00;
}
.nav-item.active>.nav-link{
    color:#8ec7ff;
}
.xs-logo{
    position: absolute;
    left:0;
    top:10px;
}
.xs-address{
    border-top:1px solid white;
    color:white;
    padding:15px 0;
}
.xs-address>p{
    margin-bottom: 0;
}
.xs-address>p span{
    display: inline-block;
    vertical-align: middle;
    padding-right:15px;
    font-weight: 700;
}
.xs-address>p a{
    color:white;
    text-decoration: none;
}
.navbar-toggler{
    border-width: 0;
}
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}
.navbar-toggler-right {
    position: absolute;
    right: 0;
    top:.7rem;
}
.navbar-toggler span {
   display: block;
   background-color: #fff;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}
.navbar-collapse{
    padding-top:50px;
}
/*CONTENT*/
.content-body{
    min-height: 70%;
    padding:40px 0;
}
/*HOMEPAGE*/
#heroFamily{
    background-color:#eeede9;
    color:#000;
    position: relative;
    overflow: hidden;
}
#heroFamily .img-fluid{
    max-width:300%;
}

#heroFamily h2,#heroFamily p{
    line-height: 1.2;
    margin-bottom:0;
}
#heroFamily h2{
    font-size:5vw;
}
#heroFamily p{
    font-size:4vw;
}
#partnership{
    background-color:#2e2b26;
    color:white;
    position: relative;
    text-align: right;
}
#partnership>.cap{
    text-align: left;
}
#partnership h3{
    font-size:5vw;
    text-transform: uppercase;
}
#partnership p{
    font-size:4vw;
}
#productsCarousel{
    padding:30px 0;
    text-align: center;
}
#productsCarousel h3{
    line-height: 1;
    margin-bottom:30px;
    text-transform: uppercase;
}
#productsCarousel p{
    font-size:18px;
    font-weight: 700;
    margin:0;
    padding:30px 0;
    text-transform: uppercase;
}
/*FOOTER*/
footer{
    background-color:#e7ebf0;
    font-size:14px;
    padding:25px 0;
}
footer .col-md-5{
    text-align: center;
}
.footer-nav{
    list-style: none;
    padding:0;
    text-align: center;
}
.footer-nav>li{
    display: inline-block;
    vertical-align: middle;
}
.footer-nav>li>a{
    color:black !important;
    font-weight: 700;
    padding:0 5px;
    text-transform: uppercase;
}
.copyright{
    border-top:1px solid #b8babe;
    color:#4a4a4a;
    font-size:14px;
    padding-top:25px;
    text-align: center;
}
.footer-contacts{
    padding-bottom:15px;
}
.footer-contacts>p{
    padding:0;
    margin:0;
}
.footer-contacts strong{
    display: inline-block;
    padding-right:10px;
    vertical-align: middle;
}
.footer-contacts a{
    color:black !important;
}
/* Owl Carousel v2.2.1*/

.owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
  
.owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-carousel .owl-item{
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.owl-carousel .owl-item img{
    margin:auto;
    width:auto;
}
/*MEDIA QUERY*/
@media(min-width:576px){
    h1.pageTitle{
        font-size: 40px;
    }
    footer .col-md-5{
        text-align: left;
    }
    .footer-contacts{
        text-align: right;
    }
}
@media(min-width:768px){
    body{
        font-size:18px;
    }
    .btn-lg{
        padding: 0.8rem 2.2rem;
    }
    .header-a{
        text-align: left;
    }
    .header-a .row>div+div{
        padding-top:0;
    }
    .header-a .contact-info{
        text-align: right;
    }
    .header-a .col-md-7{
        text-align: right;
    }
    .navbar{
        padding-left:0;
    }
    .navbar-nav{
        margin-left:-2rem;
    }
    .navbar-collapse{
        padding-top:0;
    }
    footer{
        font-size:16px;
    }
    .footer-nav{
        margin-bottom:0;
        margin-left:-30px;
        text-align: left;
    }
    .footer-nav>li>a{
        padding:15px;
    }
    /*HOMEPAGE*/
    #heroFamily h2{
        color:#2c2c2c
    }
    #heroFamily h2{
        font-size:40px;
    }
    #heroFamily p{
        font-size:30px;
    }
    #heroFamily .cap-table{
        float:right;
    }
    #partnership h3{
        font-size: 30px;
    }
    #partnership p{
        font-size:25px;
        width:50%;
    }
}

@media(min-width:992px){
    .header-a .col-md-7{
        text-align: left;
    }
}
@media(min-width:1200px){
    .header-a .contact-info{
        font-size:19px;
    }
}