/* 
    Document   : style
    Created on : Jun 10, 2017, 3:11:39 PM
    Author     : ekobas
    Description:
        Purpose of the stylesheet follows.
*/

.navbar{
    margin: 0px;
    padding: 0px;
    background-color: #FF8040;
    color: white;
}

.my-header {
    background-color:;
    color: gray;
}

.logo{
    width: 50px;
}

.line-border{
    width: 100%;
    height: 3px;
    background-color:white;
}

.line-border-black{
    width: 100%;
    height: 3px;
    background-color:#383838;
}

.sub-title{
    margin: 1px 0px;
    background-color: #FF8040;
    color:white;
    font-family: tahoma, arial, verdana;
    font-size: 16pt;
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
}

.sub-title-gray{
    margin: 1px 0px;
    background-color: #FFEEE6;
    color:#FF8040;
    font-family: tahoma, arial, verdana;
    font-size: 16pt;
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
}

.sub-title-white{
    margin: 1px 0px;
    background-color: white;
    color:#FF8040;
    font-family: tahoma, arial, verdana;
    font-size: 16pt;
    width: 100%;
    padding: 20px 0px;
    text-transform: uppercase;
}

.sub-content{
    color:gray;
    font-family: tahoma, arial, verdana;
    font-size: 12pt;
    width: 100%;
    padding: 20px 0px;
    text-align: justify;
    text-transform: none;
}

.sub-content p{
    padding: 10px 0px;
}

.sub-content-img{
    height: 200px;
    overflow: hidden;
    color:gray;
    font-family: tahoma, arial, verdana;
    font-size: 12pt;
    width: 100%;
    padding: 20px 0px;
    text-align: justify;
    text-transform: none;
}

.read-more-box{
    padding: 9px;
    background-color: #0080C0;
    color: white;
    font-size: 10pt;
}

.product-box-1{
    padding: 20px;
    font-size: 20pt;
    color:  #FFB38E;
    border: 2px solid #FFB38E;
    text-align: center;
    font-family: calibri;
    height: 200px;
    border-radius:5px;
    margin-bottom: 20px;
}

.footer-main{
    margin: 1px 0px;
    background-color: #FFA579;
    color:#FFF3EE;
    font-family: tahoma, arial, verdana;
    font-size: 16pt;
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
}

.footer-main-by{
    margin: 1px 0px;
    background-color: #FF8040;
    color:#FFF3EE;
    font-family: tahoma, arial, verdana;
    font-size: 9pt;
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
}

.text-content{
    font-size: 14pt;
    color: white;
}

.img-base{
    height: 150px;
    overflow: hidden;
}

.img-set{
    
}

.sub-desc{
    text-align: justify;
    font-size: 11pt;
    padding: 10px;
}