@font-face {
  font-family: 'Aleo';
  src: url('./font/Aleo-Regular.otf') format('opentype'),
       url('./font/Aleo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Aleo';
  src: url('./font/Aleo-Bold.otf') format('opentype'),
       url('./font/Aleo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Aleo-light';
  src: url('./font/Aleo-Light.otf') format('opentype'),
       url('./font/Aleo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Aleo';
  src: url('./font/Aleo-Italic.otf') format('opentype'),
       url('./font/Aleo-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Aleo';
  src: url('./font/Aleo-BoldItalic.otf') format('opentype'),
       url('./font/Aleo-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Aleo-light';
  src: url('./font/Aleo-LightItalic.otf') format('opentype'),
       url('./font/Aleo-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
h1, h2, h3, h4, h5 {
    font-family: Aleo;
	color: #99c7c5;
}
h2, h3, .col_1_of_2 > h3 {
	font-size: 150%!important;
	letter-spacing: 4px;
	margin:0;
}
.form-label {margin-top:2em; font-weight: bold;}