* {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
;
}

.container {
  padding-top: 55px;
  width: 100vw;
  max-width: 100%;
  
}

.landing {
    

  height: calc(100vh - 55px);

}



a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}

body {
  margin: 0;
  width: 100vw;
  max-width:100%;
  
  display: flex;
  flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.maxWidth{
  max-width:100%;
}


.flex {
  display: flex;
}


.jcCentre {
  justify-content: center ;
}

.textAlignCentre {
  text-align: center;
}

.alignItemsCentre {
  align-items: center;
}

.directionColumn {
  flex-direction: column;
}

.bgList1 {
  background-color: #f6f3f2;
} 
.bgList2 {
  background-color: #f4ecea;
}

.footer {
  height: 400px;
}

.footerMessage {
  font-size: max(3.4vh,2.8vw);
  justify-content: center;
  text-align: center;
  padding-bottom: 1%;
}

.footerMessage  p {

  max-width: 70%;
}

.ctaFooter {
  align-items: center;
}