body{
    background:linear-gradient(#fdfffc, #d4d4d4);
    min-height:100vh;
    
}

*:focus {
    outline: none;
}


 a {color: #b84e00!important;}
/***** nav ******/
#navbarID{
    border-top: rgb(184, 78, 0) 10px solid;
    position: relative;
}
#navbarID .container{
    border-bottom:#ccc solid 1px;
    padding-bottom:10px;
}
.nav-link{
      color:#666666;
      text-transform:uppercase;
      font-weight:500;
      font-size: 16px;
      letter-spacing: 1px;
      padding: 35px 0;
      transition:color ease .3s;
      text-align: center;
}

.nav-link:before{

}

 .active .nav-link, .nav-link:hover, .nav-link:focus, .nav-link:active{
    color:#b84e00;
     background: url(/uploads/images/triangle.gif) no-repeat center top;
}

.nav-link span{
    font-size: 11px;
    color: #999999 !important;
    line-height: 16px;
    display:block;
    letter-spacing: 0;
}

.navbar-brand img{
    height:80px
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(184, 78, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  outline:none;
}


/***** carousel ******/

#carousel{
    margin-top: 50px;
}



.owl-item img{
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    opacity:.5;
    transition: transform ease 1s, opacity ease .5s, box-shadow ease .2s;
    border: solid 4px #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 1px #acacac;
}

.owl-item img:hover{
   box-shadow: 0px 0px 7px 2px #747474;
}


.center img{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    opacity:1;
}

.center {
 z-index: 1 !important;
}

.owl-carousel{
    overflow-x: hidden;
    overflow-y: visible;
    padding: 60px 0;
}

owl-stage-outer{
    overflow:unset;
}



/***** content ******/

h1{
    font-size:30px
}

#start{
    margin:30px 0 70px
}

h3 a{
    color: #212529;
    text-decoration: none;
    outline: none;
    border-bottom: 2px solid #b84e00;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    margin: 15px 0;
}

h3 a:hover {
    color: #b84e00;
    text-decoration: none;
    border-bottom: 2px solid #b84e00;
}

/***** footer ******/

#footer a{
    color: #656565 !important;
}

#footer a:hover, #footer a:focus {
    text-decoration:none !important;
}

#footer div[class^='col-'], div[class*=' col-']{
    background-color: #eee;
    padding: 25px 15px;
    border: 1px solid #e3e4e3;
}

#footer div[class^='col-']:hover, div[class*=' col-']:hover{
    background-color:#f5f5f5 ;
}

#footer h1{
    color:#b84e00;
    font-size: 19px;
    line-height: 21px;

}

#footer p{
    font-size: 12px;
    line-height: 16px;
}

#footer .col-md-12{
    background:transparent !important;
    border:none !important;
}

#footer span{text-align: right;display: block;}

#footer .row:first-of-type{
    margin: 0;
}




@media only screen and (max-width: 767px) {
 
.owl-item img{
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    opacity:.3;
    transition: transform ease 1s, opacity ease .5s, box-shadow ease .2s;
    border: solid 2px #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 1px #acacac;
}


.center img{
    transform:scale(2.3);
    -webkit-transform: scale(2.3);
    -moz-transform: scale(2.3);
    -o-transform: scale(2.3);
    opacity:1;
}

.owl-carousel {
    padding: 80px 0 55px;
}


}