/* CSS Document */

body {
  background-image: url("/images/background.jpg");
   background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

serheight{
            display: block; /* makes it have a width */
            content: ""; /* clears default height */
            margin-top: 0; /* change this to whatever height you want it */
}


.navbar-custom {
            background-color: #085188;
        }