/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
  /* background-image: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%); */
  background-color: white;
}

.navbar-custom { background-color: black !important;}
.navbar-brand{ color: #1D8FE1;}
.nav-link{color: #1D8FE1;}

.font-weight-light{color: black;}

.navbar-toggler {
  border-color: white !important;
}

.navbar-toggler-icon {
  background-size: 100% 100% !important;
  background: linear-gradient(to bottom, #000 25%, white 25% 35%, #000 35% 45%, white 45% 55%, #000 55% 65%, white 65% 75%, #000 75% 100%) !important;
}

.row.align-items-center.my-5 {
  margin-top: 1rem!important;
}
