/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 480px) {

.main-nav {
display: none;
visibility: hidden;

}

.small-nav {
      position: fixed;
      z-index: 0;
      top: 0;
      right: 0;
      bottom: 0;
      left: -31px;

      overflow: auto;
      overflow-y: scroll;

      width: 100%;
      height: 100%;

      list-style: none;

      background: #fff;

}

.site-wrap {
    position: relative;
    z-index: 1;
    top: 0;
    bottom: 100%;
    left: 0;

    min-width: 100%;
    min-height: 100%;

    background-color: #fff;
}

.nav-trigger {
    position: absolute;

    clip: rect(0, 0, 0, 0);

}

.nav-item {
  /* non-critical appearance styles */
  width: 100px;

  border-bottom: 1px solid #000;
}

.nav-item a {
  /* non-critical appearance styles */
  display: block;

  padding: 1.2em;
  padding-left: 0;

  transition: color 0.2s, background 0.5s;
  text-decoration: none;
  text-transform: uppercase;

  color: white;

  font-family: "Futura", sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}

label[for="nav-trigger"] {
    position: fixed;
    z-index: 2;
    top: 15px;
    left: 65px;
}

label[for="nav-trigger"] {
    /* ... previous styles here... */
    width: 35px;
    height: 35px;

    cursor: pointer;

    background-image: url("../images/menu-icon.svg");
    background-size: contain;
}

.nav-trigger:checked + label {
    left: 115px;
}

.nav-trigger:checked ~ .site-wrap {
    left: 100px;

    box-shadow: 0 0 2px 2px rgba(0,0,0,0.5);
}

.nav-trigger + label, .site-wrap {
    transition: left 0.2s;
}

body {
    overflow-x: hidden;
}

#footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 135px;
  padding: 17px, 24px;

  text-align: center;

  font-size: 14px;
  line-height: 24px;

}

  #footer p {
    z-index: 2;

    padding: 60px 30px 30px 30px;

    color: black;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
  }

  #footer1 {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 135px;
    padding: 17px, 24px;

    text-align: center;

    font-size: 14px;
    line-height: 24px;

  }

  #footer1 p {
    z-index: 2;

    padding: 30px 30px 30px 30px;

    color: black;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
  }

  ::-moz-selection {
    color: #fff;
    background: #000;
    text-shadow: none;
  }

  ::selection {
    color: #fff;
    background: #000;
    text-shadow: none;
  }

  div, body, ul, li {
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;

    font: inherit;
  }

  section, header {
    display: block;
  }

  h1 {
    text-transform: uppercase;

    color: #000;

    font-family: "Futura", sans-serif;
    font-size: 18px;
  }


  /* contact us text */

  h2 {
    margin-top: 160px;

    color: #000;

    font-family: "Futura", sans-serif;
    font-size: 18px;
  }

  h3 {
    text-transform: uppercase;

    color: #000;

    font-family: "Futura", sans-serif;
    font-size: 18px;
  }

  h2 a::before {
    content: "hello@bold.cat";
    text-decoration: none;

    color: black;

    font-weight: bold;
  }



  #phone::before {
    content: "+41 44 520 8923 / +34 931 807 011";
    text-decoration: none;

    font-size: 18px;

    color: black;

    font-weight: bold;
  }


  p {
    color: #999;

    font-family: "Futura" sans-serif;
  }

  header {
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 0;

    width: 90%;

    background-color: rgba(255, 255, 255, 0);
  }

  header ul.secondary-nav {
	float: right;
	margin-top: -17%;
	margin-right: 39px;
	/* [disabled]display: block; */
	margin-left: 93px;
  }

  header ul.secondary-nav li {
	float: left;
  }

  header ul.secondary-nav li a {
	position: relative;
	display: block;
	width: 0px;
	height: 30px;
	text-transform: none;
  }

  .secondary-nav li a {
	font-family: "Futura", sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 15px;
  }

  ul {
  	margin: 2em;

  	list-style: none;
  }

  li {
    cursor: pointer;

    color: #000000;

    font-family: "Futura", sans-serif;
    font-size: 12px;
  }

  .projects {
	padding-bottom: 200%;
  }


  #home header {
    background-color: transparent;
  }

  #home #about {
    position: relative;
    z-index: 0;

    background-color: #fff;
  }

  .height-full {
    height: 100vh;
  }

  #home #about>div {
    height: 75%;
  }

  .home-align {
  	float: left;

  	width: 66.66%;
  }

  .marginLeft {
    margin-left: 70px;
  }

  .vertical-align {
    position: relative;
    top: 50px;

    margin-right: -20%;

    transform: translateY(100%);
  }

  .vertical-jobs {
  position: relative;
  margin-top: 70px;
  margin-left: 80px;
  margin-right: -17%;
  }

  #home #about>div>div h1 {
    position: relative;
    top: 80px;
    left: -3px;
  }

  h1.intro {
    font-size: 4.5vw;
    line-height: 160%;
  }

  h2.contact {
    font-size: 4vw;
    line-height: 120%;
  }

  h3#phone {
    font-size: 4vw;
    line-height: 120%;
  }

  .logo {
	width: 4.5em;
	fill: black;
  }

  .navigation-bar {
    display: inline-block;

    padding: 33px 10px 30px 20px;

    cursor: pointer;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    font-family: "Futura", sans-serif;
    font-size: 15px;
  }

  .navigation-bar a {
    display: grid;

    margin-top: 5px;
    padding-left: 50px;

    text-align: left;
    vertical-align: baseline;

    line-height: 160%;
  }

  .pEpBG {
  	position: relative;
  	top: 0;

  	width: 100%;
  	margin-top: 0;
  	margin-right: 0;
  	margin-bottom: 0;
  	margin-left: 0;
  	padding-top: 0;
  	padding-right: 0;
  	padding-bottom: 0px;
  	padding-left: 0;

  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  }

  .featured {
  	top: 0;
  	left: 0;

  	overflow: hidden;

    height: calc(75vw*.5625);
    max-height: calc(75vw*.5625);
  	/* [disabled]width: 100%; */
  	/* [disabled]z-index: 1; */
  }


  .projectInfo {
  	position: relative;
  	z-index: 2;

  	background-color: inherit;

  	font-family: "Futura", sans-serif;
  }

  .pad-top {
    padding: 10px 0;
  }

  .gridProject {
    width: 984px;
    margin: 0 auto;
  }

  .project-text {
    float: left;

    width: 33.33%;
  }

  .project-text p {
    position: relative;
    top: -5px;

    line-height: 180%;
  }

  #projectTitle {
	margin-bottom: 0;
	line-height: 140%;
	display: none;
  }

  p.projectType {
	font-size: 14px;
	display: none;
  }

  .projectInfo p {
    position: relative;
    top: -5px;

    line-height: 180%;
  }

  .projectInfo .projectType {
    position: relative;
    top: -140px;

    line-height: 180%;
    ;
  }

  .projectDescription {
	display: none;
	float: right;
	width: 50%;
  }

  a:link {
    text-decoration: none;

    color: black;

    font-weight: normal;
  }

  a:visited {
    text-decoration: none;

    color: black;
  }

  a:link:hover {
    text-decoration: none;

    color: black;
  }

  a:active {
    color: black;
  }

  .projectsList {
	margin-top: -60px;
	margin-right: -8%;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 35%;
	padding-bottom: 0;
	padding-left: 0px;
	/* [disabled]list-style-type: none; */
	font-family: "Futura", sans-serif;
  }

  .projectsList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Futura", sans-serif;
	font-size: 4em;
  }

  .projectsList li {
    display: inline;

    white-space: nowrap;
  }

  .projectsList li a:hover {
    white-space: nowrap;
    text-decoration: none;

    color: black;

    font-weight: bold;
  }

  .projectsList li a {
    margin: 10px 0 0 65px;
    padding: 0 .1em;

    text-transform: uppercase;

    font-size: 4vw;
    line-height: 120%;
  }


  .info {
    text-emphasis: accent;
  }

  /* Button style*/

  .btn a{
	margin: 0 5px 5px 0;
	padding: 6px 19px 4px 19px;
	transition: color 0.4s ease;
	border: 2px solid #282828;
	background: none !important;
	display: none;
  }

  .btn a:hover {
  transition: color 0.4s ease;

  opacity: .5;

  }
}

