
@import url("https://use.typekit.net/ctw1wmo.css");

html, body, p, h1, h2, h3, h4, h5, h6{
  font-family: "orpheuspro", serif;
  color: #193154;
}
h1, h2, h3, h4, h5, h6{

}
h1{
  font-size: 65px;
  font-weight: 700;
  margin-bottom: 85px;
}
h2{
  font-size: 60px;
  margin-bottom: 60px;
}
h3{
  font-size: 40px;
}
p{
  font-size: 18px;
}
a, a:hover, a:active{
  text-decoration: none;

}
a:hover{
  color: #0E1C2D;
}
span.blue{
  color: #193154!important;
}
blockquote{
  position: relative;
}
blockquote p{
  font-style: italic;
  font-size: 1.4rem;
  color: #6F9DD5;
  position: relative;
  z-index: 2;
}
blockquote:before{
  content: '"';
  position: absolute;
  top: -30%;
  left: -50px;
  font-size: 10rem;
  color: #DCE4EA;
}
blockquote:after{
  content: '"';
  position: absolute;
  bottom: -100%;
  right: -50px;
  font-size: 10rem;
  color: #DCE4EA;
}
@media screen and ( max-width: 1350px ){
	h2{
	  font-size: 45px;
	  margin-bottom: 40px;
	}
  p{
    font-size: 21px;
  }
}
@media screen and ( max-width: 992px ){
  h1{
    font-size: 35px;
  }
  h2{
    font-size: 30px;
  }
  h3{
    font-size: 20px;
  }
}
