.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #8CC63E;
  border-color: #8CC63E;
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #76a566;
  border-color: #76a566;
}

.btn-outline-info:hover, .btn-outline-info:active{
  color:black;
  border-color:black;
  background-color:transparent;
}

.header-logo {
  margin-right: 100px;
}

.nav-item {
  margin-right: 25px;
}

.py-3 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.header-btn {
  margin-left: 10px;
}

.masthead {
  background: url('https://r4r-site-assets.s3.amazonaws.com/www-emterrarewards-com/pics/homepage_pic-1561064895.jpg')no-repeat center center;
  background-size: cover;
}

.card {
  padding: 20px;
}

.homepage-featured-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.redemption-methods{
  margin-bottom: 20px;
}

:root {
  --bs-blue: #007bff;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #868e96;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #868e96;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #8CC63E;
  --bs-secondary: #868e96;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-primary-rgb: 0, 123, 255;
  --bs-secondary-rgb: 134, 142, 150;
  --bs-success-rgb: 40, 167, 69;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 52, 58, 64;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #62A135;
  --bs-link-hover-color: #62A135;
  --bs-code-color: #e83e8c;
  --bs-highlight-bg: #fff3cd;
}

.row-margin-top-25 {
  margin-top: 25px;
}

.btn {
  
  border-radius: 1px;
}

.features-icons.rewards-section {
  padding-top: 20px !important;
  margin-top: 0px !important;
  /*margin-bottom: 30px !important;*/
}

.my-rewards-header-container {
  padding-top: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.rewards-search-container {
  margin-bottom: 20px;
  /*border-bottom: 1px;*/
}

.my-rewards-header-container {
  padding-bottom: 20px;
}

.container {
}

.bg-light {
  /* background-color: #faf9f9 !important; */
  background-color: #F4F4F4 !important;
}

.card {
  box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.10) !important;
  border-color: white;
  border-radius: 1px;
}

.my-rewards-header-col {
  margin-bottom: 20px !important;
}

.bg-white {
  background-color: white;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.10) !important;
}

.page-item {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.10) !important;
}

.bg-login-page {
  background-color: #9FD98C;
}

body {
}

.row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.img.rewards-row-image {
  max-height: 150px;
}

.img.rewards-row-image {
}


.page-section{
  background-color: #F4F4F4 !important;
  padding-top: 20px !important;
}