/* CSS Document */
.headerImage {
  /*margin-left: 50px;*/
  width: calc(100vw);
  height: auto;   
}

.bodyImage {
  width: calc(100vw);
}

#prime_nav {
 display: flex;
 margin-left: 20%;
}

#prime_nav li {
  padding: 10 25 10 25;
  border-left: 3px solid white;
  background-color: #0060aa;
}
#prime_nav li a{
 color: white !important;
 text-decoration: none;
 font-size: 20px;
}

#wrapper, #branding, #main, #access {
 width: 100% !important;
 margin-bottom: 25px;
}

#bg_image {
  margin-left: 20%;
}

#masthead {
 display: flex;
 justify-content: center;
 flex-direction: column;
}