
a,
a:focus,
a:hover {
  color: #333;
}

html,
body {
    height: 100%;
    background-color: #f5f5f5; 
    font-family : Montserrat, sans-serif;
    color: #424242;
}

footer {
    background-color: #f5f5f5; 
}

main {
    padding-top : 2rem;
    padding-bottom : 1rem;
}

.product, .pricing, .contact, .documents {
    background-color: white;
    padding : 2rem 3rem;
    margin-bottom : 1rem;
} 

.bg { 
    background-image: url("../../images/greenbg5.jpg");
    /* background-repeat: no-repeat;
    background-position: center;    
    height: 100%; 
    background-size: cover;  */
}

h1 {
    font-family: 'Sumana', serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
    margin-top : 0.5rem;
}

h2 {
    font-family: 'Sumana', serif;
    text-transform: uppercase;
    color : #645f5f;
}

.footer {
    padding: 20px;
    width: 100%;
    font-size:1rem;
    /*background-color: rgb(99,172,29);*/
    color : #fafafa;
} 
.footer .company_name {
    font-family: 'Jura', sans-serif;
}
.navbar-brand {
    font-family: 'Jura', sans-serif;
    font-size: 3.5rem;
    font-weight: bolder;
}

.green {
    color : rgb(195,206,150);
}
.black {
    color : #424242;
}
.sl_title {
    font-size: 2.5rem;
    font-family: 'Sumana', serif;
    text-transform: capitalize;
    font-weight:bolder;
    line-height: 3.5rem;
    text-shadow: rgba(0,0,0,0.498039) 0px 2px 5px;
    padding-left: 2rem;
}
.sl_title.cam {
    padding-left: 0rem;
    font-size: 3.5rem;
    color: rgb(255,255,255);
}
.sl_title div.cam {
    float: left;
    color: #a50011;
    text-transform: capitalize !important;
    font-size: 4rem;
    width: 4rem;
    text-align: center;
}

ul.sl_item {
    margin-top: 2rem;
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.lead { 
    font-family: 'Roboto', sans-serif;
    color : white;
    text-shadow: rgba(0,0,0,0.498039) 0px 2px 5px;
} 

.campaign1 {
    background-color: #eee;
    border-top : 1px solid #ccc;
    border-bottom : 1px solid #ccc;
    padding : 2rem 1rem 0rem;
}

.campaign1 {
    background-image: url("../../images/pen.png");
    background-repeat: no-repeat;
    background-position: right;
}

.campaign1 p {
    font-family: 'Roboto', sans-serif;
    color : #aaa;
    font-size: 1.5rem;
}
.navbar-brand .compname > div ,
.navbar-light .navbar-nav .nav-link {
    color : #424242;
    font-weight: bold;
}

.imgbtn {
    /* background-repeat: no-repeat;
    background-position: center;    
    height: 100%; 
    background: url('http://unsplash.it/1200x800') center center no-repeat;
    background-size: cover; */
    position: relative;
    width: 100%;
    height: 100%;    
    background-size: cover;
}
.oxo-btn {
    height : 7rem;
    width : 100%;
    margin-bottom : 2rem;
    /*border: 2px solid #645f5f;*/
    /*border-radius: 0.5rem;*/
}
.oxo-btn:focus {
    outline: none;
    box-shadow: none;
}

/*.oxo-btn p {*/
/*text-align : left;*/
/*width : 50%;*/
/*color : #f5f5f5;*/
/*text-shadow: rgba(0,0,0,1) 0px 2px 5px; */
/*font-size: 1rem;*/
/*!*font-family: 'Sumana', serif;*!*/
/*text-transform: uppercase;*/
/*font-weight:bolder;*/
/*}*/

/*!* */
/*.card-header {*/
/*background-color: #a1dd61;*/
/*} *!*/

.oxo-btn.btn.imgbtn div {
    height: inherit;
    width: inherit;
    position: absolute;
    top: 0;
    left: 0;
    outline: 1px solid #645f5f;
    border:  1px solid #645f5f;
    display: flex;
    align-items: center;
    padding: 0 0 0 15px;
    background: -webkit-linear-gradient(right,rgba(0,0,0,0) 30%,#999 80%);
    background: -o-linear-gradient(right,rgba(0,0,0,0) 30%,#999 80%);
    background: -ms-linear-gradient(right,rgba(0,0,0,0) 30%,#999 80%);
    background: -moz-linear-gradient(right,rgba(0,0,0,0) 30%,#999 80%);
}

.oxo-btn div {
    text-align : left;
    width : 50%;
    color : #f5f5f5;
    text-shadow: rgba(0,0,0,1) 0px 2px 5px; 
    font-size: 1rem;
    /*font-family: 'Sumana', serif;*/
    text-transform: uppercase;
    font-weight:bolder;
}

.mybtn1, .mybtn1:active {
    background-image: url("../../images/btnbg1.jpg") !important;
}
.mybtn2, .mybtn2:active {
    background-image: url("../../images/btnbg2.jpg") !important;
}
.mybtn3, .mybtn3:active {
    background-image: url("../../images/btnbg3.jpg") !important;
}
.foot_sl {
    display: flex;
    flex-direction: row;
}
.foot_sl div {
    height: inherit;
    display: flex;
    align-items: center;
}
.foot_sl div img {
    margin: 0 1rem 0 0;
}
.foot_sl #copyright {
    flex: 1;
    justify-content: flex-end;
}
.foot_sl #footer_logo {
    color: #333;
    font-weight: bolder;
}

.compname img {
    height: 5rem;
}
.text-dark-green {
    color: #809c3a;
}
.text-dark-green {
    color: #809c3a;
}
.bg-dark-green {
    background-color: #809c3a;
}
.text-muted {
    font-size: 50%;
}
h1.page-title {
    text-align: left;
}
h1.page-title:first-letter {
    color: #809c3a;
    text-transform: capitalize !important;
    font-size: 4rem;
    letter-spacing: -0.4rem;
}
#contact-direct,
#contact-form {
    margin-top: 2rem;
}
#contact-direct a {
    text-decoration: none;
    display: flex;
    align-items: center;
}
#contact-direct div.block {
    display: flex;
    /*  justify-content: center; */
    align-items: center;
    height: 4.5rem;
}
#contact-direct i.fa {
    margin-right: 0.5rem;
}
#contact-form {
    border-left: 1px solid #cacaca;
}


