/* for eliminating arrows on the side of this number input */
#customServingSizeNumber::-webkit-outer-spin-button,
#customServingSizeNumber::-webkit-inner-spin-button,
{
    -webkit-appearance: none;
    margin: 0;
}
#customServingSizeNumber{
    -moz-appearance: textfield;
}


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

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234787ed' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234787ed' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

a.nav-link.active {
    font-family: 'Archivo Black', sans-serif;
    color: #f8f9fa;
}

.archivoBlack {
    font-family: 'Archivo Black', sans-serif;
}

.sectionHeader {
    font-family: 'Archivo Black', sans-serif;
}

.sectionSubHeader {
    font-family: 'Archivo Black', sans-serif;

}

.containerImg {
    position: relative;
    width: 50%;
}

.containerImg img {
    width: 100%;
    height: auto;
}

.containerImg .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #4787ed;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.containerImg .btn:hover {
    background-color: #0056b3;
}