:root
{
  --baseColorText: #e4f9f5;
  ::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#efefef;border-radius:6px}::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#c4c4c4}
  
}
html,body {
  background: #EFF3F4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  scroll-behavior: smooth; 
}
.hero-body .container {
  max-width: 700px;
}
.hero-body .title {
  /* color: hsl(192,17%,99%) !important; */
  color: var(--baseColorText) !important;
}
.hero-color{
  background-color: #40514e;
}
.hero-body{
  padding-top: 50px !important;
}

.hero-body .subtitle {
  /* color: hsl(192,17%,99%) !important; */
  color: var(--baseColorText)!important;
  padding-top: 2rem;
  line-height: 1.5;
}
.features {
  padding: 2rem 0;
}
.box.cta {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.card-image > .fa {
  font-size: 8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  /* color: #209cee; */
  background-color: transparent;
}
.card-content .content {
  font-size: 14px;
  margin: 1rem 1rem;
}
.card-content .content h4 {
  font-size: 16px;
  font-weight: 700;
}
.card {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  margin-bottom: 2rem;
}
.intro {
  padding: 5rem 0;
  text-align: center;
}
.sandbox {
  padding: 2rem 0;
}
.tile.notification {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.is-shady {
animation: flyintoright .4s backwards;
background: #fff;
box-shadow: rgba(0, 0, 0, .1) 0 1px 0;
border-radius: 4px;
/* display: inline-block; */
margin: 10px;
position: relative;
transition: all .2s ease-in-out;
}
.is-shady:hover {
box-shadow: 0 10px 16px rgba(0, 0, 0, .13), 0 6px 6px rgba(0, 0, 0, .19);
}
/*adds font awesome stars*/
footer li:before {
  content: '\f1b2';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #147efb;
}

.contact{
  padding-right: 0.1rem;
  color: var(--baseColorText) !important;
  font-size: 1.2rem;
}
.contact:link{
  text-decoration: underline;
}



/* SCROLL BAR STYLING */

/* WIDTH */

/* ::-webkit-scrollbar {
  width: 16px !important;
  height: 16px !important;
} */


/* TRACK */

::-webkit-scrollbar-track {
background-color: #ffffff !important;
}


/* HANDLE */

::-webkit-scrollbar-thumb {
  background: #617a76 !important;
  border-radius: 10px;
}


/* HANDLE ON HOVER */

::-webkit-scrollbar-thumb:hover {
  background: #617a76 !important;
}


.fil3 {
  fill:none;
}

.fil0 {
  fill:#42424200;
}

.fil2 {
  fill:#FFFFFE;
}

.fil1 {
  fill:#FFFFFE;
  fill-rule:nonzero;
}



.cls-1 {
  fill: #ffffff00;
}


.cls-2 {
  fill: #fff;
}

.svg-width {
  width: 85px !important;

}

.hero {
  --bulma-hero-body-padding: 3rem 1.5rem;
  --bulma-hero-body-padding-tablet: 3rem 3rem;
  --bulma-hero-body-padding-small: 1.5rem;
  --bulma-hero-body-padding-medium: 3rem 3rem;
  --bulma-hero-body-padding-large: 3rem 3rem;
}


@media (max-width:767px) {
  .reflexTable {
      max-width: 100% !important;
  }
}

@media (min-width:768px) {
  .reflexTable {
      max-width: 669px !important;
  }
}

@media (min-width:992px) {
  .reflexTable {
      max-width: 669px !important;
  }
}

@media (min-width:1200px) {
  .reflexTable {
      max-width: 669px !important;
  }
}

@media screen and (max-width: 1023px) {
  .navbar-menu {
    background-color: #40514e;
  }
  .navbar-brand-color {
    background-color: #40514e;
  }
}

.navbar-burger {
  color: var(--baseColorText);
}

.column a {
  border-bottom-color: var(--baseColorText);
  color: var(--baseColorText);
  padding-right: 0px !important;
}

.column.is-active a {
  border-bottom-color: var(--baseColorText);
  color: var(--baseColorText);
}


/* .menu-wrapper {
  display: inline-block;
} */





.first-session {
  font-size: 0.85rem;
  font-style: italic;
}


#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 30px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 99;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
  z-index: 98;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}
