/* Core ENVIRO Fonts */

@font-face {
    font-family: 'merriweatherbold';
    src: url('fonts/merriweather-bold-webfont.eot');
    src: url('fonts/merriweather-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/merriweather-bold-webfont.woff2') format('woff2'),
         url('fonts/merriweather-bold-webfont.woff') format('woff'),
         url('fonts/merriweather-bold-webfont.ttf') format('truetype'),
         url('fonts/merriweather-bold-webfont.svg#merriweatherbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('fonts/OpenSans-CondBold-webfont.eot');
    src: url('fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-CondBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('fonts/OpenSans-CondLight-webfont.eot');
    src: url('fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-CondLight-webfont.woff') format('woff'),
         url('fonts/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-CondLight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oranienbaumregular';
    src: url('fonts/Oranienbaum-Regular-webfont.eot');
    src: url('fonts/Oranienbaum-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Oranienbaum-Regular-webfont.woff') format('woff'),
         url('fonts/Oranienbaum-Regular-webfont.ttf') format('truetype'),
         url('fonts/Oranienbaum-Regular-webfont.svg#oranienbaumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Alternate headline font used primarily in print materials */

@font-face {
  font-family: 'MyriadPro-BoldCond';
  src: url('fonts/MyriadPro-BoldCond.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/* Basic ENVIRO-style font styling */

h1 {
    font-family: "merriweatherbold";
    color: #FFF !important;
    font-size: 3.5em;
    line-height: 1.2em;
    text-shadow: 5px 5px 5px rgba(0,0,0,.25)
}

p {
    font-family: "open_sansregular";
    color: #FFF;
    font-size: 1.5em;
    text-shadow: 5px 5px 5px rgba(0,0,0,.25)
}

/* Basic ENVIRO-style buttons */

.enviro-btn {
    font-family: "open_sansbold";
    color: #FFF;
    border: none;
    border-radius: 5px;
    font-weight: normal;
    font-size: 1.5em;
    background-color: rgb(255,0,0);
}

.enviro-btn:hover {
    text-decoration: underline;
    color: #FFF;
    background-color: rgb(255,0,0);
}

.go-btn {
    width: 1.5em; 
    margin-top: -.2em
}