body{
    font-family: 'Montserrat', 'Prompt', sans-serif;
    color: #666666;
}
.page-wrap{
    overflow: hidden;
}
.container-fluid{
    max-width: 1000px;
}
/* font */
.large-title{
    font-family: 'Playfair Display', serif;
    font-size: 3.25rem;
}
a, a:hover{
    color: inherit;
    cursor: pointer;
}
img{max-width: 100%;height: auto;;}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover{
    font-family: 'Abril Fatface', cursive;
    font-size: 38px;
    color: inherit;
}
.border{
    border-color: #666666 !important;
}

/* nav */
nav{
    background-color: #ffffff;
}
.navbar-nav .nav-link{
    font-size: 16px;
    line-height: 70px;
    padding: 0 3rem;
    color: inherit;
}

/* slide */
.carousel-inner{
    max-height: 400px;
}
.carousel-caption {
    position: absolute;
    top: 7%;
    left: 11%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.carousel-caption p{
    font-size: 1.5rem;
}

.grid .caption{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
}
.line:before, .line-back:after{
    content: " ";
    display: block;
    height: 1px;
    background-color: #666666;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    margin: 1.2em 2px 0 3px;
}

/* footer */
footer{
    padding-top: 3rem;
    /* background-image: url(images/footer-curve.png); */
    background-repeat: no-repeat;
    background-color: #9999cc;
    background-position: top center;
    background-size: 100% auto; 
    color: #ffffff;
}
.footer-bg{
    padding: 5rem 3rem 0;
    max-width: 1000px;
    margin: auto;
}
footer ul{
    list-style: none;
    padding: 0;
}

.page-title{
    background: #9999cc;
    background: -moz-linear-gradient(left, #9999cc 0%, #666699 100%);
    background: -webkit-linear-gradient(left, #9999cc 0%,#666699 100%);
    background: linear-gradient(to right, #9999cc 0%,#666699 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9999cc', endColorstr='#666699',GradientType=1 );
    padding: 1rem 0;
    color: #ffffff;
}
.page-title h1{
    font-size: 1.5rem;
}
.page-title h3{
    font-size: 1.2rem;
}
.page-about{
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}
.context-about{
    text-align: justify;
    background-color: rgba(0,0,0,0.5);
    padding: 2em;
}
.border-right-sm, .table.border-right{
    border-right: 1px solid #666699 !important;
}
.product img{
    width: 100%;
}
.product .caption{
    position: absolute;
    color: #fff;
    padding: 2rem;
    top: 50%;
    margin-top: -125px;
}
.product .caption h4{
    font-size: 3.25rem;
}
.white-space{
    white-space: normal;
}
#footer{
    width: 100%;
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 3rem;
        padding-left: 3rem;
    }
    
}
@media (max-width: 991px){
    .navbar-nav .nav-link{
        padding: 0 1rem;
    }
    .page-about{
        background-position: center center;
        background-size: auto 100%;
    }
    .large-title{
        font-size: 3rem;
    }
    .product .caption{
        top: 50%;
        margin-top: -140px;
    }
    .product .caption h4{
        font-size: 2rem;
    }
}
@media (max-width: 575px){
    .border-right-sm{
        border-right: 0;
    }
    .large-title {
        font-size: 2rem;
    }
    .carousel-caption p {
        font-size: 1rem;
    }    
    .product .caption{
        text-align: left !important;
        margin-top: -116px;
    }
    .product .caption h4{
        font-size: 1.5rem;
    }
}
@media (max-width: 420px){
    .large-title {
        font-size: 1.25rem;
    }
    .product .caption{
        padding: 1rem;
        margin-top: -60px;
    }
    .product .caption h4{
        font-size: 1rem;
    }
}
