﻿/*
* Created By: MDC Web Services
* Description:  
* Revised:
*/

/*Masthead Code*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.title-name h1 {
  font-size: 24px;
  margin: 0;
}

.site-masthead  {
  background-image: url("../img/site-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1565c0;
  color: #fff;
}

.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}

ul.padding-20 {
  padding-left: 20px;
}

.cta-section {
  height: auto;
}
.margin-auto {
  /* margin: 10px auto 20px; */
  margin: 10px auto 1px;
  display: block;
}

p.text-center.bg-font {
  font-size: 16px;
  font-weight: 600;
}


.btn-block + .btn-block{
  margin-top: 1.5rem;
}

/* Skinny masthead */
.title-area {
  height: 120px;	
}
/*Responsive Queries - Skinny masthead */

@media (max-width: 767px) {
  .site-masthead {
      padding:10px 0;
      height: 50px;
  }
  .title-container {
      height: 50px;
  }
  .title-name {
      margin-top: 30px;
      width: auto;
  }
  .title-name h1 {
      font-size: 32px;
      margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .title-area { 
      width: 100%; 
      position: relative;
      }
      .title-container { 
      height: 100%;
      position: absolute; 
      left: 0; 
      top: 0; 
      width: 100%; 
      display: table; 
      }
      .title-name {
      display: table-cell; 
      vertical-align: middle;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .title-name h1 {
      font-size: 37px;
  }
  .site-masthead {
      height: 100px;
  }	
  .title-name h1 {
      height: 100px;
  }	
}
@media (min-width: 992px) {
  .title-area {
      height: 100px;	
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .title-name h1 {
    font-size: 34px;
  }

  .cta-section-content{
    vertical-align: top;
  }
  .button-block-row{
      display: flex;
      column-gap: 1rem;
  }
  .button-block-row a.btn-block{
      margin-top: 0;
      font-size: 1.5rem;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-name h1 {
      font-size: 40px;
  }
  .cta-section-container {
    height: 413px;
  }
}


@media (max-width: 400px) {
  .site-masthead {
      padding:10px 0;
      height: 90px;
  }
}









