
html, body
{	
	margin: 0;
	padding: 0;
	
	font-family: "Source Sans Pro",sans-serif;
}

a {
        text-decoration:none; border:0;
}

@media all and (min-width: 1041px)
{
	#bannerBackground
	{
		position: relative;
		height: 670px;
		width: 100%;
		
		margin: 0;
		padding: 0;
		
		background-image: url("images/parkeringsida_bg.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
	}
	
	#textBackground
	{
		position: relative;
		height: 400px;
		width: 100%;
		
		margin: 0;
		padding: 0;
		
		background-color: #e0e7ef;
	}
	
	#logoBackground
	{
		position: relative;
		height: 150px;
		width: 100%;
		
		margin: 0;
		padding: 0;
		
		background-color: #3D6796;
	}
	
	#socialBackground
	{
		position: relative;
		height: 80px;
		width: 100%;
		
		margin: 0;
		padding: 0;
	}
	
	#footerBackground
	{
		position: relative;
		height: 40px;
		width: 100%;
		
		margin: 0;
		padding: 0;
		
		background-color: #3D6796;
	}
}

@media all and (max-width: 1040px)
{
	#bannerBackground
	{
		position: relative;
		height: 670px;
		width: 1040px;
		
		margin: 0;
		padding: 0;
		
		background-image: url("images/parkeringsida_bg.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;	
	}
	
	#textBackground
	{
		position: relative;
		height: 400px;
		width: 1040px;
		
		margin: 0;
		padding: 0;	
		
		background-color: #e0e7ef;	
	}
	
	#logoBackground
	{
		position: relative;
		height: 150px;
		width: 1040px;
		
		margin: 0;
		padding: 0;
		
		background-color: #3D6796;	
	}
	
	#socialBackground
	{
		position: relative;
		height: 80px;
		width: 1040px;
		
		margin: 0;
		padding: 0;		
	}
	
	#footerBackground
	{
		position: relative;
		height: 40px;
		width: 1040px;
		
		margin: 0;
		padding: 0;	
		
		background-color: #3D6796;	
	}
}

#banner
{
	position: relative;
	height: 670px;
	width: 1040px;
		
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	
	padding: 0;		
}

#text
{
	position: relative;
	height: 400px;
	width: 1040px;
	
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	
	padding: 0;	
}

#social
{
	position: relative;
	height: 80px;
	width: 1040px;
	
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	
	padding: 0;			
}

#footerText
{
	position: relative;
	height: 40px;
	width: 1040px;
	
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	
	padding: 0;		
}

h1
{
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	
	font-size: 100px;
	font-weight: 400;
	text-align: center;
	color: white;
}

h2
{
	margin: 0;
	padding: 0;
	
	font-size: 60px;
	font-weight: 200;
	text-align: center;
	color: white;
}

h3
{
	margin: 0;
	padding: 0;
	text-align: center;
	
	font-size: 30px;
	font-weight: 200;
	text-align: center;
	color: white;
}

.splitSection
{
	position: relative;
	display: inline-block;
	float: left;
	width: 50%;
	height: calc(100% - 334px);
	
	margin: 0;
	padding: 0;
}

.textSplitSection
{
	position: relative;
	display: inline-block;
	float: left;
	width: calc(50% - 60px);
	height: 100%;
	
	padding: 0;
	padding-left: 60px;
	margin: 0;	
}

.marginTopOfPage
{
	visibility: hidden;
	
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 200px;
	height: 20px;
}

.marginTopOfBox
{
	visibility: hidden;
	
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 200px;
	height: 30px;	
}

.bigText
{
	text-align: center;
	margin: 0;
	padding: 0;
	
	color: white;
	font-size: 50px;
	font-weight: 200;
}

.mediumText
{
	text-align: center;
	margin: 0;
	padding: 0;
	
	color: white;
	font-size: 30px;
	font-weight: 200;	
}

.blueButton
{
	display: block;
	
	margin: 0;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	
	border-radius: 5px;
	border-style: none;
	
	padding: 12px;
	
	width: 170px;
	
	font-size: 16px;
	color: white;
	
	background-color: #33557C;
}

.blueButton:hover
{
	background-color: #84AEDD;
	cursor: pointer;
}

.greenButton
{
	display: block;
	
	margin: 0;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	
	border-radius: 5px;
	border-style: none;
	
	padding: 12px;
	
	width: 170px;
	
	font-size: 16px;
	color: white;
	
	background-color: #3AA3A3;
}

.greenButton:hover
{
	background-color: #7FCECE;
	cursor: pointer;
}

span
{
	font-weight: 600;
}

.subTextHeadline
{
	font-size: 40px;
	font-weight: 400;
	
	color: black;
	
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	
	text-align: left;
}

.subTextText
{
	font-size: 22px;
	font-weight: 300;
	
	color: #666;
	
	padding: 0;
	margin: 0;
	
	text-align: left;
}

.orangeBulletList
{
	list-style-type: none;
	
	margin: 0;
	padding: 0;
}

.orangeBulletList li
{
	margin: 0;
	padding: 0;
	padding-left: 25px;
	
	text-align: left;
	
	font-size: 22px;
	font-weight: 300;
	
	color: #666;
	
	background-image: url("images/punkt_15x15.png");
	background-repeat: no-repeat;
	background-position: 0px center;
}

.logoPicture
{
	display: block;
	padding: 0;
	padding-top: 10px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	
	cursor: pointer;
}

.logA
{
	outline: none;
}

.logB
{
	color: #3d6796; text-decoration: underline;
}

.footerText
{
	display: block;
	padding: 0;
	padding-top: 8px;
	margin: 0;

	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
	font-size: 16px;
	color: white;
}

.socialList
{
	list-style-type: none;
	
	height: 50px;
	width: 270px;
	
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	
	padding: 0;
	padding-top: 14px;
}

.socialList li
{
	display: inline-block;
	
	height: 50px;
	width: 50px;
	
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

.socialList li a
{
	cursor: pointer;
}
