/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */
body {
  font-family: 'Roboto', sans-serif;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
}

.bg-image-full2 {
  background: no-repeat center center scroll;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  -o-background-size: auto;
}

a {
  color: #58c1e0;
  font-weight: 500;
}
.bg-dark {
  background-color: #2b2a29!important;
}
.h1 {
  margin-bottom: .6rem;
}
p {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

/*
footer.py-3.bg-dark {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
*/