:root{
  --primary-color-500: #FF5722;
  --primary-color-50: #FBE9E7;
  --accent-color-500: #3F51B5;
  --accent-color-50: #E8EAF6;
}

a {
  text-decoration: none !important;
  color: #FF5722;
}

.a-no-color {
  color:inherit;
}

body {
  display: flex !important;
  flex-direction: column !important;
  font-family: 'Roboto', sans-serif;
  height: 100vh;
}

.border-box {
  border: 1px solid #b1b1b1;
  border-radius: 16px;
  padding: 8px 16px;
}

.card-border {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.color-primary {
  color: var(--primary-color-500);
}

.color-white {
  color: #fff !important;
}

.content-grid {
  max-width: 1068px;
  margin: 0 auto;
  background-color: #fff;
}

.content-grid p {
  margin: 20px 0;
}

.content-grid .font-press {
  margin: 25px 0;
}

.drawer-header {
  padding: 0px !important;
  background-color: var(--primary-color-500);
}

.drawer-item {
  display:flex !important;
  padding: 24px !important;
  align-items: center !important;
}

.drawer-item-active {
  display:flex !important;
  padding: 24px !important;
  align-items: center !important;
  background-color: var(--primary-color-50);
  color: var(--primary-color-500) !important;
}

.drawer-icon {
  margin-right: 32px;
}

.drawer-logo {
  width: 100%;
}

.font-press {
  font-family: 'Indie Flower', cursive;
}

.font-roboto {
  font-family: 'Roboto', sans-serif;
}

.font-size-xsmall {
  font-size: 12px;
}

.font-size-small {
  font-size: 16px;
}

.font-size-medium {
  font-size: 24px;
}

.font-size-big {
  font-size: 32px;
}

.font-size-xbig {
  font-size: 40px;
}

.font-size-footer {
  font-size: 24px;
  line-height: 35px;
}

.font-size-drawer {
  font-size: 24px;
}

.font-grey{
	color: hsl(0,0%,65%);
}

.footer {
  background-color: #BDBDBD;
}

.full-max-height {
  max-height: 100%;
}

.full-width {
  width: 100%;
}

.grid-border {
  margin: 16px;
}

.hide {
  display: none !important;
}

html {
  height: 100%;
}

.img-height {
  max-height: 20vh;
  padding-top: 25px;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}

.logo-header {
  max-height: 64px;
}

.mdl-layout__content {
    display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: column;
	        flex-direction: column;
}

.no-border{
  border: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.overflow-auto {
  overflow: auto !important;
}

.page-content {
  padding: 20px 0;
  background-color: #f1f1f1;
}

.row {
  width: 100%;
}

.tabs-panel {
  max-height: 250px;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media screen and (max-width: 1024px){
  .logo-header{
    max-height: 56px;
  }
}

@media only screen and (max-width: 767px){
  .content-grid {
    width: 90%;
    padding: 8px;
    margin: 0 8px;
  }
}

@media only screen and (min-width: 767px){
  .content-grid {
    max-width: 720px;
  }
}

@media only screen and (min-width: 960px){
  .content-grid {
    max-width: 923px;
  }
}

@media only screen and (min-width: 1160px){
  .content-grid {
    max-width: 1050px;
  }
}

.link-and-image-container {
    margin: 20px 0; /* Adds vertical space around the button and image */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-responsive {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 20px; /* Adds space between the button and the image */
}

.medium-sized-image {
    width: 300px;
    height: 300px;
    display: block; /* Ensures the image is a block-level element, which can help with layout */
    margin-top: 20px; /* Adds some space between the button and the image */
    /* Additional styling as needed */
}

.google-map-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%; /* Adjust this value based on the aspect ratio you want (height / width * 100%) */
}

.google-map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vbb-widget-wrapper {
  background: #fff;
  overflow: hidden;
  position: relative;
}

.vbb-widget-wrapper [data-hfs-widget] {
  display: block;
  margin-bottom: 0;
}
