/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */

body {
  padding-top: 70px;
}


.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.navbar{
  background-color:rgb(13, 112, 180)!important;
}


.navbar-brand{
  max-height: 3.5em;
}

.my-header {
    background-image: url('../img/header.png') ;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    width: 100%;
    min-height: 250px;
    padding-top: 15em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    }
