/*
ink black : #01161e 
dark teal: #124559
airforce blue: #598392
ash_grey : #aec3b0 
beige : #eff6e0
*/
.tertiary-color {
    background-color:#598392;
}
.secondary-color {
    background-color: #263A17;
}

.secondary-border {
    border-width: .5em;
    border-color:#263A17;
}

.primary-color{
    background-color:#ecf39e;
}

/* Rounded border */
hr.rounded {
  border-top: 8px solid #263A17;
  border-radius: 5px;
  opacity:1;
}