/* pixelman.be 2017 / concept CSS & web design by Pixelman | V3.0 26/06/2017/ */

/* responsive CSS tested on:

	MAC OSX
	- Safari latest: OK
	- Firefox latest: OK
	- Google chrome latest: OK

	PC / WINXP WINDOWS 8
	- IE 6.0: NOT SUPPORTED
	- IE 7.0: NOT SUPPORTED
	- IE 8.0: NOT SUPPORTED
	- IE 9.0: NOT TESTED
	- IE 10.0: NOT TESTED
	- IE 11.0: NOT TESTED
	- Firefox latest: NOT TESTED (should be ok)
	- Google chrome latest: NOT TESTED (should be ok)

  IOS
  - ipad 2 NOT TESTED
  - iphone NOT TESTED

  ANDROID
  - NOT TESTED

*/


/*********************** fonts ***********************/
/*
font-family: 'hk_grotesklight';
font-family: 'hk_groteskregular';
font-family: 'hk_groteskmedium';
font-family: 'hk_grotesksemibold';
font-family: 'hk_groteskbold';
*/

html {
  display: block;
  position: relative;
  font-size: 100%;
}

body {
  margin: 0;
  background-color: blue
;
  font-weight: normal;
  font-family: 'hk_grotesksemibold';
}

.show {
  border: solid 1px red;
}

.white {
  color: #fff
 !important;
}

.black {
  color: #000 !important;
}

.yellow {
  color: yellow
 !important;
}

.blue {
  color: blue
 !important;
}

.uppercase {
  text-transform: uppercase;
}

.spacer {
  position: relative;
  height: 2rem;
}

.row {
  position: relative;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 14, 2017 */

@font-face {
    font-family: 'hk_groteskbold';
    src: url('https://www.pixelman.be/media/fonts/hkgrotesk-bold-webfont.woff2') format('woff2'),
         url('https://www.pixelman.be/media/fonts/hkgrotesk-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hk_grotesklight';
    src: url('https://www.pixelman.be/media/fonts/hkgrotesk-light-webfont.woff2') format('woff2'),
         url('https://www.pixelman.be/media/fonts/hkgrotesk-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hk_groteskmedium';
    src: url('https://www.pixelman.be/media/fonts/hkgrotesk-medium-webfont.woff2') format('woff2'),
         url('https://www.pixelman.be/media/fonts/hkgrotesk-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hk_groteskregular';
    src: url('https://www.pixelman.be/media/fonts/hkgrotesk-regular-webfont.woff2') format('woff2'),
         url('https://www.pixelman.be/media/fonts/hkgrotesk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hk_grotesksemibold';
    src: url('https://www.pixelman.be/media/fonts/hkgrotesk-semibold-webfont.woff2') format('woff2'),
         url('https://www.pixelman.be/media/fonts/hkgrotesk-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1 {
  font-weight: normal;
  font-family: 'hk_groteskbold';
  font-size: 5rem;
}


h4 {
  font-weight: normal;
  font-family: 'hk_groteskbold';
  padding-left: 5rem;
  font-size: 2rem;
}

p {
  text-indent: 0;
}



#bg {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

#bg-color {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 42, 254, 0.5);
  /*background-color: rgba(255, 255, 255, 0.3);*/
  /*background-color: rgba(0, 0, 0, 0.3);*/
  background-image: url('https://www.pixelman.be/media/images/video-tile.png');
  z-index: 0;
}

.header-top {
  padding-top: 4rem;
}

.logo {
}

.logo h1 {
  color: blue
;
  font-weight: normal;
  font-family: 'hk_grotesksemibold';
  font-size: 3rem;
  line-height:1.9rem;
  margin: 0 0 2rem 0;
  padding: 0;
  text-transform: lowercase;
}

.logo h1 a {
  color: blue
;
  opacity: 1.0;
}

.logo h1 a:hover {
  color: #000;
  opacity: 1.0;
}

.baseline {
  /*color: blue
;*/
  color: blue
;
  font-weight: normal;
  font-family: 'hk_grotesksemibold';
  font-size: 2rem;
  line-height:1.8rem;
  margin: 0 0 2rem 0;
  padding: 0.6rem 0 0 0;
  text-transform: lowercase;
}

#header h2 {
  font-weight: normal;
  font-family: 'hk_groteskmedium';
  font-size: 7rem;
  line-height:6rem;
  margin: 2rem 0 2rem 0;
  padding: 0;
  text-transform: lowercase;
}

#header h3 {
  font-weight: normal;
  font-family: 'hk_groteskmedium';
  font-size: 2rem;
  line-height:2.1rem;
  margin: 3rem 0 1rem 0;
  padding: 0;
  text-transform: lowercase;
  color: blue
;
}

#header a {
  display: inline-block;
  color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
  /*color: yellow
;*/
  /*text-decoration: underline;*/
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
  /*margin-left: 1.5rem;*/
}

#header a:hover {
  /*color: rgba(0, 42, 254, 0.6);*/
  /*color: rgba(0, 0, 0, 0.6);*/
  color: rgba(255, 255, 255, 0.6);
  color: #000;
  /*margin-left: 0;*/
}

.content {
  position: relative;
  margin-top: 10rem;
  padding: 5rem 0 5rem 0;
  width: 100%;
  background-color: #fff
;
}

#services p {
  font-weight: normal;
  font-size: 1.6rem;
  font-family: 'hk_grotesksemibold';
  color: blue
 !important;
}

.item {
  margin-bottom: 5rem;
}

.item h4 {
  font-weight: normal;
  font-family: 'hk_groteskbold';
  padding-left: 0;
  font-size: 3rem;
  line-height: 3rem;
  text-transform: capitalize;
}

.item p {
  text-indent: 0;
  text-align: center;
}

.item a {
  color: blue
;
  display: inline-block;
  border-bottom: 0.1875rem solid blue
;
  text-indent: 0;
}

.item a:hover {
  color: #000;
  border-bottom: 0.1875rem solid #000;
}

.footer {
  position: relative;
  margin-top: 45rem;
  padding: 5rem 0 5rem 0;
  width: 100%;
  background-color: #fff
;
}

.footer h3 {
    font-weight: normal;
    font-family: 'hk_groteskbold';
    text-align: center;
    padding-left: 0;
    font-size: 3rem;
}

.footer p,
.footer li {
  font-weight: normal;
  font-size: 1.6rem;
  font-family: 'hk_grotesksemibold';
  color: blue
 !important;
  list-style: none;
}

.footer p a,
.footer li a {
  color: blue
 !important;
  text-decoration: none;
  margin: 0;
}

.footer p a:hover,
.footer li a:hover {
  color: #000 !important;
  text-decoration: underline;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  html {
    font-size: 60%;
  }

  #header h2 {
    font-size: 3.5rem;
    line-height:3.5rem;
    margin: 2rem 0 0 0;
  }

}

/* Medium and up */
@media screen and (min-width: 40em) {
  html {
    font-size: 70%;
  }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

  }

/* Large and up */
@media screen and (min-width: 64em) {
  html {
    font-size: 100%;
  }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}

