:root {
  --midnight-blue: #0e2240;
  --quantune-blue: #2f59f4;
  --white: white;
  --transparent-blue: rgba(47, 89, 244, .86);
  --quantune-gray: #414042;
  --off-white: #fafafa;
  --light-white: rgba(255, 255, 255, .41);
  --miwear-green-dark: #074538;
  --miwear-green-light: #00ab2e;
  --no: black;
}

html {
  height: 100%;
}

body {
  margin: 0em;
  padding: 0em;
  min-height: 100%;
  background-color: #ffffff;
  font-family: Maax, sans-serif;
  letter-spacing: normal;
  font-weight: 400;
  color: var(--midnight-blue);
  font-size: 18px;
  line-height: 25px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 2em;
  padding-top: 0em;
  padding-right: 55px;
}

a {
  text-decoration: none;
  color:  var(--quantune-blue);
}

strong {
  font-weight: bold;
}


h1 {
  color: var(--midnight-blue);
  margin-bottom: 1em;
  line-height: 60px;
  font-weight: 500;
  font-size: 50px;
}

h2 {
  color: var(--miwear-green-light);
  margin-bottom: 30px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;  
}


h3 {
  color: var(--midnight-blue);
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 600;
}

h4 {
  color: var(--miwear-green-light);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: 600;
}

h5 {
  color: var(--miwear-green-light);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
}

p {
  display: block;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 1em;
  margin: 0;
}

ul {
 padding-left: 2em;
 margin: 0;
}

li {
 padding-bottom: 1em;
}

.main {
  max-width: 55em;
  padding-left: 30px;
  padding-top: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  display: block;
  position: relative;
}

.footer {
  max-width: 55em;
  padding-left: 30px;
  padding-top: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  background-color: var(--off-white);
  display: block;
  position: relative;
}

.miwear-bg-green {
  max-width: 55em;
  padding-left: 30px;
  padding-top: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  background-color: var(--miwear-green-dark);
  color: var(--white);
  position: relative;
  display:block;
}

.small-text { 
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

@font-face {
  font-family: 'Maax';
  src: url('../fonts/Maax-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maax';
  src: url('../fonts/Maax.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maax';
  src: url('../fonts/Maax-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@media screen and (max-width: 42em){
	
  .main {
    width:auto;
    padding-left: 5px;
    padding-top: 2em;
    padding-right: 5px;
    padding-bottom: 2em;
  }
  
  .footer {
    width:auto;
    padding-left: 5px;
    padding-top: 2em;
    padding-right: 5px;
    padding-bottom: 2em;
  }
  
  .miwear-bg-green {
    width:auto;
    padding-left: 5px;
    padding-top: 2em;
    padding-right: 5px;
    padding-bottom: 2em;
  }
  
}
