
body {
    color: #0d1219;
}

.bg-dark {
    background-color: #AF410B !important;
}


/*Image Aspect Ratio*/
.ratio {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    margin: auto;
    /*background-color: rgba(0, 0, 0, .1);*/
    background: url('../img/pattern.png');
    background-size: 24px 24px;
}

/*@media (max-width: 767px) {
  .ratio {
    max-width: 345px;
  }
}*/
/*.ratio:before,
.ratio:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.ratio:after { clear: both; }
.ratio { zoom: 1; }*/

.ratio1-1 {
    padding-top: 100%;
}

.ratio2-1 {
    padding-top: 50%;
}

.ratio4-3 {
    padding-top: 75%;
}

.ratio16-9 {
    padding-top: 56.25%;
}

.ratio img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

/*Caption image inside class ratio*/
.ratio .img-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

a {
    color: #AF410B;
}

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

.feature-content {
    text-align: center;
}

.training-item-desc {
    font-size: .9rem;
}

.color-1 {
    color: #AF410B;
}

.color-2 {
    color: #F7741C;
}

.color-3 {
    color: #E2C6BF;
}

.color-4 {
    color: #FCA468;
}

.bg-primary {
    background-color: #AF410B !important;
}

.bg-color-1 {
    background-color: #AF410B;
}

.bg-color-2 {
    background-color: #F7741C;
}

.bg-color-3 {
    background-color: #E2C6BF;
}

.bg-color-4 {
    background-color: #FCA468;
}

.bg-soft-primary-pattern-1 {
    background-color: #FCA468;
}

.btn-primary {
    background-color: #FCA468;
    border-color: #FCA468;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #F7741C;
    border-color: #F7741C;
}

.nav.nav-line-animated .nav-item .nav-link.active {
    color: #F7741C;
}

.nav.nav-line-animated .nav-item .nav-link:after {
    background-color: #F7741C;
}

.quote {
    border-left: .25rem solid #F7741C;
}

.border-hover-primary:hover {
    border-color: #F7741C !important;
}

.footer-socmed {
    display: flex;
    flex-direction: row;
    list-style: none;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.footer-socmed li {
    padding: 0;
    margin: 0 1rem;
}



.footer-logo {
    display: flex;
    flex-direction: column;
    list-style: none;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.footer-logo img {
    width: 20rem;
}