@font-face {
  font-family: 'Museo Sans 100';
  src: url(Content/'fonts/MuseoSans_100.otf') format('opentype');
  font-weight: 100;
}

@font-face {
  font-family: 'Museo Sans 300';
  src: url('Content/fontsfonts/MuseoSans_300.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'Museo Sans 500';
  src: url('Content/fonts/MuseoSans_500.otf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'Museo Sans 700';
  src: url('Content/fonts/MuseoSans_700.otf') format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'Museo Sans 900';
  src: url('Content/fonts/MuseoSans_900.otf') format('opentype');
  font-weight: 900;
}

.text-primary
{
    font-family: 'Museo Sans 700';
    color: #0c8066; 
}

.txt-color-blueDark h3
{
    font-family: 'Museo Sans 500';
    color: #002328;
}

.form-field-container H4
{
    font-family: 'Museo Sans 500';
    color: #002328;
}

#my-form-submit
{
    background-color: #0c8066;
    border-color: #0c8066;
}

body
{
    color: #002328;
}