/*!
 * Start Bootstrap - Thumbnail Gallery (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */

}

.thumb {
    margin-bottom: 30px;
}

footer {
    margin: 50px 0;
}

.navbar h1
 {
    color: white !important;
}

.navbar {
    background-color: #bf4d02;
    border-color: #e7e7e7;
  }
  .photo img {
      width: 300px; /*set the width or max-width*/
      height: auto; /*this makes sure to maintain the aspect ratio*/
  }

.wings {
  text-align: center;
}
