/*------------------------------------
  Default Styles
------------------------------------*/
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

html {
  font-size: 14px;
}

/* body { */
  /* font-weight: 400; */
  /* font-size: 1rem; */
  /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
  /* font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important; */
  /* letter-spacing: .02rem; */
  /* line-height: 1.6; */
  /* color: #555; */
  /* color: #494a4f; */
  /* -webkit-font-smoothing: antialiased; */
  /* -moz-osx-font-smoothing: grayscale; */
  /* -moz-font-feature-settings: "liga", "kern"; */
  /* text-rendering: optimizelegibility; */
  /* background-color: #f9fafb; */
  /* background-color: #f1f1f1; */
  /* background-color: #f1f2f4; */
  /* background-color: #E5E5E5; */
  /* background-color: #e8e9eb; */
  
/* } */

a {
  color: #ffad31;
  outline: none;
}

a:focus,
a:hover {
  color: #212529;
}

.nav-link {
  color: #555;
}

.nav-link:focus,
.nav-link:hover {
  color: #555;
}

figure {
  margin-bottom: 0;
}

/*------------------------------------
  Headings
------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

.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: #72c02c;
}

::selection {
  color: rgb(0, 0, 0);
  background-color: #ffc670;
}

.g-bg-primary ::-moz-selection {
  color: #72c02c;
  background-color: #fff;
}

.g-bg-primary ::selection {
  color: #72c02c;
  background-color: #fff;
}
