/*!
 * Start Bootstrap - Landing Page v5.0.7 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.preview{
	position:relative;
}
.preview .watermark {
	position:absolute;
	bottom:0;
	left:0;
	width:100%
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.btn.disabled, .btn:disabled {
    cursor: not-allowed;
}