/*
Theme Name: Eventregistrering
Theme URI: https://eventregistrering.se
Author: Imponera
Description: WordPress-tema som speglar eventregistrering.se
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: eventregistrering
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800');

* {
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	background-image: url(images/default_bg.jpg);
	background-size: cover;
	background-color: #223f64;
	background-repeat: repeat-x;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #fff;
}

a {
	color: #005696;
	font-weight: bold;
}

h1 {
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	font-size: 40px;
	margin: 0;
	color: #fff;
}

#container {
	width: 100%;
}

#mid {
	margin-top: 30px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

#mid .logo-container {
	margin: auto;
	width: 526px;
}

#mid .logo-container img {
	width: 50%;
}

#textbox {
	width: 530px;
	padding-top: 50px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #fff;
	margin: auto;
}

#textbox a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#textbox p {
	margin-top: 0;
	margin-bottom: 1em;
}
