@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

a
{
  text-decoration: none;
  font-weight: 600;
}

h1,
h2
{
  color: #004378;
}

h3,
a
{
  color: #004379;
}

p
{
  color: #565656;
}

body
{
  font-family: "Open Sans", sans-serif;
}

h1
{
  font-size: 3rem;
}

h2
{
  font-size: 1.5rem;
}

h3
{
  font-size: 1.05rem;
}

p
{
  font-size: .9rem;
}

h2
{
  font-weight: lighter;
}

h3
{
  font-weight: 600;
}

p
{
  font-weight: 400;
}

html,
body
{
  box-sizing: border-box;
}

.content-body
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-top: 60px;
}

@media screen and (max-width: 767px)
{
  .content-body
  {
    grid-template-columns: 1fr;
  }
}

.panel
{
  background-color: white;
  border-top: 3px solid #edab00;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  padding: 15px 30px;
}

body
{
  margin: 0;
  padding: 0;
  background-color: #e2e1e0;
}

.bg-wrapper
{
  display: block;
  width: 100%;
  height: 480px;
  background: url("./bg-jp2.png") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #ffffff;
  /*background-blend-mode: overlay; */
}

.content-wrapper
{
  max-width: 1100px;
  margin: -380px auto 0 auto;
  padding: 15px;
}

@media screen and (max-width: 767px)
{
  .content-wrapper
  {
    margin-top: -450px;
  }
}

.content-title
{
  text-align: center;
}

.content-title h1
{
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 0;
  border-bottom: 2px solid #edab00;
}

.content-title-logo img
{
  margin-top: 20px;

}

/*# sourceMappingURL=styles.css.map */