a:link {
    color: dimgray;
    background-color: transparent;
    text-decoration: none;
}

.data-frame {
    margin: 0;
    display: block;
}

.resized_image 
{
  height:auto;
  width:50%;
  max-width:50%;
  display: inline;
}

.leftside_image
{
  height:250px;
  width: 450px;
  display: block;
}


.iframe_video
{
  height: 50vh;
  width: 50%;
  max-width: 50%;
  overflow: hidden;
}


h1,.text-heading1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 12px;
  font-family: 'Segoe UI','SegoeUI','Helvetica Neue','Helvetica','Arial,sans-serif';
}

h2 {
  /* font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 12px; */
  font-family: 'Segoe UI','SegoeUI','Helvetica Neue','Helvetica','Arial,sans-serif';
}

h4 {
  font-size: 22px;
  font-family: 'Segoe UI','SegoeUI','Helvetica Neue','Helvetica','Arial,sans-serif';
}

.text-heading2
{
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 9px
}



li{
  font-size:16px;
  font-family: 'Segoe UI','SegoeUI','Helvetica Neue','Helvetica','Arial,sans-serif';
}

.text-container{
  width:100%; max-width: 1500px; margin: 0px auto;
}

.text-centering{
  width: 80%; 
  max-width: 70%;
  height: auto;
  margin-left: 15%;
  display: block;
}

.toplogo{
  max-width:100%;
  max-height: 150px;
}

.bottomlogo{
  max-height:100px;
  max-width:100%;
}

.banner{
  background-image: url('banner4.jpg'); 
  background-size:contain"
}

.coloredcard{
  background-color:#f8f9fa;
  margin-left: 10%; 
  margin-right: 10%;
}

.card-centered{
  margin-left: 10%; 
  margin-right: 10%;
}
.ph-card-header {
  color: white !important;
  background-color: whitesmoke !important;
}

@media screen and (max-width: 600px) {
  .iframe_video
  {
    height: 50vh;
    width: 90%;
    max-width: 90%;
    overflow: hidden;
  }

  .resized_image 
  {
    height:auto;
    width:100%;
    max-width:100%;
    display: inline;
  }

  .leftside_image
  {
    height:90%;
    width: 90%;
    overflow: hidden;
  }

  .toplogo{
    max-width:100%;
    max-height: 150px;
  }
  
}
