@import url('https://fonts.googleapis.com/css?family=Archivo');

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
a:hover {
  text-decoration: underline;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}

/* General Demo Style */
body{
	font-family: 'Archivo', sans-serif;
	background: #000;
	font-weight: 1000;
	line-height: 45px;
	color: #fff;
	overflow: hidden;
}
.ie7 body{
	overflow:hidden;
}
a {
	color: #fff;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.clr{
	clear: both;
}
.container > img {
    padding: 0px 0px 5px 0px;
}
.invert {
	width: 40%;
	mix-blend-mode: difference;
}
.container > header h1 span{
}

.text {
	position: Absolute; 
	width: 100%; 
	bottom: 40px;
	text-align: center;
	font-size: 2.5vw;
	line-height: 2.8vw;
    mix-blend-mode: difference;
}

.dukkan {
	width: 100%;
	position: absolute;
	top: 210px;
	right: -200px
}
.dukkan img {
	width: 20%;
}

@media screen and (max-width : 1000px)
{
/* .text
  {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
  } */
  -->
  .invert
   {
    width: 90%;
  }
  .dukkan {
	width: 100%;
	position: absolute;
	top: 180px;
	right: -10px;
	}
  .dukkan img {
	width: 55%;
	}
}