/*!
 * 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)
 */

.navbar {
    background-color: #ffc937;
}
navbar-brand {
    text-align: center
}
body {
  background: no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-color: #5db3e2;
}

container {
    margin: auto;
}
logo {
    vertical-align: baseline;
    padding-right: 50px; 
}
footer {
    background-color: #ffc937;
}