/*------------------------------------
  Default Styles
------------------------------------*/
@font-face {
  font-family: EcoCeresFont;
  src:url(/public/assets/fonts/HostGrotesk-Regular.ttf) format("truetype");
  font-weight:300;
  font-style:normal
}

html {
}

body {
  font-weight: 400;
  font-size: 1.1rem;
  font-family: EcoCeresFont, sans-serif, "STXihei";
  line-height: 1.2;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #fff; }

a {
  color: #003A82;
  outline: none; }

a:focus,
a:hover {
  color: #002D64; }

.nav-link {
  color: #555; }

.nav-link:focus,
.nav-link:hover {
  color: #555; }

figure {
  font-family: EcoCeresFont, sans-serif;
  margin-bottom: 0; }
figure p{
  font-size: 1.3rem;
}

/*------------------------------------
  Headings
------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.3rem;
}

h2, .h2 {
  font-size: 2.1rem;
}

h3, .h3 {
  font-size: 1.9rem;
}

h4, .h4 {
  font-size: 1.7rem;
}

h5, .h5 {
  font-size: 1.5rem;
}

h6, .h6 {
  font-size: 1.3rem;
}

.h7 {
  font-size: .75rem;
}

/*------------------------------------
  Displays
------------------------------------*/
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1; }

/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
  color: #fff;
  background-color: #003A82; }

::selection {
  color: #fff;
  background-color: #003A82; }

.g-bg-primary ::-moz-selection {
  color: #003A82;
  background-color: #fff; }

.g-bg-primary ::selection {
  color: #003A82;
  background-color: #fff; }
