/*Display-FONT */
/*fontweights roboto condensed*/
/*colors*/
/*$primaryColor: #399fd5;*/
/*gradients*/
body, html {
  height: 100%; }

body {
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0; }

ul, ul li {
  padding: 0;
  margin: 0; }

a, a:visited {
  color: #463e37;
  text-decoration: none; }

a:active, a:hover {
  color: black; }

a.logo, a:visited.logo {
  color: black; }

a:active.logo, a:hover.logo {
  color: #463e37; }

a.logoInv, a:visited.logoInv {
  color: #fff; }

a:active.logoInv, a:hover.logoInv {
  color: #000; }

h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px; }

header {
  position: fixed;
  height: 100px;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2); }

.bold {
  font-weight: 700; }

.whiteHeader {
  background-color: #fff; }

.blueHeader {
  background: linear-gradient(90deg, #1f1b19 0%, #463e37 100%);
  background: -moz-linear-gradient(90deg, #1f1b19 0%, #463e37 100%);
  background: -webkit-linear-gradient(90deg, #1f1b19 0%, #463e37 100%); }

nav {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px; }

.logo, .logoInv {
  float: left;
  font-family: "Oswald", "Helvetica", "Arial", sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: 25px;
  color: black; }

.logoInv {
  display: none;
  color: #f0f0f0; }

.floater {
  float: left; }

ul {
  list-style: none;
  text-align: right;
  margin-top: 58px;
  max-width: 80%;
  float: right; }

ul li {
  display: inline-block;
  margin-left: 20px; }

.whiteHeader ul li a, .whiteHeader ul li a:visited {
  color: #000; }

.whiteHeader ul li a:hover, .whiteHeader ul li a:active {
  color: #463e37; }

.blueHeader ul li a, .blueHeader ul li a:visited,
.blueHeader button {
  color: #fff; }

.blueHeader ul li a:hover, .blueHeader ul li a:active,
.blueHeader button:hover, .blueHeader button:active {
  color: #000; }

p.textlink a, p.textlink a:visited {
  color: #fff;
  text-decoration: underline; }

p.textlink a:hover, p.textlink a:active {
  color: #000; }

section {
  height: 100%; }

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%; }

.margin-top-50 {
  margin-top: 50px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-100 {
  margin-top: 100px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-bottom-10 {
  padding-bottom: 10%; }

.white-font {
  color: #fff; }

.black-font {
  color: #000000; }

.brown-font {
  color: #463e37; }

.white-font a, .white-font a:visited {
  color: #fff;
  text-decoration: underline; }

.white-font a:hover {
  color: #6a5e55; }

.small-text {
  font-size: 12px;
  line-height: 16px; }

.centered {
  text-align: center; }

.imgiInfo {
  color: #463e37;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  width: 100%;
  max-width: 1000px;
  bottom: 0; }

.centeredBox {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  max-width: 1000px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40%; }

/*NO SLIDER*/
p.infoi {
  background: white;
  padding: 10px 10px;
  margin: 0;
  text-align: center; }

p.infoi > span {
  color: #000;
  font-weight: 300;
  font-size: 18px;
  line-height: auto; }

p.info {
  background: #f0f0f0;
  padding: 20px 20px; }

/*GRID*/
.row {
  float: left;
  clear: left;
  width: 100%;
  height: auto;
  min-height: 14px; }

.col {
  float: left;
  clear: none;
  height: auto; }

.col:last-child, .col.last-child {
  margin-right: 0; }

.col.c12 {
  width: 100%; }

.col.c11 {
  width: 91.66663%; }

.col.c10 {
  width: 83.33333%; }

.col.c9 {
  width: 74.99997%; }

.col.c8 {
  width: 66.66666%; }

.col.c7 {
  width: 58.33331%; }

.col.c6 {
  width: 50%; }

.col.c5 {
  width: 41.66665%; }

.col.c4 {
  width: 33.33332%; }

.col.c3 {
  width: 24.99999%; }

.col.c2 {
  width: 16.66666%; }

.col.c1 {
  width: 8.33333%; }

/* GRID SPACING */
.grid-spacing .col {
  margin-right: 2%; }

.grid-spacing .col:last-child, .grid-spacing .col.last-child {
  margin-right: 0; }

.grid-spacing .col.c12 {
  width: 100%; }

.grid-spacing .col.c11 {
  width: 91.5%; }

.grid-spacing .col.c10 {
  width: 83%; }

.grid-spacing .col.c9 {
  width: 74.5%; }

.grid-spacing .col.c8 {
  width: 66%; }

.grid-spacing .col.c7 {
  width: 57.5%; }

.grid-spacing .col.c6 {
  width: 49%; }

.grid-spacing .col.c5 {
  width: 40.5%; }

.grid-spacing .col.c4 {
  width: 32%; }

.grid-spacing .col.c3 {
  width: 23.5%; }

.grid-spacing .col.c2 {
  width: 15%; }

.grid-spacing .col.c1 {
  width: 6.5%; }

.color-background {
  background: linear-gradient(90deg, #1f1b19 0%, #463e37 100%);
  background: -moz-linear-gradient(90deg, #1f1b19 0%, #463e37 100%);
  background: -webkit-linear-gradient(90deg, #1f1b19 0%, #463e37 100%); }

/*PARALLAX*/
.parallax, .parallax1, .parallax3, .parallax4, #i01, #i02 {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.parallax1, .parallax3 {
  height: 100%;
  /*	max-height: 600px;
  */ }

.parallax2 {
  background-image: url("../images/portr-sm.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain; }

.parallax3 {
  background-image: url("../images/cock-pic.png"); }

/*img slide start*/
#i01, #i02 {
  position: absolute;
  width: 100%; }

#i01 {
  z-index: 1; }

#i02 {
  z-index: 0; }

.imgInfo {
  background-color: white;
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px; }

.imgInfo > p {
  color: #463e37;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px; }

.imgInfo > p > span {
  color: #000;
  font-weight: 300;
  font-size: 18px;
  line-height: auto; }

.skills {
 /*position: fixed;
bottom: 0px;
top:100px;
z-index: 0;*/ }

article.skills p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300; }

section#web.pos {
  height: 100%; }

.communication {
  opacity: 0; }

hr {
  border: 3px solid black; }

.fixedFooter {
  position: fixed;
  height: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  max-width: 900px;
  display: none;
  padding-top: 20px; }

.footerContent {
  margin: 0 auto; }

.pos {
  position: relative;
  z-index: 10;
  height: auto; }

.foo {
  height: 70%;
  width: 100%;
  z-index: 1; }

.show-burger {
  display: none;
  height: 100%; }

section.partnerDetails {
  padding-top: 150px;
  height: auto; }

.partnerDetails img {
  width: 100%;
  max-width: 190px;
  margin-top: 1em; }

.height-100 {
  height: 100%; }

@media all and (max-width: 1280px) {
  .parallax2 {
    background-position-x: 150%; } }
@media all and (max-width: 1024px) {
  .footerContent {
    padding: 0 20px; } }
/*height*/
/*@media all and (max-height: 820px) {
	


}*/
@media all and (max-width: 1024px) {
  .parallax2 {
    background-position-x: 150%; }

  article.skills {
    padding-right: 0;
    padding-left: 0; }

  article.skills > div.row.centeredContent {
    background-color: #fff; }

  article.skills p, article.skills h2 {
    padding-right: 20px;
    padding-left: 20px; }

  section#web {
    display: inline-block;
    height: auto;
    z-index: 100; }

  button {
    border: none;
    background: transparent;
    cursor: pointer; }

  button, button:active {
    color: #463e37; }

  button:hover {
    color: #000; }

  .show-burger {
    display: block;
    float: right;
    margin-top: 15px;
    /*		// text-align: right;*/ }

  .show-burger ul {
    position: absolute;
    text-align: left;
    margin-top: 0;
    right: 20px;
    background: #fff;
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
    padding: 20px;
    margin-top: 10px;
    display: none; }

  .show-burger ul li {
    display: block;
    margin-left: 0;
    padding: 5px 0;
    position: relative; }

  .menu {
    display: none; }

  .blueHeader .show-burger ul {
    background-color: #463e37; } }
@media all and (max-width: 767px) {
  body {
    font-size: 14px; }

  header {
    height: 70px; }

  section.partnerDetails article {
    padding: 100px 20px; }

  .logo, .logoInv {
    max-width: 180px;
    margin-top: 10px; }

  .imgInfo {
    height: 10px;
    padding: 5px 0; }

  .imgInfo > p {
    font-size: 25px;
    line-height: 28px; }

  .imgInfo > p > span {
    font-size: 14px; }

  p.info {
    background: white;
    padding: 30px 20px; }

  .imgiInfo > p {
    font-size: 25px;
    line-height: 28px; }

  p.infoi > span {
    font-size: 14px; }

  .centeredContent {
    height: 100%; }

  #kunst p {
    font-size: 14px; }

  h2 {
    margin-bottom: 10px; }

  .padding-bottom-10 {
    padding-bottom: 2%; }

  #i01, #i02 {
    margin-top: 70px;
    background-attachment: scroll;
    z-index: -1; }

  section#skills {
    margin: 100px 0;
    height: auto;
    display: block; }

  .foo {
    height: 100%; }

  .sm-hide {
    display: none !important; }

  .sm-show {
    display: inline-block !important; }

  .col.c1, .col.c2, .col.c3, .col.c4, .col.c5, .col.c6, .col.c7, .col.c8, .col.c9, .col.c10, .col.c11, .col.c12,
  .grid-spacing .col.c1, .grid-spacing .col.c2, .grid-spacing .col.c3, .grid-spacing .col.c4, .grid-spacing .col.c5,
  .grid-spacing .col.c6, .grid-spacing .col.c7, .grid-spacing .col.c8, .grid-spacing .col.c9, .grid-spacing .col.c10, .grid-spacing .col.c11,
  .grid-spacing .col.c12, .grid-spacing .col.c1:last-child, .grid-spacing .col.c2:last-child, .grid-spacing .col.c3:last-child,
  .grid-spacing .col.c4:last-child, .grid-spacing .col.c5:last-child, .grid-spacing .col.c6:last-child, .grid-spacing .col.c7:last-child,
  .grid-spacing .col.c8:last-child, .grid-spacing .col.c9:last-child, .grid-spacing .col.c10:last-child, .grid-spacing .col.c11:last-child,
  .grid-spacing .col.c12:last-child {
    width: 100%; }

  .footerContent > .row {
    width: auto; } }
@media (min-width: 320px) and (max-width: 480px) {
  article {
    padding: 50px 20px; }

  .imgInfo > p {
    font-size: 20px;
    line-height: 24px; }

  .parallax2 {
    background-position: right;
    padding-bottom: 0; } }
@media (max-height: 1024px) {
  section {
    height: auto; }

  article {
    display: inline-block;
    height: auto;
    padding: 0 10%; }

  header {
    height: 70px; }

  .logo, .logoInv {
    margin-top: 10px; }

  ul {
    margin-top: 40px; } }

/*# sourceMappingURL=styles.css.map */
