html, body { 
  background: url("http://res.cloudinary.com/digitalcraftindonesia/image/upload/v1517483817/bg_pn3owf.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navigator {position: absolute; right: 120px; bottom: 28px;}
.navigator ul {list-style: none;}
.navigator li {display: inline-block; margin: 0 10px 0 0;}
.navigator li a {color: #fff; font-family: 'Oswald', sans-serif; text-transform: uppercase; outline: none; letter-spacing: 1px;}
.navigator span {color: #ff0000; margin:0 5px 0 0;}

.ig {width: 25px; margin: -5px 0 0 0;}

@media screen and (min-width: 320px) and (max-width: 600px) {
	html, body { 
	  background: url("http://res.cloudinary.com/digitalcraftindonesia/image/upload/v1517484169/bg-mobile_w0hiqk.jpg") no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}

	.navigator {position: absolute; right: 10px; top: 20px; text-align: right;}
	.navigator ul {display: block; float: right; width: 50%;}
	.navigator li {display: block; float: right; text-align: right;}
}

@media screen and (min-width: 1650px) and (max-width: 1920px) {
	.navigator {position: absolute; right: 230px; bottom: 20px;}
}
