.bg-img {
  /* The image used */
  background-image: url("../imagens/new_arte_epma_header.png");

  min-height: 380px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  /* Needed to position the navbar */
  position: relative;
}

/* Position the navbar container inside the image */
.container {
  position: absolute;
  margin: 20px;
  width: auto;
}

/* The navbar */
.topnav {
  overflow: hidden;
  background-color: #333;
  border-radius: .3em;
  font-family: "PT Sans", sans-serif;
}

/* Navbar links */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

body {
    display: block;
    
    /*box-shadow: 0 0.3em 1em #000;*/
}

/* Page content */
.content {
  padding: 16px;
}

.col-xs-12{
    color: #f2f2f2;
    font-size: 30px;
    position: inherit;    
    vertical-align: bottom;
    display: block;
    margin-block-start: 15%;
    margin-block-end: 10%;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: center;
}

.banner {
    background-position: center center;
    background-size: cover;
    position: bottom;
    color: #104E8B;
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    display: block;
    text-align: center;
    word-spacing: 1em;
    width: auto;
    height:auto;
    float:center;
    margin: auto;
    padding: 5em 0em 5em;
}

h2{
  padding: 0em 0em 0em;
  position: relative;
}