@-ms-viewport{
  width: device-width;
}

.desktop-only {
  /* visibility: visible; */
  display: block!important;
}

.mobile-only {
  /* visibility: hidden; */
  display: none!important;
}

html,
body {
  height: 100%;
  margin: 0;
  width: 100%;
  background: #111;
}

div.clear {
  clear: both;
}

div.format-43 {
  width: 33%;
  padding-bottom: 75%;
  background: gold; /** <-- For the demo **/
}

h1, h2, h3, p, a, li {
  font-weight: normal;
  font-style: normal;
}

div.quote::before, div.quote::after {
  content: "''";
}

div.quote, span.author {
  /* font-family: 'BebasNeueRegular';
  font-size: 1.4em;
  font-weight: lighter; */


  font-family: 'BebasNeueLight';
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 4px;
  line-height: 1.5em;
  width: 100%;
  max-width: 750px;
  text-align: center;
  margin: 1em auto;
}

span.author {
  opacity: 0.6;
}

h1  {
  font-family: 'BebasNeueRegular';
  font-size: 4em;
  font-weight: bold;
  line-height: 90%;
  letter-spacing: 1px;
}

h2  {
  font-family: 'BebasNeueRegular';
  font-size: 2em;
}

h3  {
  font-family: 'BebasNeueLight';
  font-weight: bold;
  font-size: 1.6em;
  letter-spacing: 6px;
}

p {
  font-family: unit, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3em;
}

.about p {
  font-family: 'BebasNeueLight';
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 4px;
  line-height: 1.5em;
}

header {
  position: relative;
  text-align: right;
  z-index: 10;
}

nav {
  list-style: none;
  position: absolute;
  top: 1em;
  right: 2em;
  left: 2em;
}

nav li {
  display: inline-block;
  color: #fff;
  padding: 10px 16px;
  text-align: center;
}

nav li a {
  font-family: 'BebasNeueLight';
  color: #fff;
  text-decoration: none;
  font-size: 2.6em;
}

nav li a:hover {
  opacity: 0.7;
}

nav li a.small {
  font-size: 1.3em;
  line-height: 14px;
}

div.space {
  display: block;
  height: 5em;
}

.fullpage {
  min-height: 100%;
  position: relative;
  font-weight: bold;
  text-align: center;
  background-repeat: no-repeat;
}

.fullwidth {
  position: relative;
  width: 100%;
}

.bkg-light {
  background: #eee;
  color: #222;
}

.bkg-dark {
  background: #111;
  color: #fff;
}
1
.txt-dark {
  color: #222;
}

.txt-light {
  color: #fff;
}

.wrapper {
  padding: 1em;
  position: relative;
  text-align: center;
}

#titleimage {
  background-image: url('../img/header-desktop.jpg');
  background-position: center;
  background-size: cover;
}

#titleimage .about h1 {
  margin-top: 0.2em;
}

#titleimage .about h3 {
  margin-bottom: 0;
  background-color: rgba(255,255,255,.4);
  padding: 2px 0px 0px 0px;
}

.about {
  position: absolute;
  bottom: 2em;
  left: 4em;
  max-width: 46%;
  text-align: left;
}

.about h1 {
  font-weight: bold;
  letter-spacing: 3px;
  text-align: left;
}

.about p {
  width: 100%;
  max-width: 650px;
}

.social {
  position: absolute;
  bottom: 2em;
  right: 4em;
  z-index:10;
}

#contact .social {
  bottom: .4em;
}

.details ul {
  padding-left: 0;
}

.social ul li {
  display: inline-block;
  list-style: none;
  margin: 0em .4em;
}

.social ul li a {
  color: #fff;
  font-style: normal;
  text-decoration: none;
  font-size: 1.8em;
}

.portrait {
  position: absolute;
  bottom: 0em;
  text-align: right;
  width: 100%;
}

.portrait img {
  width: 45%;
  max-width: 900px;
}

.cooperations {
  text-align: center;
}

.row {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding: 0em 2em;
  display: inline-block;
}

.fullrow {
  width: 100%;
  text-align: center;
}

.col-2 {
  display: inline-block;
  float: left;
  width: 16.66%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px solid #111;
}

.col-3 {
  display: inline-block;
  float: left;
  width: 25%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px solid #111;
}

.col-4 {
  display: inline-block;
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px solid #111;
}

.col-6 {
  display: inline-block;
  float: left;
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#work .col-6 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px solid #111;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.work {
  text-align: center;
  position: relative;
  border: 4px solid #111;
}

.cooperation-logo {
  width: 30%;
  max-width: 140px;
  margin: 1em 0;
}

.clients {
  text-align: center;
}

.clients .row .col-2 {
  padding: 16px 8px;
}

.clients .row .col-2 a img {
  top: 50%;
  transform: translateY(-50%);
}

.clients img {
  max-width: 100%;
}

#contact {
  background-image: url('../img/contact-desktop.jpg');
  background-position: center;
  background-size: cover;
}

.touch {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  top: 30%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.touch h1 {
  margin-bottom: 0;
}


.touch a {
  font-family: 'BebasNeueLight';
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  font-size: 1.8em;
}

.details {
    position: absolute;
    bottom: .4em!important;
}

.details-left {
  left: 1em;
}

.details-right {
  right: 1em;
}

.details ul li {
  display: inline-block;
  list-style: none;
  margin: 0em .4em;
  font-family: 'BebasNeueLight';
  font-size: 1.5em;
  color: #fff;
  text-decoration: none;
}

.instagram {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.instagram .instagram-media {
  min-width: 100%!important;
  max-width: 100%!important;
}
