﻿@import url('bootstrap.min.css');

body {
	background-color: #004001;
	font-size: 12pt;
  font-family: Lucida Sans Unicode;
	color: silver;
	background-image: url(../img/betonmatten.gif);
	padding-top: 70px;
	padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
	position: static;
	display: block;
	margin-bottom: 20px;
}

.theme-showcase > p > .btn {
	margin: 5px 0;
}

.theme-showcase .navbar .container {
	width: auto;
}

.kop {
	font-family: Lucida Sans Unicode;
	color: silver;
	font-size: 24pt;
}


.bar {
	height: 1px;
	border: 0;
	border-top: 1px solid silver;
	width: 90%;
	margin-left: 5%;
}

.carousel-inner img {
  margin : auto;
}

section {
	min-height: 200px;
}

.adjust {
	position: relative;
	top: 4px !important;
}

.fiborow {
	font-size: 0;
}

.fiborow > * {
    float: none;
    display: inline-block;
    font-size: 24px; /* if using LESS it's quicker to just use @font-size-base */
		color: silver;
}

.fiborow > *:last-child {
    vertical-align: bottom;
}

a {
	color: silver;
}

a:visited {
	color: silver;
}
