/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
 body {
    background-color: #000430;
 }


header {
  padding: 156px 0 100px;
}
.container img {
  margin-top: 50px;
}

section {
  padding: 15px 15px 30px 15px;
  background-color: white;
}
.heading {
  margin-top: -80px;
}
.heading h2 {
  color: white;
  text-align: right;
  margin-right:30px;
}

.img-thumbnail {
    /* margin-top:-13px; */

  }

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { 
    .img-thumbnail {
        min-width: 300%;
      }
 }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { 
    .img-thumbnail {
    max-width: 300%;
  } 
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { 
    .img-thumbnail {
    min-width: 334px;
  } }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
