/**

 * 

 * 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;

}



.sticky-header {

  background-color: #303e47;
  min-height: 120px;
}



.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;

  }

}
