/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
/* 1. Basic Styles for Site and Font-family enqueue */
@import url("https://use.typekit.net/fil1gyv.css");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased !important; }

body {
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  background-color: #ffffff; }

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

/* 1. Basic Styles for Site and Font-family enqueue */
/* 2. Font-family Declaration */
/* Baskerville */
/*  Circe */
/* Grad */
/* Trajan Pro 3 */
/* 2. Font-family Declaration */
/* Variables Declaration */
/* 3.Typography for project */
h1 {
  font-family: baskerville-urw, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 68px; }

h2 {
  font-family: baskerville-urw, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px; }

h3 {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px; }

h4 {
  font-family: baskerville-urw, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px; }

h5 {
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px; }

h6 {
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px; }

p {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #595958; }

a {
  font-family: circe, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  display: inline-block;
  color: #2f2c29; }
  a:hover {
    text-decoration: none; }
  a:active {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

/* Variable Declareation */
/* 1099 Typography */
/* 850 Typography */
/* 650 Typography */
/* Colors */
/* Theme Button One */
/* Theme Button 1 */
.theme_button_one a.fl-button {
  font-family: circe, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700 !important;
  display: inline-block !important;
  font-size: 16px !important;
  letter-spacing: 3px;
  background: none !important;
  background-color: #8c0937 !important;
  border: 2px solid #8c0937 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  transition: 0.5s ease; }
  .theme_button_one a.fl-button span.fl-button-text {
    color: inherit !important; }
  .theme_button_one a.fl-button:hover {
    background-color: #2e427f !important;
    border-color: #2e427f !important; }

/* Media queries */
@media only screen and (max-width: 1099px) {
  /* 1099 Typography */
  h2 {
    font-size: 22px; }

  p {
    font-size: 20px; }

  /* Theme Button One */ }
@media only screen and (max-width: 850px) {
  /* 850 Typography */ }
@media only screen and (max-width: 650px) {
  /* 650 Typography */
  h2 {
    font-size: 18px; }
  em {
    font-size: 16px!important;
  }
  p {
    font-size: 16px!important;
    line-height: 26px!important; }
  li {
    font-size: 16px!important;
    line-height: 26px!important;
  }  

  /* Theme Button One */
  .theme_button_one a.fl-button {
    font-size: 14px !important;
    letter-spacing: 0; } }

/*# sourceMappingURL=style.css.map */
.home_memo_year h3{
	font-family: "Grad";

}