@font-face {
 font-family: 'Roboto';
  src: url(Roboto-Regular.ttf);
}
@font-face {
 font-family: 'Roboto Italic';
  src: url(Roboto-Italic.ttf);
}
@font-face {
 font-family: 'Anton';
  src: url(Anton-Regular.ttf);
}
html, body {font-family: 'Roboto', sans-serif;}
h1, h2, h3, h4, h5, h6 {font-family: 'Roboto', sans-serif;color:#062a47}
.italic{font-family: 'Roboto Italic', sans-serif;}
.lgl-blue,.lgl-hover-blue:hover{color:#fff!important;background-color:#062a47!important}
.lgl-red,.lgl-hover-red:hover{color:#fff!important;background-color:#f81818!important}
.lgl-border-blue,.lgl-hover-border-blue:hover{border-color:#1597d3!important}
.lgl-text-blue,.lgl-hover-text-blue:hover{color:#062a47!important}
.lgl-text-green,.lgl-hover-text-green:hover{color:#64bc4b!important}
.sliderimg{width: 100%;min-height:200px;max-height:450px;}