 .logo {
    width: 100%;
    max-width: 75px;
	margin-left: 100px;
}

.logo2 {
  width: 100%;
  max-width: 80px;
}

.navbar{  
  font-size: 1.4rem;
  color: #fff;
}

body{
    width:100%;
    height: 100%;
    font-family: "Helvetica Neue" !important;
  }
  .mat-body, .mat-body-2, .mat-typography .mat-body, .mat-typography .mat-body-2, .mat-typography {
    font: 400 14px / 20px Roboto, sans-serif;
    letter-spacing: .0178571429em;
}
  .header {
      text-align: center;
      font-size: 50px;
      height: 50px;
      line-height: 50px;
      margin: 10px 0;
  }
  /* @media only screen and (min-width: 1025px) {
    .background-body{
      background-image: url('https://moattapp-website.s3.us-west-1.amazonaws.com/images/bckgrnd-content-large.webp');
    }
  }
  @media only screen and (max-width: 1024px)
  {
    .background-body{
      background-image: url('https://moattapp-website.s3.us-west-1.amazonaws.com/images/bckgrnd-content-small.webp');
    }
  } */
  .background-body {
    background-color: #ddd2ff;
  }
  .moatt-banner{ 
    background-image: url('https://moattapp-website.s3.us-west-1.amazonaws.com/images/MOATT-banner-update.webp');
    width: 100%;
    height: 550px;
    margin: 0 auto !important;
    background-repeat:no-repeat;
    background-size: contain;
   }
   .banner-content{
    text-align: center;
    padding-top: 28%;
   }
   .banner-app-img{
    border-radius: 5px;
    width: 100%;
    max-width: 300px;
    cursor: pointer;
   }
  
  .adjust-padding-left-right{ padding: 0 0px; }
  .padding-bottom{
    padding-bottom: 1.5rem;
  }
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .top-left-image {
    position: relative;
    bottom: -37%;
    left: 0px;
    width: 100%;
    max-width: 225px;
  }
  
  .youtube-vid{
    aspect-ratio: 4 / 3;
    width: 100% !important;
    max-width: 800px;
    border-radius: 10px;
  }
  
  .icons-img{
    margin: 0 auto;
    text-align: center;
  }
  
  .rotate-25deg-right{
    transform: rotate(25deg);
  }
  
  .rotate-45deg-right{
    transform: rotate(45deg);
  }
  
  .rotate-25deg-left{
    transform: rotate(-25deg);
  }
  
  .rotate-15deg-left{
    transform: rotate(-15deg);
  }
  
  
  .image-ctx {
      display: flex;
      justify-content: center;
  }
  
  h2 {
      vertical-align: center;
      text-align: center;
  }
  
  .center-items{
    text-align: center;
  }
  
  .left-items{
    text-align: left;
  }
  
  .margin-right{
    margin-right: 25px;
  }
  
  .margin-right2{
      margin-right: 40px;
  }
  
  .banner{
      height: auto;
      background-color: #9D66FF;
    }  
  
    .diagonal-purple{
      background: linear-gradient(10deg, #9D66FF 33%, #673AB7 33%, #673AB7 71.5%, #9D66FF 45%);
      background-repeat: no-repeat;
    }
  
  .h3-heading{
    font: normal 2.45vw/1.2 Helvetica Neue, sans-serif; 
    color: #fff;
  }
  
  .h5-heading{
    font: normal 1.85vw/1.2 Helvetica Neue, sans-serif; 
    color: #fff;
  }
  
  .paddingTop{
    padding-top: 10%;
  }
  
  .app-img{
    border-radius: 5px;
    width: 100%;
    max-width: 225px;
    cursor: pointer;
  }
  
  .app-overlay{
    border-radius: 5px;
    opacity: 0.3;
    width: 100%;
    max-width: 225px;
  }
  
  .h2-header{
    padding: 25px 0;
    font-weight: 550;
  }
  
  .h2-heading{
    font-weight: 600;
    font-size: 2.8rem;
  }
  
  .adjust-app-margins{
    margin: 0 10px;
    display: inline-flex;
  }
  
  .custom {
    font-size: 2.2rem !important;
    line-height: 1.4;
  }
  
  .nobr{ white-space: nowrap; display: block; }
  
  .add-space{
    margin: 0 25px;
  }
  
  @media(max-width:726px){
    .margin-right2{
      margin-right: 0px;
    }
  }
  
  @media(max-width:1010px){
    .h5-heading{
      font: normal 2.4vw/1.2 Helvetica Neue, sans-serif; 
    }
    .h3-heading{
      font: normal 3.4vw/.5 Helvetica Neue, sans-serif; 
    }
  }
  
  /*h2 headers for content*/
  @media(max-width:1852px) and (min-width:1600px){
    .h2-heading{
      font-weight: 600;
      font-size: 1.6rem;
    }
  }
  
  @media(max-width:1599px) and (min-width:1340px){
    .h2-heading{
      font-weight: 600;
      font-size: 1.8rem;
    }
  
  }
  
  @media(max-width:1339px) and (min-width:1140px){
    .h2-heading{
      font-weight: 600;
      font-size: 2.5rem;
    }
  }
  
  @media(max-width:1149px) and (min-width:980px){
    .h2-heading{
      font-weight: 600;
      font-size: 2.7rem;
    }
  }
  /*END of h2 headers for content*/

  @media(max-width:991px){
    .logo{
        margin-left: 0;
    }

    .h2-heading{
      font-weight: 600;
      font-size: 1.8rem !important;
    }
  }

  /*Footer Styling v1.1*/
.bg-footer {
  background-color: #ffdafb;
  padding: 20px 0 10px;
}
.footer-heading {
  letter-spacing: 2px;
}

.footer-link a {
  color: #000;
  line-height: 40px;
  font-size: 1.75rem !important;
  transition: all 0.5s;
}

.footer-link a:hover {
  color: #e0e;
}

.contact-info {
  color: #acacac;
  font-size: 1rem;
}

.footer-social-icon {
  font-size: 15px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.facebook {
  color: #ffffff;
}

.twitter {
  color: #ffffff;
}

.google {
  background-color: #d6492f;
  color: #ffffff;
}

.apple {
  background-color: #424041;
  color: #ffffff;
}

.footer-alt {
  color: #000;
}

.footer-heading {
  position: relative;
  padding-bottom: 12px;
}

.footer-heading:after {
  content: '';
  width: 25px;
  border-bottom: 1px solid #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: 1px solid #26005b;
}
.social-icons
{
padding-left:0;
margin-bottom:0;
list-style:none
}
.social-icons li
{
display:inline-block;
margin-bottom:4px
}
.social-icons li.title
{
margin-right:15px;
text-transform:uppercase;
color:#96a2b2;
font-weight:700;
font-size:13px
}
.social-icons img{
width: 100%;
max-width: 28px;
}

.social-icons a{
margin-right:8px;
border-radius:100%;
-webkit-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear;
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
color:#fff;
}
.social-icons.size-sm a
{
line-height:34px;
height:34px;
width:34px;
font-size:1rem
}
.link{
  text-decoration: none;
  color: #000;
  font-weight: 550;
  font-family: Roboto, Helvetica Neue, sans-serif !important;
  font-size: 16px;
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }

  .footer-heading:after {
    width: 100%;
  }

  .bg-footer{
    text-align: center;
    padding: 20px 0 10px;
  }
}

/*End of Footer Styling v1.1*/

/*Back To Top Button*/
#button {
  display: inline-block;
  background-color: #26005b;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  #button {
    margin: 30px;
  }
}

