 @import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,700');
html {
	font-size: 14px;
}
.cornice {
	border-radius: 1rem !important;
	border: solid 3px #034179 !important
}
body {
	font-weight: 400;
	font-size: 1.2rem;
	font-family: 'Titillium Web', sans-serif;
	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;
}
.h5, h5 {
    font-size: 1rem;
}
.h6, h6 {
    font-size: 0.9rem;
}
a {
	color: #034179;
	outline: none;
	cursor:pointer;
}
label {
    margin-bottom: 0;
}
.text-white {
	color: #ffffff;
}
a:focus, a:hover {
	color: #034179;
}
.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;*/
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700 !important;
}
.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: #034179;
}
::selection {
	color: #fff;
	background-color: #034179;
}
 .g-bg-primary ::-moz-selection {
 color: #034179;
 background-color: #fff;
}
.g-bg-primary ::selection {
	color: #034179;
	background-color: #fff;
}
