/* CSS Document */
/* CSS Document */
/* CSS Document */
.jumbotron {
  background-image: url("../../images/contact-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

/*Grid Styling*/
.tile-grid {
  padding: 0 20px 0 20px;
  margin: 0; }

.col-md-4 {
  padding-left: 0px;
  padding-right: 0px; }

.container {
  position: relative;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px; }
  .container h3 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 3rem;
    color: white; }
    @media screen and (min-width: 768px) {
      .container h3 {
        font-size: 2rem; } }
    @media screen and (min-width: 992px) {
      .container h3 {
        font-size: 2.5rem; } }
    @media screen and (min-width: 1200px) {
      .container h3 {
        font-size: 3rem; } }
  .container h4 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 2rem; }
  .container img {
    filter: brightness(55%);
    padding: 10px;
    width: 100%; }

.centered {
  font-family: 'Titillium Web', sans-serif;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%); }

.source ul {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1rem; }

ul {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.8rem; }

ol {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.8rem; }

/*Section Styling*/
section img {
  width: 100%; }

p {
  padding-top: 10px; }

@media screen and (min-width: 768px) {
  .blog-section {
    padding-right: 10px; } }
@media screen and (min-width: 992px) {
  .blog-section {
    padding-right: 100px; } }
@media screen and (min-width: 1200px) {
  .blog-section {
    padding-right: 200px; } }

h5 {
  font-size: 2.5rem;
  text-align: center; }