@media(max-width: 970px){
  .logo{
    padding-left: 0px;
  }
}

/*BACK TO TOP CSS*/
/*Back to top Button*/
.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #673ab7;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
  z-index: 1001;
}
.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}
.m-backtotop > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}
.m-backtotop > div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}
.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: #673ab7;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}
.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}
.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}
/*****************************/
/*END OF BACK TO TOP CSS*/

/*SUBHEADERS CSS STYLING*/
/* === HEADING STYLE #2 === */
.ten h1 {
  font-size:22px; 
  font-weight:500; 
  text-transform:uppercase;
}
.ten h1:before {
    background-color: #cb00c1;
    border-radius: 0.25rem;
    content: '';
    display: block;
    height: 0.25rem;
    width: 42px;
    margin-bottom: 0.25rem;
    margin-top: 2.25rem;
}


/* === HEADING STYLE #3 === */
.three h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  padding-top: 25px
}
.three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #dcd0ff;
}
.three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #dcd0ff;
}
.indent-1{
  text-align: left !important;
}

/* Style 7
----------------------------- */
.seven h1 {
  text-align: center;
  font-size:40px; 
  font-weight:300; 
  color:#222; 
  letter-spacing:1px;
  text-transform: uppercase;

  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
}

.seven h1:after,.seven h1:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #cb00c1;
  border-top: 1px solid #cb00c1;
  height: 5px;
  background-color:#f8f8f8;
}

.text, .div-padding{
  margin-top: 15px;
  margin-bottom: 15px;
}

.anchor-styling{
  color: #26005b;
  font-weight:550;
  word-break: break-all;
}
.anchor-styling:hover{
  color: #cb00c1;
}
.bold-small-header{
  font-weight: 550;
}
.list-items{
  background-color: #e4e4f5 !important;
  padding: 25px;
  border-radius: 5px;
  box-shadow: rgb(38, 57, 77) 0px 15px 26px -10px;
}
.li-style{
  line-height: 40px;
}

.li-style2{
  line-height: 25px;
}

.breakText{
  word-break: break-all;
}

@media(max-width:480px){
  .li-style {
    line-height: 28px;
  }
  ol, ul {
    padding-left: 1rem !important;
  }
  .youtube-vid{
    height: 250px;
  }

  .adjust-spacing{
    margin-bottom: 4rem !important;
  }
}

@media(max-width:767px){
  .seven h1{
    display: inline-block;
    font-size: 25px;
  }
  .seven{
    text-align: center;
    margin-bottom: 25px;
  }
}

@media(max-width:991px){
  .adjust-video{
    padding-left:24px !important;
    padding-right: 0 !important;
  }
}
/*END OF SUBHEADERS CSS STYLING*/
 
  /*@import "/src/app/styles/components/slider.css";
  @import "/src/app/styles/components/water-waves.css";
  @import "/src/app/styles/components/home-media-queries.css";*/