.spacingfixer{
    min-width: 40vw;
}
.spacer{
    width: 70%;
    background-color: black;
    height: 1.5px;
    margin: 10px auto 10px auto;
}
section{
    padding: 20px 10px 0px 10px !important;
}
table{
    margin: 10px  auto 50px auto;
    border: 1px solid black;
    border-collapse: inherit !important;
}
p{
    margin-bottom: 2px !important;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif; 
}
section{
    text-align: center;
}
.strong{
    font-size: 24px;
    font-family: 'Montserrat', sans-serif; 
    margin-bottom: 15px;
    display: block;
}
.top-title {
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-weight: 700;
}
h1{
    padding-top: 35px;;
}

header {
    font-family: "Montserrat",sans-serif  !important;
    position: relative;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background-color: #0C3C8A;
  }
  header h1 {
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-size: 1.25rem;
  }
  @media only screen and (min-width: 1024px) {
    header {
      height: 120px;
      line-height: 120px;
    }
    header h1 {
      font-size: 30px;
      font-size: 2.25rem;
      font-weight: 300;
    }
    .spacingfixer{
        min-width: 25vw;
    }
  }
  