/**

 * 

 * Contact Page Styling

 *

 */



header {

  min-height: 100px;

  height: 100px;

  background-color: #1d1b1b;

}



header.jumbotron {

  display: none;

  border-radius: 0;

  height: 100px;

}



main section.contact {

  max-height: unset !important;
  overflow: hidden;

}



.sticky-header {
    background-color: #000000 !important;
    min-height: 110px !important;
}



.physical-address address:last-child,

.physical-address address:last-child>p {

  margin-bottom: 0 !important;

}



.flex-flex-end {

  display: flex;

  align-items: flex-end;

}



.flex-start-center {

  display: flex;

  align-items: center;

  justify-content: start;

}



@media only screen and (max-width: 640px) {

  .flex-flex-end {

    align-self: center;

    align-items: center;

  }

.sticky-header {
    background-color: #000000 !important;
    min-height: 90px !important;
}
h2 {
    font-size: 16px !important;
    line-height: 18px !important;
    margin-bottom: 1rem !important;
}

}
