/*
Theme Name: Strikkehjelpen
Theme URI: http://www.strikkehjelpen.no
Description: Rent og pyntelig tema for Strikkhjelpen
Author: Øyvind Heggernes
Author URI: http://muuh.no
Version: 1.0
*/
html { 
  background: url(/images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{
	font-family: 'Noto Serif', "adelle",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	background-color: transparent;
	color: #efefef;
	margin-top: 20px;
}

a:link, a:visited{
	text-decoration: none; 
	color: #000000;
}

a:hover{
	color: #5f5f5f;
}

h1, h2, h3, h4 {
	-webkit-margin-before:0em;
	-webkit-margin-after:0em;
}
h1 {
	font-size: 32px;
	margin-bottom: 36px;
}
h1 big {
	font-size: 48px;
}
h2 {
	font-size: 28px;
	margin-bottom: 20px;
}
h3 {
	font-size: 24px;
	margin-bottom: 24px;
}
h4 {
	font-size: 13px;
	text-transform: uppercase;
}
h4, p { margin-bottom: 16px; }

.logo, .appstore, .qrcode, .fb-like {
	padding: 20px 0px 0px 0px;
}


@media (min-width: 768px) {
	#right { padding-top: 140px; }
	#left {
		text-align: center;
	}
	.phone {
		padding: 60px 0px 0px 0px;
	}
}

@media (max-width: 767px) {
	#right, #left {
		text-align: center;
	}
	#right { padding-top: 20px; }
	.phone {
		padding: 20px 0;
	}
	ul {
		text-align: left; }
		
	h1 {
		font-size: 28px;
		margin-bottom: 28px;
	}
	h2 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 20px;
	}
}