body {
	background-color: #f2f2fc;
	background-image: url("../img/bg.jpg");
	color: black;
	font-family: 'Larsseit-Medium', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
    line-height: 1.75em;
    letter-spacing: .03em;
	‑webkit‑text‑size‑adjust: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

::selection {
	color: black;
	background: black;
}
	
::-moz-selection {
	color: black;
	background: black;
}

a. {
	text-decoration: none;
	outline: 0;
	color: black;
}

a:link {
	text-decoration: none;
	outline: 0;
	color: black;
}

a:visited {
	text-decoration: none;
	outline: 0;
	color: black;
}

a:hover {
	text-decoration: none;
	outline: 0;
	color: black;
}

a:visited:hover {
	text-decoration: none;
	outline: 0;
	color: black;
}

hr {
	border: 5px solid black;
	margin-bottom: 100px;
	transform: rotate(.3deg);
}

.ifit {
    width: 60%;
    position: fixed;
    left: 20%;
    top: 47%;
	z-index: -1;
 }

.img1 {
 	width: 50%;
    position: absolute;
    right: 0;
    top: 0;
	z-index: -2;
 }

.img2 {
 	width: 33%;
    position: absolute;
    right: 34%;
    top: 200%;
	z-index: -2;
 }

.img3 {
 	width: 50%;
    position: absolute;
    right: 0;
    top: 350%;
	z-index: -2;
 }

 .img4 {
 	width: 50%;
    position: absolute;
    left: 0;
    top: 500%;
	z-index: -2;
 }

.calls {
	font-size: 96px;
	line-height: .9em;
    letter-spacing: -.04em;
    transform: rotate(-.9deg);
    -webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: black;
}

.testi {
	font-size: 60px;
	line-height: 1.1em;
    letter-spacing: -.03em;
    transform: rotate(.5deg);
}

.image img {
    width: 100%;
    display: block;
}

.hidden-desktop {
	display: none !important;
}

.hide {
	display: none;
}

.clearfix {
	overflow: auto;
}

/* Grid */

[class*='col-'] {
	float: left;
	padding: 0px;
}

[class*='col-']:last-of-type {
	padding-right: 0px;
}

.grid-buffer {
	padding: 4%;
}



/* Columns */

.col-1-1 {
	width: 100%;
}

.col-1-2 {
	width: 45%;
}

.col-space {
	width: 5%;
}

.col-1-3 {
	width: 33%;
}

.col-2-3 {
	width: 66%;
}
