/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */

body {
  /*background: url("../../img/waredrone-index.jpg") no-repeat center center fixed;*/
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;

  font-family: 'Chakra Petch', sans-serif;
}

.mt-6,
.my-6{
  margin-top: 6rem !important;
}

.mb-6,
.my-6{
  margin-bottom: 6rem !important;
}