@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/nexabold-webfont.woff2') format('woff2'),
         url('../fonts/nexabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  color: #5e7d8a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  background: #acb0b1;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #324148;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  line-height: 1.2; }

.navbar-brand img{
  height: 32px;
  margin-right: 10px; }

.navbar-brand h4{
  font-family: 'nexa_boldregular';
  text-transform: lowercase; }

h1{
  font-family: 'nexa_boldregular';
  text-transform: lowercase; }

/*Color Pickr*/
.pickr:before {
  background: #eaecec;
}

.logo-text{
  font-family: 'nexa_boldregular';
  text-transform: lowercase; }