/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face
{
   font-family: 'helvetica_neue_ce_55_roman_0-webfont';
    src: url('fonts/helvetica_neue_ce_55_roman_0-webfont.eot');
    src: url('fonts/helvetica_neue_ce_55_roman_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica_neue_ce_55_roman_0-webfont.woff') format('woff'),
         url('fonts/helvetica_neue_ce_55_roman_0-webfont.ttf') format('truetype'),
         url('fonts/helvetica_neue_ce_55_roman_0-webfont.svg#helvetica_ce_55_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family:"helveticaneue-thin-webfont";
    src:url("fonts/helveticaneue-thin-webfont.eot");
    src:url("fonts/helveticaneue-thin-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/helveticaneue-thin-webfont.woff") format("woff"),
    url("fonts/helveticaneue-thin-webfont.ttf") format("truetype"),
    url("fonts/helveticaneue-thin-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family:"HelveticaNeueLTStd-UltLt";
    src:url("fonts/HelveticaNeueLTStd-UltLt.eot");
    src:url("fonts/HelveticaNeueLTStd-UltLt.eot?#iefix") format("embedded-opentype"),
    url("fonts/HelveticaNeueLTStd-UltLt.woff") format("woff"),
    url("fonts/HelveticaNeueLTStd-UltLt.ttf") format("truetype"),
    url("fonts/HelveticaNeueLTStd-UltLt.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}



@font-face
{
    font-family:"helvetica-light-webfont";
    src:url("fonts/helvetica-light-webfont.eot");
    src:url("fonts/helvetica-light-webfont.eot?#iefix") format("embedded-opentype"),
		url("fonts/helvetica-light-webfont.woff") format("woff"),
        url("fonts/helvetica-light-webfont.ttf") format("truetype"),
        url("fonts/helvetica-light-webfont.svg") format("svg");
   	font-weight: normal;
	font-style: normal;
}

body{
  color:#3c093f;
  font-family:"arial";
  line-height: 1.5;
}
a{
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 2px;
  text-decoration: none;
}
a.active,
a:hover{
  border-bottom: 1px solid #3c093f;
  transition: all 0.5s;
  color:#3c093f;
}
.center{
  position: relative;
  width:90vw;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1850px;
}
table{
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6{
  margin-top: 0;
}
.grid-3,
.grid-1-2,
.grid-2-1{
  display: flex;
  margin-top: 50px;
}
.grid-1-2 .block-1{
  width:calc(100% / 3);
  box-sizing: border-box;
  margin-right: 30px;
}
.grid-1-2 .block-2{
  width: calc( 100% * 2/3);
  box-sizing: border-box;
  margin-left: 30px;
}
.grid-2-1 .block-1{
  width:calc(100% / 3);
  box-sizing: border-box;
  margin-left: 30px;
}
.grid-2-1 .block-2{
  width: calc( 100% * 2/3);
  margin-right: 30px;
  box-sizing: border-box;
}
.grid-3 .block a{
  font-weight: bold;
}
.grid-3 .block{
  width:calc(100% / 3);
  box-sizing: border-box;
}
.grid-3 .block:nth-child(1){
  padding-right: 40px;
}
.grid-3 .block:nth-child(2){
  padding-left: 20px;
  padding-right: 20px;
}
.grid-3 .block:nth-child(3){
  padding-left: 40px;
}
.block .paars,
.text.paars{
  background: #c4b5c5;
  padding: 20px !important;
}
header{
  background: #ffd500;
  color:#3c093f;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
}
header table{width:100%;}
header table td:nth-child(3){
  text-align: right;
  width: 600px;
}
header .druppel{
  position: absolute;
  top: -20px;
  right: 40px;
  width: 50px;
  display: none;
}
footer a,
header a{
  text-decoration: none;
}
header nav a{
  margin: 0;
  padding: 5px 10px;
  transition: all 0.5s;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
  color: #3c093f !important;
}
header nav a:hover{
  /*
  border: none;
  background: #3c093f;
  color: #ffd500 !important;;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  */
}
footer .social a{
  margin: 0 5px;
}
footer td:nth-child(3) a:last-child{
  margin-bottom: 0;
}
footer td:nth-child(3){
  text-align: right;
}
footer .center,
header .center{
  width:100%;
}
header{
  padding: 10px 0;
}
header td:nth-child(2){
  width: calc(90% - 600px);
  text-align: right;
  position: relative;
}
header nav br {
 display: none;
}
header nav a{
  margin-left: 15px;
}
footer .logo,
header .logo{
  width: 150px;
}
header .logo{
top: 0;
position: absolute;
  opacity: 0;
}
.scrolled header .logo{

  opacity: 1;
  transition: all 0.5s;
}
/*
.scrolled section.image .logo{
  position: fixed;
  top: 10px;
  margin-top: 0;
  z-index: 10;
  width: 150px;
  transition: width 0.1s;
}
*/
section.image{
  background:url('/images/kim/header.jpg') center center;
  background-size:cover !important;
  height: 80vh;
  margin-bottom: 100px;
  min-height: 600px;
  position: relative;
}
table.contact td:nth-child(1){
  padding-right: 10px;
}
section.image .overlay{
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  position: absolute;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+55,ffffff+99&0+55,1+100 */
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 55%, rgba(255,255,255,0.98) 99%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 55%,rgba(255,255,255,0.98) 99%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 55%,rgba(255,255,255,0.98) 99%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
section.image .logo{
  width: 300px;
  margin-top: 150px;
  position: absolute;
  z-index: 1;
  transition: width 0.1s;
}
section.image .bollen .bol:nth-child(4),
section.image .bollen .bol:nth-child(3){
  background:#3c093f;
  color:#ffd500 !important;
  border:none;
}
section.image .bollen .bol:nth-child(4):hover,
section.image .bollen .bol:nth-child(3):hover{
  color:#ffd500 !important;
}
section.image .bollen .bol:nth-child(4),
section.image .bollen .bol:nth-child(2){
  width:200px;
  height:200px;
}
section.image .bollen .bol:nth-child(1){
  top: 300px;
  position: absolute;
  border: none;
}
section.image .bollen .bol:nth-child(2){
  position: absolute;
  left: 150px;
  top: 400px;
  font-size: 20px;
  border: none;
}
.text a{
  font-weight: bold;
}
section.image .bollen .bol:nth-child(4){
  position: absolute;
  right: 20px;
  top:320px;
  font-size: 20px;
}
section.image .bollen .bol:nth-child(3){
  position: absolute;
  right: 229px;
  top: 407px;
}
section.image .bollen .bol:nth-child(3),
section.image .bollen .bol:nth-child(1){
  width: 150px;
  height: 150px;
}
section.image .bol .content{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height:100%;width:100%;
}
section.image .bol:hover{
  transform: scale(1.1);
  transition: all 0.5s;
}
section.image .bol{
  transition: all 0.5s;
  cursor: pointer;
  display: table;
  height:100%;
  width:100%;
  box-sizing: border-box;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  background: #ffd500;
  color:#3c093f;
  padding: 20px;
}
.video img{
  position: absolute;
  left: 50%;
  width: 80px;
  margin-left: -35px;
  top: 50%;
  margin-top: -35px;
  transition: all 0.5s;
}
.video img:hover{
  transform: scale(1.05);
  transition: all 0.5s;
}
.video{
  cursor: pointer;
  position: relative;
}
.video iframe{
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height:100%;
}
.video,
.image{
  background-size:cover !important;
  background:url('/images/kim/kim.jpg') center center;
}
.video,
.grid-2-1 .image,
.grid-1-2 .image{
  width:100%;
  min-height: 500px;
}
footer{
  background: #ffd500;
  padding: 20px 0;
  color:#3c093f;
  margin-top: 100px;
}
footer .social div{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
footer td:nth-child(2){
  text-align: center;
}
footer td:nth-child(2) img{
  width: 40px;
}
footer td:nth-child(2) a,
footer td:nth-child(2) a:hover{
  border: none;
}
/*
footer td:nth-child(2) img:hover{
  transform: scale(1.1);
  transform: rotate(10deg);
  transition: all 0.5s;
}
*/
footer td:nth-child(1),
footer td:nth-child(3){
  width: 200px;
}
footer table{
  width:100%;
}
footer .menu a{
  text-align: right;
}
ul{
  padding-left: 1em;
}
@media (max-width:1550px) {
  table.contact tr,
  table.contact td{
    display: block;
  }
  table.contact td:nth-child(1){
      padding: 0;
  }
}
@media (max-width:940px) {
  .block-2.video{
    padding-top: 56.25% !important;
    min-height: auto;
  }
  .grid-2-1 .image,
  .grid-1-2 .image{
    min-height: 400px;
  }
  section.image{
    height: 850px;

  }
  section.image .bollen .bol:nth-child(2){
    top: 300px;
    left: 250px;
  }
  section.image .bollen .bol:nth-child(3){
    top: 550px;
    left: 40px;
  }
  section.image .bollen .bol:nth-child(4){
    top: 580px;
    left: 250px;
  }
}
@media (max-width:880px) {
  .druppel{
    display: none;
  }
  header table td:nth-child(3){
    width:100%;
    font-size: 14px;
  }
}
/*
@media (max-width:720px) {
  .scrolled header .logo{
    opacity: 0;
  }
}
*/
@media (max-width:768px) {
  footer{
    margin-top: 50px;
  }
  footer .social a{
    margin-left: 0;
  }
  footer .social .items{
    margin-left: -5px;
  }
  .druppel{
    display: block;
  }
  footer .logo{
    margin: 0;
  }
  footer td:nth-child(2),
  footer .social div{
    text-align: left;
  }
  footer td:nth-child(2) img{
    width: 30px;
  }
  footer{
    padding: 30px 0 0;
  }
  section.image .bol:hover{
    transform: scale(1);
  }
  section.image .bollen .bol:nth-child(1){
    position: inherit;
    top: 0;
  }
  main{
    margin-top: 66px;
  }
  header{
    padding: 20px 0;
  }
  header td:nth-child(2){
    width: calc(50% - 200px);
    text-align: center;
  }
  header nav a:last-child{
    margin-bottom: 0;
  }
  header .druppel{
    right: 20px;
  }
  header table td:nth-child(3){
    text-align: right;
    width: 200px;
  }
  .scrolled header .logo,
  header .logo{
    opacity: 1;
    display: block;
    top: -2px;
    width: 130px;
    left:10px;
  }
  .center{
    width: 100%;
  }
  header nav br {
   display: block;
  }
  header nav a:hover{
    background: none;
    padding: 0;
    color:#3c093f !important;
  }
  header nav a{
    display: inline-block;
    margin-bottom: 5px;
    padding: 0;
    margin-right: 0;
  }
  section.image .logo{
    display: none;
  }
  section.image .bollen{
    margin: 0;
  }
  section.image .bollen .bol:nth-child(2){
    position: relative;
  }
  section.image .bollen .bol:nth-child(2){
    left: 0;
  }

  .grid-3, .grid-1-2, .grid-2-1{
    display: block;
  }
  .block,
  .block-2,
  .block-1{
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
  }
  .grid-1-2 .video,
  .center .image,
  .block,
  .center .text{
    margin-top: 40px !important;
  }
  .grid-1-2 .video, .grid-2-1 .video{
    padding-top:56.25%;
  }
  .grid-1-2 .image, .grid-2-1 .image{
    min-height: 350px;
  }
  section.image{
  height: auto;

  }
  section.image .bollen .bol:nth-child(1), section.image .bollen .bol:nth-child(3){
    width: 150px;
    height: 150px;
    padding: 20px;
  }
  section.image .bollen .bol:nth-child(3) {
    position: initial;
    margin-top: 120px;
    margin-left: 70px;
  }
  section.image .bollen .bol:nth-child(4) {
    position: initial;
    float: right;
    margin-top: -173px;
    top: 600px;
  }
  section.image .bollen .bol:nth-child(4){
    font-size: 18px;
  }
  section.image .bollen .bol:nth-child(4), section.image .bollen .bol:nth-child(2){
    width: 200px;
    padding: 20px;
    height: 200px;
  }
  section.image{
      margin-bottom: 0;
    padding-top: 40px !important;
  }
  section.image .bollen .bol:nth-child(2){
    top:50px;
  }
  footer td:nth-child(1), footer td:nth-child(3),
  footer td{
    display: block;
    width: 50%;
    float: left;
  }
  footer td:nth-child(3){
    float: right;
    margin-top: -194px;
  }
  footer .menu a{
    text-align: center;
  }
  footer td:nth-child(2){
    padding: 20px 0;
  }
}
@media (max-width:480px) {
  section.image .bollen .bol:nth-child(3){
    margin-left: 0;
  }
  .druppel{
    display: none;
  }
}
@media (max-width:410px) {
  header .logo{
    margin-top: -17px;
  }
  footer .logo,
  header .logo{
    width: 130px;
  }
  footer td:nth-child(2) img{
    width: 20px;
  }
  footer td:nth-child(3){
    margin-top: -184px;
  }
  section.image{
    padding-bottom: 160px;

  }
  section.image .bollen .bol:nth-child(1), section.image .bollen .bol:nth-child(3){
    height: 140px;
    width: 140px;
    font-size: 14px;
  }
  section.image .bollen .bol:nth-child(4), section.image .bollen .bol:nth-child(2){
    height: 175px;
    width: 175px;
  }
  section.image .bollen .bol:nth-child(2){
    top: 24px;
  }
  section.image .bollen .bol:nth-child(3){
    margin-top: 44px;
  }
  section.image .bollen .bol:nth-child(4){
    float: right;
    margin-top: -25px;
  }
}
@media (max-width:680px) {
  section.image{
    margin-bottom: -35px;
  }
}

/**
NAV MOBILE
**/
.menu_nav{
  display: none;
  position: absolute;
  padding: 6px 15px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	right: 7px;
	top: 0;
  z-index: 1000000000000;
  color: #3c093f ;
}
.menu_nav .name{
  position: relative;
  top: -17px;
  margin-left: 20px;
  font-size: 18px;
}
#nav-icon {
    cursor: pointer;
    width: 24px;
    height: 31px;
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #3c093f ;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.open #nav-icon span {
    background: #3c093f ;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 8px;
}
#nav-icon span:nth-child(4) {
    top: 16px;
}
.open #nav-icon span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%;
}
.open #nav-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.open #nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.open #nav-icon span:nth-child(4) {
    top: 15px;
    width: 0%;
    left: 50%;
}
header .socials{
  display: none;
}
@media (max-width:768px) {
  .menu_nav{
    right: 0;
    display: block;
  }
  header nav a{
    margin: 0 10px 20px;
  }
  nav{
    box-sizing: border-box;
    padding-top: 40px;
    display: none;
    position: fixed;
    width: 100%;
    height:100%;
    top: 66px;
    left: 0;
    background: #ffd500;
    color: #3c093f;
    text-align: center;
    font-size: 20px;
  }
  header .socials img{
    width:30px;;
  }
  header .socials{
    margin-top: 40px;
    display: block;
    height: 150px;
  }
}

/**
PERFECT SCROLL BAR
**/

.ps-container {
    overflow: hidden !important;
}
.ps-container.ps-active-x>.ps-scrollbar-x-rail, .ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
}
.ps-container.ps-in-scrolling {
    pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
}
.ps-container>.ps-scrollbar-x-rail {
    border-radius: 4px;
    bottom: 3px;
    display: none;
    height: 8px;
    opacity: 1;
    position: absolute;
    transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s;
}
.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #aaa;
    border-radius: 4px;
    bottom: 0;
    height: 8px;
    position: absolute;
    transition: background-color 0.2s linear 0s;
}
.ps-container>.ps-scrollbar-y-rail {
    border-radius: 4px;
    display: none;
    opacity: 1;
    position: absolute;
    right: 3px;
    transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s;
    width: 8px;
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #3c093f ;
    border-radius: 4px;
    position: absolute;
    right: 0;
    transition: background-color 0.2s linear 0s;
    width: 8px;
}
.ps-container.ps-in-scrolling:hover {
    pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x:hover>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x:hover>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y:hover>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y:hover>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
}
.ps-container:hover>.ps-scrollbar-x-rail, .ps-container:hover>.ps-scrollbar-y-rail {
    opacity: 0.6;
}
.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999;
}
