body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.header {
  padding-bottom: 1rem;
  border-bottom: .05rem solid #e5e5e5;
}

.footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: .05rem solid #e5e5e5;
  text-align: right;
}

.header img {
  position: relative;
}

.navbar-collapse {
  text-align: center;
}

a:link, a:active, a:hover, a:visited {
  color: #a40b32;
}

h1, h2, h3, h4 {
  padding-top: 1rem;
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 1rem;
}

h5, h6 {
  padding-top: 1rem;
  position: relative;
  z-index: 1;
  text-align: left;
  margin-bottom: 1rem;
}

h1:before, h2:before, h3:before, h4:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 50%;
  /* or 100px */
  border-bottom: 1px solid #e5e5e5;
}

h5:before, h6:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 50%;
  /* or 100px */
  border-bottom: 1px solid #e5e5e5;
}

.fieldEmail2 {
 display: none;
}

.container img.header {
  width: 95%;
}

.show-menu {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-align: right;
  top: 15px;
  padding-right: 15px;
  font-size: 35px;
  display: none;
}

/*Hide checkbox*/

input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
}

input[type=checkbox]:checked~.nav {
  display: block;
}

@media (min-width: 54em) {
  .container {
    max-width: 52rem;
  }
  .header img {
    margin-left: -100px;
  }
}

@media (max-width: 53em) {
  .show-menu {
    display: block;
  }
  nav {
    width: 100%;
    float: left;
  }
  .nav {
    display: none;
    float: left !important;
    width: 100%;
    overflow: auto;
    padding: 0;
    margin: 0;
  }
  .nav a:link, .nav a:visited, .nav a:hover, .nav a:active {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: background-color 1s linear;
  }
}

.text {
  font-size: 12px;
  margin-left: 5px;
}

.text>span {
  font-size: 18px;
  font-weight: bold;
}

.text>span>strong {
  font-size: 16px;
}