/* Large Smartphones ----------- */
@media only screen
and (min-width : 481px)
	and (max-width : 767px){
	.main-nav {
display: none;
visibility: hidden;

}

.small-nav {
      position: fixed;
      z-index: 0;
      top: 0;
      right: 0;
      bottom: 0;
      left: -31px;

      overflow: auto;
      overflow-y: scroll;

      width: 100%;
      height: 100%;

      list-style: none;

      background: #fff;

}

.site-wrap {
	position: relative;
	z-index: 1;
	top: 0;
	bottom: 100%;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	background-color: #fff;
}

.nav-trigger {
    position: absolute;

    clip: rect(0, 0, 0, 0);

}

.nav-item {
	/* non-critical appearance styles */
	width: 100px;
	/* [disabled]border-bottom: 1px solid #000; */
}

.nav-item a {
	/* non-critical appearance styles */
	display: block;
	padding-top: 1.2em;
	padding-right: 2.1em;
	padding-left: 0;
	padding-bottom: 1.2em;
	transition: color 0.2s, background 0.5s;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	font-family: "Futura", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

label[for="nav-trigger"] {
    position: fixed;
    z-index: 2;
    top: 15px;
    left: 65px;
}

label[for="nav-trigger"] {
    /* ... previous styles here... */
    width: 35px;
    height: 35px;

    cursor: pointer;

    background-image: url("../images/menu-icon.svg");
    background-size: contain;
}

.nav-trigger:checked + label {
    left: 115px;
}

.nav-trigger:checked ~ .site-wrap {
    left: 100px;

    box-shadow: 0 0 2px 2px rgba(0,0,0,0.5);
}

.nav-trigger + label, .site-wrap {
    transition: left 0.2s;
}

body {
    overflow-x: hidden;
}

#footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 135px;
	padding: 17px, 24px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

  #footer p {
    z-index: 2;

    padding: 60px 30px 30px 30px;

    color: black;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;


  }



  #footer1 {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 135px;
    padding: 17px, 24px;

    text-align: center;

    font-size: 14px;
    line-height: 24px;

  }

  #footer1 p {
    z-index: 2;

    padding: 30px 30px 30px 30px;

    color: black;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
  }

  ::-moz-selection {
    color: #fff;
    background: #000;
    text-shadow: none;
  }

  ::selection {
    color: #fff;
    background: #000;
    text-shadow: none;
  }

  div, body, ul, li {
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;

    font: inherit;
  }

  section, header {
    display: block;
  }

  h1 {
    text-transform: uppercase;

    color: #000;

    font-family: "Futura", sans-serif;
    font-size: 18px;
  }


  /* contact us text */

  h2 {
    margin-top: 160px;

    color: #000;

    font-family: "Futura", sans-serif;
    font-size: 18px;
  }

  h3 {
    text-transform: uppercase;

    color: #000;

    font-family: "Futura", sans-serif;
    font-size: 18px;
  }

  h2 a::before {
    content: "hello@bold.cat";
    text-decoration: none;

    color: black;

    font-weight: bold;
  }



  #phone::before {
    content: "+41 44 520 8923 / +34 931 807 011";
    text-decoration: none;

    font-size: 0.9em;

    color: black;

    font-weight: bold;
  }


  p {
    color: #999;

    font-family: "Futura" sans-serif;
  }

  header {
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 0;

    width: 90%;

    background-color: rgba(255, 255, 255, 0);
  }

  header ul.secondary-nav {
	float: left;
	margin-top: -4.5em;
	margin-right: 0px;
	margin-left: 59%;
  }

  header ul.secondary-nav li {
	float: left;
  }

  header ul.secondary-nav li a {
	position: relative;
	display: block;
	width: 0px;
	height: 30px;
	text-transform: none;
  }

  .secondary-nav li a {
	font-family: "Futura", sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin-left: 36px;
	margin-top: -8px;
  }

  ul {
  	margin: 2em;

  	list-style: none;
  }

  li {
    cursor: pointer;

    color: #000000;

    font-family: "Futura", sans-serif;
    font-size: 12px;
  }

  .projects {
	padding-bottom: 149%;
  }


  #home header {
    background-color: transparent;
  }

  #home #about {
    position: relative;
    z-index: 0;

    background-color: #fff;
  }

  .height-full {
    height: 100vh;
  }

  #home #about>div {
    height: 75%;
  }

  .home-align {
  	float: left;

  	width: 66.66%;
  }

  .marginLeft {
    margin-left: 70px;
  }

  .vertical-align {
	position: relative;
	top: -3em;
	margin-right: -20%;
	transform: translateY(100%);
  }

  .vertical-jobs {
  position: relative;
  margin-top: 70px;
  margin-left: 80px;
  margin-right: -17%;
  }

  #home #about>div>div h1 {
    position: relative;
    top: 80px;
    left: -3px;
  }

  h1.intro {
    font-size: 4.5vw;
    line-height: 160%;
  }

  h2.contact {
	font-size: 6vw;
	line-height: 120%;
	margin-top: 6%;
	display: inline-block;
  }

  h3#phone {
	font-size: 5vw;
	line-height: 188%;
	margin-top: 8%;
	display: inline-block;
  }

  .logo {
	width: 7em;
	fill: black;
	margin-top: 22px;
	margin-left: 3vw;
	margin-bottom: 0;
	position: static;
  }

  .navigation-bar {
	display: inline-block;
	/* [disabled]padding-top: 33px; */
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-left: 0px; */
	/* [disabled]padding-bottom: 30px; */
	cursor: pointer;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-family: "Futura", sans-serif;
	font-size: 15px;
  }

		.navigation-bar .logo {
	/* [disabled]display: inline-block; */
	position: relative;
		}

  .navigation-bar a {
    display: grid;

    margin-top: 5px;
    padding-left: 50px;

    text-align: left;
    vertical-align: baseline;

    line-height: 160%;
  }

  .pEpBG {
  	position: relative;
  	top: 0;

  	width: 100%;
  	margin-top: 0;
  	margin-right: 0;
  	margin-bottom: 0;
  	margin-left: 0;
  	padding-top: 0;
  	padding-right: 0;
  	padding-bottom: 0px;
  	padding-left: 0;

  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  }

  .featured {
  	top: 0;
  	left: 0;

  	overflow: hidden;

    height: calc(75vw*.5625);
    max-height: calc(75vw*.5625);
  	/* [disabled]width: 100%; */
  	/* [disabled]z-index: 1; */
  }


  .projectInfo {
  	position: relative;
  	z-index: 2;

  	background-color: inherit;

  	font-family: "Futura", sans-serif;
  }

  .pad-top {
    padding: 10px 0;
  }

  .gridProject {
    width: 984px;
    margin: 0 auto;
  }

  .project-text {
    float: left;

    width: 33.33%;
  }

  .project-text p {
    position: relative;
    top: -5px;

    line-height: 180%;
  }

  #projectTitle {
	/* [disabled]margin-bottom: 0; */
	line-height: 140%;
	visibility: hidden;
  }

  p.projectType {
    font-size: 14px;
  }

  .projectType1 {
	display: none;

		}

  .projectInfo p {
    position: relative;
    top: -5px;

    line-height: 180%;
  }

  .projectInfo .projectType {
    position: relative;
    top: -140px;

    line-height: 180%;
  }

  .projectDescription {
	display: inline-block;
	/* [disabled]float: none; */
	width: 50%;
	margin-left: 5em;
	height: 30px;
	margin-top: 80px;
  }

  a:link {
	text-decoration: none;
	color: black;
	font-weight: normal;
	/* [disabled]float: right; */
  }

  a:visited {
    text-decoration: none;

    color: black;
  }

  a:link:hover {
    text-decoration: none;

    color: black;
  }

  a:active {
    color: black;
  }

  .projectsList {
	margin-top: -2em;
	margin-right: -8%;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 50%;
	padding-bottom: 0;
	padding-left: 0px;
	list-style-type: none;
	font-family: "Futura", sans-serif;
  }

  .projectsList ul {
    margin: 0;
    padding: 0;

    list-style-type: none;

    font-family: "Futura", sans-serif;
    font-size: 5em;
  }

  .projectsList li {
    display: inline;

    white-space: nowrap;
  }

  .projectsList li a:hover {
    white-space: nowrap;
    text-decoration: none;

    color: black;

    font-weight: bold;
  }

  .projectsList li a {
    margin: 10px 0 0 65px;
    padding: 0 .1em;

    text-transform: uppercase;

    font-size: 4vw;
    line-height: 120%;
  }


  .info {
    text-emphasis: accent;
  }

  /* Button style*/

  .btn a{
  margin: 0 5px 5px 0;
  padding: 6px 19px 4px 19px;

  transition: color 0.4s ease;

  border: 2px solid #282828;
  background: none !important;

  }

  .btn a:hover {
  transition: color 0.4s ease;

  opacity: .5;

  }

}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {

	.main-nav {
	float: none;
	}

  .small-nav {
    display: none;


    }

  .nav-item {
  display: none;

  }

  .nav-trigger {
      display: none;
  }

  html {
    position: relative;

    min-height: 100%;
    margin: 0;
    padding: 0;
  }

  body {
    position: relative;

    margin: 0 0 135px; /* bottom = footer height */
    padding-bottom: 135px;

    background-color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

  }

  #footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 135px;
    padding: 17px, 24px;

    text-align: center;

    font-size: 14px;
    line-height: 24px;

  }

  #footer p {
    z-index: 2;

    padding: 30px 30px 30px 30px;

    color: black;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
  }

  #footer1 {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 135px;
    padding: 17px, 24px;

    text-align: center;

    font-size: 14px;
    line-height: 24px;

  }

  #footer1 p {
    z-index: 2;

    padding: 30px 30px 30px 30px;

    color: black;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
  }

  ::-moz-selection {
    color: #fff;
    background: #000;
    text-shadow: none;
  }

  ::selection {
    color: #fff;
    background: #000;
    text-shadow: none;
  }

  div, body, ul, li {
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;

    font: inherit;
  }

  section, header {
    display: block;
  }

  h1 {
    text-transform: uppercase;

    color: #000;

    font-family: "Futura", sans-serif;
    font-size: 18px;
  }


  /* contact us text */

  h2 {
    color: #000;

    font-family: "Futura", sans-serif;
    font-size: 18px;
  }

  h3 {
    text-transform: uppercase;

    color: #000;

    font-family: "Futura", sans-serif;
    font-size: 18px;
  }

  h2 a:before {
    content: "EMAIL US";
    text-decoration: none;

    color: black;
  }

  h2 a:hover:before {
    content: "hello@bold.cat";
    text-decoration: none;

    color: black;

    font-weight: bold;
  }

  #phone:before {
    content: "CALL US";
    text-decoration: none;

    color: black;

    font-weight: normal;
  }

  #phone:hover:before {
    content: "+41 44 520 8923 / +34 931 807 011";
    text-decoration: none;

    font-size: 0.9em;

    color: black;

    font-weight: bold;
  }

  p {
    color: #999;

    font-family: "Futura" sans-serif;
  }

  header {
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 0;

    width: 90%;

    background-color: rgba(255, 255, 255, 0);
  }

  header ul.secondary-nav {
	float: right;
	margin-top: 19px;
	margin-right: 39px;
  }

  header ul.secondary-nav li {
    float: left;
  }

  header ul.secondary-nav li a {
    position: relative;

    display: block;

    width: 20px;
    height: 30px;

    text-transform: none;
  }

  .secondary-nav li a {
  margin-top: .3em;

  font-family: "Futura", sans-serif;
  font-size: 2em;
  font-weight: bold;


  }

  ul {
  	margin: 2em;

  	list-style: none;
  }

  li {
    cursor: pointer;

    color: #000000;

    font-family: "Futura", sans-serif;
    font-size: 12px;
  }

  .projects {
    padding-bottom: 365px;
  }


  #home header {
    background-color: transparent;
  }

  #home #about {
    position: relative;
    z-index: 0;

    background-color: #fff;
  }

  .height-full {
    height: 100vh;
  }

  #home #about>div {
    height: 75%;
  }

  .home-align {
	float: left;
	margin: 0, 0, 0, 0;
	width: 66.66%;
  }

  .marginLeft {
    margin-left: 70px;
  }

  .vertical-align {
    position: relative;
    top: 0;

    margin-right: -20%;

    transform: translateY(100%);
  }

  .vertical-jobs {
    position: relative;
    margin-top: 200px;
    margin-left: 80px;
    margin-right: -17%;
  }


  #home #about>div>div h1 {
    position: relative;
    left: -3px;
  }

  h1.intro {
    font-size: 4.5vw;
    line-height: 120%;
  }

  h2.contact {
	font-size: 4vw;
	line-height: 193%;
  }

  h3#phone {
    font-size: 4vw;
    line-height: 120%;
  }

  .logo {
    width: 8em;

    fill: black;
  }

  .navigation-bar {
    display: inline-block;

    padding: 33px 10px 30px 20px;

    cursor: pointer;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    font-family: "Futura", sans-serif;
    font-size: 20px;
  }

  .navigation-bar a {
    display: inline-table;

    margin: 0;
    padding-left: 50px;

    text-align: right;
    vertical-align: baseline;
  }

  .pEpBG {
  	position: relative;
  	top: 0;

  	width: 100%;
  	margin-top: 0;
  	margin-right: 0;
  	margin-bottom: 0;
  	margin-left: 0;
  	padding-top: 0;
  	padding-right: 0;
  	padding-bottom: 0px;
  	padding-left: 0;

  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  }

  .featured {
  	top: 0;
  	left: 0;

  	overflow: hidden;

    height: calc(75vw*.5625);
    max-height: calc(75vw*.5625);
  	/* [disabled]width: 100%; */
  	/* [disabled]z-index: 1; */
  }


  .projectInfo {
  	position: relative;
  	z-index: 2;

  	background-color: inherit;

  	font-family: "Futura", sans-serif;
  }

  .pad-top {
    padding: 10px 0;
  }

  .gridProject {
    width: 984px;
    margin: 0 auto;
  }

  .project-text {
    float: left;

    width: 33.33%;
  }

  .project-text p {
    position: relative;
    top: -5px;

    line-height: 180%;
  }

  #projectTitle {
    margin-bottom: 0;

    line-height: 140%;
  }

  p.projectType {
    font-size: 14px;
  }

  .projectInfo p {
    position: relative;
    top: -5px;

    line-height: 180%;
  }

  .projectInfo .projectType {
    position: relative;
    top: -140px;

    line-height: 180%;
    ;
  }

  .projectDescription {
  	display: inline-grid;
  	float: right;

  	width: 50%;
  }

  a:link {
    text-decoration: none;

    color: black;

    font-weight: normal;
  }

  a:visited {
    text-decoration: none;

    color: black;
  }

  a:link:hover {
    text-decoration: none;

    color: black;
  }

  a:active {
    color: black;
  }

  .projectsList {
	margin-top: 18px;
	margin-right: -8%;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 102px;
	padding-bottom: 0;
	padding-left: 0px;
	list-style-type: none;
	font-family: "Futura", sans-serif;
  }

  .projectsList ul {
    margin: 0;
    padding: 0;

    list-style-type: none;

    font-family: "Futura", sans-serif;
    font-size: 5em;
  }

  .projectsList li {
	display: inline;
	white-space: nowrap;
	margin-top: 0;
	margin-right: -2em;
	margin-bottom: 0;
  }

  .projectsList li a:hover {
    white-space: nowrap;
    text-decoration: none;

    color: black;

    font-weight: bold;
  }

  .projectsList li a {
	margin: 10px 0 0 65px;
	padding-top: 0;
	padding-right: 0.5em;
	padding-left: .1em;
	padding-bottom: 0;
	text-transform: uppercase;
	font-size: 4vw;
	line-height: 120%;
  }


  .info {
    text-emphasis: accent;
  }

  /* Button style*/

  .btn a{
  margin: 0 5px 5px 0;
  padding: 6px 19px 4px 19px;

  transition: color 0.4s ease;

  border: 2px solid #282828;
  background: none !important;

  }

  .btn a:hover {
  transition: color 0.4s ease;

  opacity: .5;

  }
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1025px)
and (max-width : 1823px) {
.small-nav {
  display: none;

  }

.nav-item {
display: none;

}

.nav-trigger {
    display: none;
}

  html {
    position: relative;

    min-height: 100%;
    margin: 0;
    padding: 0;
  }

  body {
    position: relative;

    margin: 0 0 135px; /* bottom = footer height */
    padding-bottom: 135px;

    background-color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

  }

  #footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 135px;
    padding: 17px, 24px;

    text-align: center;

    font-size: 14px;
    line-height: 24px;

  }

  #footer p {
    z-index: 2;

    padding: 30px 30px 30px 30px;

    color: black;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
  }

  #footer1 {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 135px;
    padding: 17px, 24px;

    text-align: center;

    font-size: 14px;
    line-height: 24px;

  }

  #footer1 p {
    z-index: 2;

    padding: 30px 30px 30px 30px;

    font-size: 14px;

	color: black;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
  }

  ::-moz-selection {
    color: #fff;
    background: #000;
    text-shadow: none;
  }

  ::selection {
    color: #fff;
    background: #000;
    text-shadow: none;
  }

  div, body, ul, li {
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;

    font: inherit;
  }

  section, header {
    display: block;
  }

  h1 {
    text-transform: uppercase;

    color: #000;

    font-family: "Futura", sans-serif;
    font-size: 18px;
  }


  /* contact us text */

  h2 {
    color: #000;

    font-family: "Futura", sans-serif;
    font-size: 18px;
  }

  h3 {
    text-transform: uppercase;

    color: #000;

    font-family: "Futura", sans-serif;
    font-size: 18px;
  }

  h2 a:before {
    content: "EMAIL US";
    text-decoration: none;

    color: black;
  }

  h2 a:hover:before {
    content: "hello@bold.cat";
    text-decoration: none;

    color: black;

    font-weight: bold;
  }

  #phone:before {
    content: "CALL US";
    text-decoration: none;

    color: black;

    font-weight: normal;
  }

  #phone:hover:before {
    content: "+41 44 520 8923 / +34 931 807 011";
    text-decoration: none;

    font-size: 0.9em;

    color: black;

    font-weight: bold;
  }

  p {
    color: #999;

    font-family: "Futura" sans-serif;
  }

  header {
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 0;

    width: 90%;

    background-color: rgba(255, 255, 255, 0);
  }

  header ul.secondary-nav {
	float: right;
	margin-top: 0px;
	margin-right: 56px;
  }

  header ul.secondary-nav li {
	float: left;
	margin-top: 17px;
  }

  header ul.secondary-nav li a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	text-transform: none;
  }

  .secondary-nav li a {
	margin-top: 0.3em;
	font-family: "Futura", sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin-right: 14px;
	margin-bottom: 8px;
  }

  ul {
  	margin: 2em;

  	list-style: none;
  }

  li {
    cursor: pointer;

    color: #000000;

    font-family: "Futura", sans-serif;
    font-size: 12px;
  }

  .projects {
    padding-bottom: 365px;
  }



  #home header {
    background-color: transparent;
  }

  #home #about {
    position: relative;
    z-index: 0;

    background-color: #fff;
  }

  .height-full {
    height: 100vh;
  }

  #home #about>div {
    height: 75%;
  }

  .home-align {
  	float: left;

  	width: 66.66%;
  }

  .marginLeft {
    margin-left: 70px;
  }

  .vertical-align {
	position: relative;
	top: 7em;
	margin-right: -20%;
	transform: translateY(100%);
  }

