html, body {
  min-height: 100vh !important;
}

main{
  height: 100% !important;
}

.bg-gradient{
  background: rgb(39, 44, 48);  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, rgb(81, 91, 99), rgb(39, 44, 48));  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, rgb(81, 91, 99), rgb(39, 44, 48)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.datasaur{
  background: #141e30;
  background: -webkit-linear-gradient(to left, #141e30, #243b55);
  background: linear-gradient(to left, #141e30, #243b55);
}

.no-underline {
  text-decoration: none !important;
}

.hover-logo{
  transition: 0.2s all ease;
}

.hover-logo:hover {
  background: rgb(81, 91, 99);
  color: rgb(248, 249, 250);
  border: 1px solid rgb(248, 249, 250);
}

.shadow {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2) !important;
}

.pointer{
  cursor: pointer;
}

.h-250{
  height:300px;
}


.landing-image{
  max-height: 1000px !important;
  height: 100% !important;
}
