/* Google font import */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap')
/* Set font */
body, button, input, optgroup, select, textarea, h1, h2, h3, h4, h5, h6 {
  font-family:"Roboto", sans-serif;
}

/* Header font-weight & line-hieght */
h1, h2, h3, h4, h5, h6 {
  font-weight: 1000;
  line-height: 1.2em;
}

/* Body font-weight & line height */
body, button, input, optgroup, select, textarea {
 font-size: 17px;
 font-weight: 500;
line-height: 1.8em;
}

/* Make font larger */
body, .button, .input, .select, .label, .textarea, .survey label.radio, .survey label.checkbox, #fcc_providers .table, .order-details td {
//  font-size: 1.125em;
}

/* Set button color */
.button.is-primary, a.btn.btm-sm.card-btn-add, .c-minus .card-btn-remove, .c-plus .card-btn-add, a.btn.btm-sm.card-btn-remove {
background-color: #31A814 !important;
border-radius: 50px;  
}

/* Change header background to dark */

.navbar, .navbar-menu.is-active {
background-color: #CCCCCC;
}

.navbar a {
color: #111111;
}

/* Change logo size */
#brand-header-image {
  max-height: 6rem;
}

/* Remove hero space */
@media (min-width: 768px) {
  .hero-body.card-overlay {
    padding-top: 1rem;
    margin-bottom: 0;
  }
}