@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1420px;
}
}


a {
    color: #f6ad48;
    text-decoration: none;
}

a:hover {
    color: #e29326;
    text-decoration: none;
}


section.section {
    background: #FFF;
    border-top: 0 solid #f1f1f1;
    margin: 30px 0;
    padding: 50px 0;
}



@media only screen and (max-width: 767px) {
#header .header-body {

    background: #FFF;
    z-index: 2;
}
#header {
    position: relative;
    z-index: 1;
    height:70px !important;
}

.header-container {
    height:70px !important;
    min-height: 70px !important;
}

#header .header-logo {
    margin: 0;
    margin:0;
    position: relative;
    z-index: 1;
}
}
.page-header h2 {
    color: #fff;
    display: inline-block;
    font-size: 34px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 700;
    position: relative;
    top: 1px;
    letter-spacing: 2px;
}


.breadcrumb > li {
    display: inline-block;
    font-size: .9em;
    text-transform: uppercase;
    text-shadow: none;
}




@media only screen and (max-width: 767px) {
#header .header-logo img {
    width: 160px;
}
}








.card-body {
    padding:20px;
}



.card-title {
  color: #f6ad48;
  font-size: 22px;
  letter-spacing: .2em;
  padding: 0;
  margin:0 0 10px;
  line-height: 1.5;
  font-weight: bold;
}

.card-text {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(0,0,0,0.5);
}


@media only screen and (max-width: 767px) {
.card-body {
    padding:20px;
}



.card-title {
  color: #f6ad48;
  font-size: 18px;
  letter-spacing: .1em;

  padding: 0;
  margin:0 0 10px;
}

.card-text {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(0,0,0,0.5);
}
}








