JSFiddle - React, Tailwind, and code Playground

by batcave

CSS

@font-face {
  font-family: 'Conv_ParaType - DIN 2014';
  src: url('http://wastbygg.se/Style Library/WastBygg/fonts/ParaType%20-%20DIN%202014.eot');
  src: local('?'), url('http://wastbygg.se/Style Library/WastBygg/Fonts/ParaType%20-%20DIN%202014.woff') format('woff'), url('http://wastbygg.se/Style Library/WastBygg/Fonts/ParaType%20-%20DIN%202014.ttf') format('truetype'), url('http://wastbygg.se/Style Library/WastBygg/Fonts/ParaType%20-%20DIN%202014.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN2014-ExtraLight';
  src: url('http://wastbygg.se/Style Library/WastBygg/Evry/fonts/ParaType%20-%20DIN%202014%20ExtraLight.eot');
  src: url('http://wastbygg.se/Style Library/WastBygg/Evry/fonts/ParaType%20-%20DIN%202014%20ExtraLight.eot?#iefix') format('embedded-opentype'), url('http://wastbygg.se/Style Library/WastBygg/Evry/fonts/ParaType%20-%20DIN%202014%20ExtraLight.woff2') format('woff2'), url('http://wastbygg.se/Style Library/WastBygg/Evry/fonts/ParaType%20-%20DIN%202014%20ExtraLight.woff') format('woff'), url('http://wastbygg.se/Style Library/WastBygg/Evry/fonts/ParaType%20-%20DIN%202014%20ExtraLight.ttf') format('truetype');
}

body {
  background-color: #fff;
  font-family: 'Lato', arial, sans-serif;
}

body>.outer-wrapper {
  box-shadow: none;
  padding-top: 0;
}

@media (min-width: 1500px) {
  body>.outer-wrapper,
  .header__main,
  header .sliding-menu-content {
    max-width: 1430px;
  }
}

.header__main {
  padding: 20px 5px;
  background-color: #fff;
  height: 75px;
}

.companies.show .header__main,
.companies.show .header__main.background {
  background-color: #fff;
}

.header__main .logo {
  z-index: 999996;
}

.header__main .logo.hidden-background {
  margin: 0;
  height: auto;
  width: 281px;
  text-align: left;
}

.header__main .logo.hidden-background img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  top: 0;
  transform: inherit;
}

.header__main...