﻿@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
.logoContainer {
  padding: 20px;
}
.headerImg {
  background-image: url(/SiteAssets/images/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 260px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0px 20px;
}

.headerImg h1 {
  text-align: center;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 97px;
  font-weight: 900;
  line-height: 1.1em;
  letter-spacing: 0px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 10px;
}

.headerImg p {
  text-align: center;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .headerImg {
    min-height: 150px;
    border-radius: 0px;
    padding: 30px;
    width: 100%;
    margin: 0px;
  }
  .headerImg h1 {
    font-size: 32px;
  }
  .headerImg p {
    font-size: 19px;
    line-height: 20px;
  }
}




.meaFooter {
  background-color: #be2339;
  min-height: 133px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.meaFooter div {
  max-width: 960px;
  width: 100%;
  text-align: center;
  padding: 8px 8px 8px 8px;
  margin: 30px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ffffff;
}
.meaFooter p {
  font-family: "Source Sans Pro", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0px;
}

img.logoimage{  
	 width: 192px; 
	 height: 55px;
	  }
	  
	  