@media (min-width: 768px) {
    .homeimg-sm {
        display : none !important;
    }
    .nav-item {
        width : 9rem;
    }
    .nav-link {
        padding : 0.2rem 0.5rem;
        text-align : center;
        font-size : 1.5rem;
    }

    .nav-item.active {
        background-color: rgb(227,139,33);
        border-radius: 0.5rem;
        box-shadow: 0 0 3px gray;
    }

    .nav-item.active>a.nav-link {
        color : white !important;
    }

    .product, .pricing, .contact, .documents {
        border-radius: 1rem;
    }

    .copyright {
        text-align:right;
    }
}

@media (max-width: 767px) {
    /*.foot_sl,*/
    .homeimg {
        display : none !important;
    }
    .compname {
        display: flex;
        font-size: 1.5rem;
        align-items: center;
    }
    .compname img {
        height: 2.5rem;
    }
    #navbar1,
    .navbar-toggler {
        margin-right: 1rem;
    }
    .nav-link {
        text-align : right;
    }
    .jumbotron {
        padding-top : 0rem;
    }
    .sl_title {
        font-size: 1.8rem;
    }
    .lead {
        font-size: 1rem;
    }

    .product, .pricing, .contact {
        padding : 1rem 2rem 1rem 1rem;
    }
    #contact-direct, #contact-form {
        padding-left: 1.5rem !important;
    }
    .footer {
        /*height: 2rem; */
        /*line-height: 2rem; */
    }
    .copyright {
        text-align:right;
        font-size:0.8rem;
        padding-top: 0.5rem;
    }

    .foot_sl {
        /*flex-direction: column;*/
        flex-direction: row;
    }

    footer > .cards > .row > div:last-child .oxo-btn {
        margin-bottom : 0;
    }
}

.cards {
    padding : 4rem 1rem 3rem;
    background-color: #f5f5f5;
}

.jumbotron {
    background: transparent;
}

.card-body button {
    position: absolute;
    bottom : 1rem;
    width : 88%;
    display : none;
}
 
.product .card-body {
    padding : 0 1rem;
} 
.pricing .card-body h1 {
    margin-bottom: 2rem !important;
}

.featurelist {
    padding-left: 0;
}

.featurelist li {
    text-align : left;
    font-size: 0.9rem;
    padding-left: 0;
    list-style: none;
}

a.manual:hover {
    color: #0056b3;
    text-decoration: underline;
}

footer p {
    margin-bottom : 0px;
}

.list-unstyled {
    text-align : left;
}

h4 {
    font-family: 'Sumana', serif;
    text-transform: uppercase;
    font-size : 1.2rem;
}

h5 {
    font-family: 'Roboto', sans-serif;
}

main h1 {
    margin-top : 1rem;
    margin-bottom : 2rem;
}
#login_section button {
    font-size: 0.8rem;
    margin: 0.8rem;
    float: right;
    position: relative;
}
#modal_login .close,
#modal_logout .close {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    background-color: #53b50a;
    color: #fff;
    height: 2rem;
    width: 2rem;
    text-align: center;
    line-height: 1rem;
    opacity: 1;
    border-radius: 50%;
    z-index: 2;
}
#modal_login .modal-content,
#modal_logout .modal-content {
    border: 2px solid #f2f2f2;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: left center;
}
#modal_login .modal-body,
#modal_logout .modal-body {
    padding: 30px;
    position: relative;
}
#modal_login .heading,
#modal_logout .heading {
    margin-top: 0em;
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 1.3rem;
    font-family: 'Oswald', sans-serif;
    color: #1a2b51;
    text-transform: uppercase;
    line-height: 1.3em;
}

#modal_login label,
#modal_logout label {
    color: #aeaeae;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    border-radius: 50px;
    padding-bottom: 0.2em;
    letter-spacing: 0.05em;
    color: #1a2b51;
}


/* error block */
.error-block {
    font-size: 0.7rem;
    color: red;
    display: none;
}
.error-block.error {
    display: block;
}