a:link, a:visited {
	color: #ffffff;
}
a:hover, a:active {
	color: #cccccc;
}


.bold {
	font-weight: bold;
}

.oswald {
	font-family: 'Oswald', sans-serif;
}

.italic {
	font-style: italic;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 17px !important;
}

.thanks {
	font-size: 20px;
	margin-bottom: 20px;
	background-color: aliceblue;
	padding: 5px;
}

.when-title {
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}

.when-text {
	font-family: 'Merriweather', serif;
	font-size: 26px;
	margin-bottom: 20px;
}
	

.signup-box {
	background-image: url('kassa.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
}

.signup-form {
	background-color: #243d20;
	padding: 20px;
	margin: 15px;
	border-radius: 5px;
	color: #ffffff;
	font-family: 'Merriweather', serif;
}

.signup-form button {
	font-family: 'Merriweather', serif;
}

.signup-form h1 {
	font-size: 16px;
	font-weight: bold;
	display: inline;
}

.signup-form button {
	background-color: #cbd98c;
	border-radius: 30px;
	border: 1px solid #cbd98c;
	color: #243d20;
}

.signup-form button:hover {
	background-color: #cbd98c;
	border-radius: 30px;
	border: 1px solid #cbd98c;
	color: #243d20;
}

.signup-form-text {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}

.utstallare img {
	width: 100%;
	padding: 10px;
	border-radius: 15px;
}

.utstallare a {
	color: #000000;
	font-size: 12px;
}

.utstallare-section {
	background-color: #ffffff;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 20px;
}

.utstallare-text {
	padding-left: 20px;
}

.utstallare-company {
	font-weight: bold;
}

.utstallare-person {
	font-style: italic;
	font-size: 11px;
}

.utstallare-body {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
}