.vertical-jobs {
	position: relative;
	margin-top: 200px;
	margin-left: 80px;
	margin-right: -17%;
  }


  #home #about>div>div h1 {
    position: relative;
    top: -180px;
    left: -3px;
  }

  h1.intro {
    font-size: 4.5vw;
    line-height: 120%;
  }

  h2.contact {
	font-size: 4vw;
	line-height: 224%;
  }

  h3#phone {
    font-size: 4vw;
    line-height: 120%;
  }

  .logo {
    width: 8em;

    fill: black;
  }

  .navigation-bar {
    display: inline-block;

    padding: 33px 10px 30px 20px;

    cursor: pointer;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    font-family: "Futura", sans-serif;
    font-size: 20px;
  }

  .navigation-bar a {
    display: inline-table;

    margin: 0;
    padding-left: 50px;

    text-align: right;
    vertical-align: baseline;
  }

  .pEpBG {
  	position: relative;
  	top: 0;

  	width: 100%;
  	margin-top: 0;
  	margin-right: 0;
  	margin-bottom: 0;
  	margin-left: 0;
  	padding-top: 0;
  	padding-right: 0;
  	padding-bottom: 0px;
  	padding-left: 0;

  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  }

  .featured {
  	top: 0;
  	left: 0;

  	overflow: hidden;

    height: calc(75vw*.5625);
    max-height: calc(75vw*.5625);
  	/* [disabled]width: 100%; */
  	/* [disabled]z-index: 1; */
  }


  .projectInfo {
  	position: relative;
  	z-index: 2;

  	background-color: inherit;

  	font-family: "Futura", sans-serif;
  }

  .pad-top {
    padding: 10px 0;
  }

  .gridProject {
    width: 984px;
    margin: 0 auto;
  }

  .project-text {
    float: left;

    width: 33.33%;
  }

  .project-text p {
    position: relative;
    top: -5px;

    line-height: 180%;
  }

  #projectTitle {
    margin-bottom: 0;

    line-height: 140%;
  }

  p.projectType {
    font-size: 14px;
  }

  .projectInfo p {
    position: relative;
    top: -5px;

    line-height: 180%;
  }

  .projectInfo .projectType {
    position: relative;
    top: -140px;

    line-height: 180%;
    ;
  }

  .projectDescription {
  	display: inline-grid;
  	float: right;

  	width: 50%;
  }

  a:link {
    text-decoration: none;

    color: black;

    font-weight: normal;
  }

  a:visited {
    text-decoration: none;

    color: black;
  }

  a:link:hover {
    text-decoration: none;

    color: black;
  }

  a:active {
    color: black;
  }

  .projectsList {
	margin-top: -15.5em;
	margin-right: -8%;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 21%;
	padding-bottom: 0;
	padding-left: 0px;
	list-style-type: none;
	font-family: "Futura", sans-serif;
  }

  .projectsList ul {
    margin: 0;
    padding: 0;

    list-style-type: none;

    font-family: "Futura", sans-serif;
    font-size: 5em;
  }

  .projectsList li {
	display: inline;
	white-space: nowrap;
	margin-right: -2.5em;
  }

  .projectsList li a:hover {
    white-space: nowrap;
    text-decoration: none;

    color: black;

    font-weight: bold;
  }

  .projectsList li a {
	margin-top: 10px;
	margin-right: -21px;
	margin-left: 65px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0.6em;
	padding-left: .1em;
	padding-bottom: 0;
	text-transform: uppercase;
	font-size: 4vw;
	line-height: 139%;
  }


  .info {
    text-emphasis: accent;
  }

	/* Button style*/

  .btn a{
  margin: 0 5px 5px 0;
  padding: 6px 19px 4px 19px;

  transition: color 0.4s ease;

  border: 2px solid #282828;
  background: none !important;

  }

  .btn a:hover {
  transition: color 0.4s ease;

  opacity: .5;

  }
}
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {

.small-nav {
display: none;

}

.nav-item {
display: none;

}

.nav-trigger {
    display: none;
}



  html {
    position: relative;

    min-height: 100%;
    margin: 0;
    padding: 0;
  }

  body {
    position: relative;

    margin: 0 0 135px; /* bottom = footer height */
    padding-bottom: 135px;

    background-color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

  }

  #footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 135px;
    padding: 17px, 24px;

    text-align: center;

    font-size: 14px;
    line-height: 24px;

  }

  #footer p {
    z-index: 2;

    padding: 30px 30px 30px 30px;

    color: black;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
  }

  #footer1 {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 135px;
    padding: 17px, 24px;

    text-align: center;

    font-size: 14px;
    line-height: 24px;

  }

  #footer1 p {
    z-index: 2;

    padding: 30px 30px 30px 30px;

    font-size: 14px;

	color: black;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
  }

  ::-moz-selection {
    color: #fff;
    background: #000;
    text-shadow: none;
  }

  ::selection {
    color: #fff;
    background: #000;
    text-shadow: none;
  }

  div, body, ul, li {
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;

    font: inherit;
  }

  section, header {
    display: block;
  }

  h1 {
    text-transform: uppercase;

    color: #000;

    font-family: "Futura", sans-serif;
    font-size: 18px;
  }


  /* contact us text */

  h2 {
    color: #000;

    font-family: "Futura", sans-serif;
    font-size: 18px;
  }

  h3 {
    text-transform: uppercase;

    color: #000;

    font-family: "Futura", sans-serif;
    font-size: 18px;
  }

  h2 a:before {
    content: "EMAIL US";
    text-decoration: none;

    color: black;
  }

  h2 a:hover:before {
    content: "hello@bold.cat";
    text-decoration: none;

    color: black;

    font-weight: bold;
  }

  #phone:before {
    content: "CALL US";
    text-decoration: none;

    color: black;

    font-weight: normal;
  }

  #phone:hover:before {
    content: "+41 44 520 8923 / +34 931 807 011";
    text-decoration: none;

    font-size: 0.9em;

    color: black;

    font-weight: bold;
  }

  p {
    color: #999;

    font-family: "Futura" sans-serif;
  }

  header {
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 0;

    width: 90%;

    background-color: rgba(255, 255, 255, 0);
  }

  header ul.secondary-nav {
  	float: right;

  	margin-top: 21px;
  	margin-right: 39px;
  }

  header ul.secondary-nav li {
    float: left;
  }

  header ul.secondary-nav li a {
    position: relative;

    display: block;

    width: 20px;
    height: 30px;

    text-transform: none;
  }

  .secondary-nav li a {
  margin-top: .3em;

  font-family: "Futura", sans-serif;
  font-size: 2em;
  font-weight: bold;


  }

  ul {
  	margin: 2em;

  	list-style: none;
  }

  li {
    cursor: pointer;

    color: #000000;

    font-family: "Futura", sans-serif;
    font-size: 12px;
  }

  .projects {
    padding-bottom: 365px;
  }



  #home header {
    background-color: transparent;
  }

  #home #about {
    position: relative;
    z-index: 0;

    background-color: #fff;
  }

  .height-full {
    height: 100vh;
  }

  #home #about>div {
    height: 75%;
  }

  .home-align {
  	float: left;

  	width: 66.66%;
  }

  .marginLeft {
    margin-left: 70px;
  }

  .vertical-align {
    position: relative;
    top: -10em;

    margin-right: -20%;

    transform: translateY(100%);
  }

  .vertical-jobs {
  position: relative;
  margin-top: 200px;
  margin-left: 80px;
  margin-right: -17%;
  }

  #home #about>div>div h1 {
    position: relative;
    left: -3px;
  }

  h1.intro {
    font-size: 4.5vw;
    line-height: 120%;
  }

  h2.contact {
	font-size: 4vw;
	line-height: 198%;
  }

  h3#phone {
    font-size: 4vw;
    line-height: 120%;
  }

  .logo {
    width: 8em;

    fill: black;
  }

  .navigation-bar {
    display: inline-block;

    padding: 33px 10px 30px 20px;

    cursor: pointer;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    font-family: "Futura", sans-serif;
    font-size: 20px;
  }

  .navigation-bar a {
    display: inline-table;

    margin: 0;
    padding-left: 50px;

    text-align: right;
    vertical-align: baseline;
  }

  .pEpBG {
  	position: relative;
  	top: 0;

  	width: 100%;
  	margin-top: 0;
  	margin-right: 0;
  	margin-bottom: 0;
  	margin-left: 0;
  	padding-top: 0;
  	padding-right: 0;
  	padding-bottom: 0px;
  	padding-left: 0;

  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  }

  .featured {
  	top: 0;
  	left: 0;

  	overflow: hidden;

    height: calc(75vw*.5625);
    max-height: calc(75vw*.5625);
  	/* [disabled]width: 100%; */
  	/* [disabled]z-index: 1; */
  }


  .projectInfo {
  	position: relative;
  	z-index: 2;

  	background-color: inherit;

  	font-family: "Futura", sans-serif;
  }

  .pad-top {
    padding: 10px 0;
  }

  .gridProject {
    width: 984px;
    margin: 0 auto;
  }

  .project-text {
    float: left;

    width: 33.33%;
  }

  .project-text p {
    position: relative;
    top: -5px;

    line-height: 180%;
  }

  #projectTitle {
    margin-bottom: 0;

    line-height: 140%;
  }

  p.projectType {
    font-size: 14px;
  }

  .projectInfo p {
    position: relative;
    top: -5px;

    line-height: 180%;
  }

  .projectInfo .projectType {
    position: relative;
    top: -140px;

    line-height: 180%;

  }

  .projectDescription {
  	display: inline-grid;
  	float: right;

  	width: 50%;
  }

  a:link {
    text-decoration: none;

    color: black;

    font-weight: normal;
  }

  a:visited {
    text-decoration: none;

    color: black;
  }

  a:link:hover {
    text-decoration: none;

    color: black;
  }

  a:active {
    color: black;
  }

  .projectsList {
	margin-top: -4em;
	margin-right: -8%;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 102px;
	padding-bottom: 0;
	padding-left: 0px;
	list-style-type: none;
	font-family: "Futura", sans-serif;
  }

  .projectsList ul {
    margin: 0;
    padding: 0;

    list-style-type: none;

    font-family: "Futura", sans-serif;
    font-size: 5em;
  }

  .projectsList li {
	/* [disabled]padding-top: 0; */
	/* [disabled]padding-right: 0.4em; */
	/* [disabled]padding-bottom: 0; */
	display: inline;
	white-space: nowrap;
	/* [disabled]padding-left: 0em; */
  }

  .projectsList li a:hover {
    white-space: nowrap;
    text-decoration: none;

    color: black;

    font-weight: bold;
  }

  .projectsList li a {
	margin-top: 6px;
	margin-right: 0.1em;
	margin-left: 65px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 1em;
	padding-left: .1em;
	padding-bottom: 0;
	text-transform: uppercase;
	font-size: 4vw;
	line-height: 128%;
  }


  .info {
    text-emphasis: accent;
  }

  /* Button style*/

  .btn a{
  margin: 0 5px 5px 0;
  padding: 6px 19px 4px 19px;

  transition: color 0.4s ease;

  border: 2px solid #282828;
  background: none !important;

  }

  .btn a:hover {
  transition: color 0.4s ease;

  opacity: .5;

  }
}
