

@font-face {
    font-family: 'PT Mono';
    src: url('/assets/fonts/PTMono-Regular.eot');
    src: url('/assets/fonts/PTMono-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PTMono-Regular.woff2') format('woff2'),
        url('/assets/fonts/PTMono-Regular.woff') format('woff'),
        url('/assets/fonts/PTMono-Regular.ttf') format('truetype'),
        url('P/assets/fonts/TMono-Regular.svg#PTMono-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std Black';
    src: url('/assets/fonts/CircularStd-Black.eot');
    src: url('/assets/fonts/CircularStd-Black.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/CircularStd-Black.woff2') format('woff2'),
        url('/assets/fonts/CircularStd-Black.woff') format('woff'),
        url('/assets/fonts/CircularStd-Black.ttf') format('truetype'),
        url('/assets/fonts/CircularStd-Black.svg#CircularStd-Black') format('svg');
    font-style: normal;
}


html {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: 'PT Mono';
  font-size: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #FC956C;
  color: #183028;
}
::selection {
  background: #FC956C;
  color: #183028;
}

.debug {
  border: 1px solid #FF0000;
}


/* Structure */

.super-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  background-color: #FFDCCC;
}

.super-wrapper header {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  padding-top: 4rem;
  padding-left: 8rem;
  padding-right: 8rem;
  padding-bottom: 2rem;
}

.super-wrapper header .top-bar {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.super-wrapper header .top-bar .logo {
  display: flex;
}

.super-wrapper .content-wrapper {
  display: flex;
  padding: 5rem 8rem 0 8rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  width: 100%;
}

.super-wrapper .content-wrapper .about-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-right: 10%;
}

.super-wrapper .content-wrapper .about-wrapper .line {
  display: flex;
  width: 100%;
  margin-bottom: 3.5rem;
}

.super-wrapper .content-wrapper .about-wrapper .desc {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.super-wrapper .content-wrapper .content-clients-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: -8rem;
  padding-top: 8rem;
  width: 30%;
  justify-content: center;
  align-items: center;
}

.super-wrapper .content-wrapper .content-clients-wrapper .client-title {
  display: flex;
  margin-bottom: 2rem;
}

.super-wrapper .content-wrapper .content-clients-wrapper .client-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.super-wrapper .content-wrapper .content-clients-wrapper .client {
  display: flex;
  height: auto;
  width: 50%;
}

.super-wrapper .content-wrapper .content-clients-wrapper .client img {
  display: flex;
  width: 100%;
  height: auto;
  align-self: center;
}

.super-wrapper footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8rem;
  padding-bottom: 10rem;
  padding-left: 10rem;
  margin-top: 6rem;
  width: 100%;
  background: url('http://capulus.se/assets/images/cc_wave_02.svg');
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #183028;
}

.super-wrapper footer .footer-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 6rem;
}


.super-wrapper footer .footer-content .footer-sender {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-direction: column;
  color: #183028;
  background-size: 100%;
  background-position: top center;
  color: #FFDCCC;
}



.super-wrapper footer .footer-sender .box {
  display: flex;
  flex-direction: row;
  margin-right: 0;
  padding: 0.5rem 0;
  font-size: 1.25rem;
}

.super-wrapper footer .footer-sender .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Circular Std Black';
}

.super-wrapper footer .footer-sender .data {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}

/* End Structure */

/* Typefaces */

.heading {
  font-family: 'Circular Std Black';
  font-size: 5.5rem;
  font-weight: normal;
  letter-spacing: -.086rem;
  line-height: 1.2em;
}

.preamble {
  font-size: 1.35rem;
  line-height: 1.75em;
  margin-bottom: 1rem;
}

.preamble a {
  font-family:'Circular Std Black';
}

.small-title {
  font-family: 'PT Mono';
  font-size: 1rem;
}

.small-title-2 {
  font-family: 'Circular Std Black';
  font-size: 1rem;
}

.t-green {
  color: #183028;
}

.t-apricot {
  color: #FFDCCC;
}

/* End Typefaces */

/* Logo */

.logo img {
  display: inline-block;
  width: 12.5rem;
}

/* End Logo */
