@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
html {
  font-size: 14px; }

body {
  font-weight: 300;
  font-size: 1.1rem;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #fff; }

a {
  color: #0A75A5;
  outline: none;
  cursor: pointer;}

a:focus,
a:hover {
  color: #3F92AF; }

.nav-link {
  color: #555; }

.nav-link:focus,
.nav-link:hover {
  color: #555; }

figure {
  margin-bottom: 0; }
.text-warning {
    color: #BB5502 !important;
}
/*------------------------------------
  Headings
------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;font-family: 'Montserrat', sans-serif; }

.h7 {
  font-size: .75rem;font-family: 'Montserrat', sans-serif;}

/*------------------------------------
  Displays
------------------------------------*/
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1; }

/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
  color: #fff;
  background-color: #142444; }

::selection {
  color: #fff;
  background-color: #142444; }

.g-bg-primary ::-moz-selection {
  color: #142444;
  background-color: #fff; }

.g-bg-primary ::selection {
  color: #142444;
  background-color: #fff; }
