/*!
 * Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
 */

* {
	box-sizing: border-box;
}

body {
	background: url('/medium.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

body {
	background-color: #000;
}

p,
h2,
li,
h4,
b,
i,
u {
	color: white;
	text-align: center;
}

@media (min-width: 768px) .col-sm-6 {
	width: 100% !important;
}

.ferie {
	color: #F4911D;
	text-align: center;
}

img.mid {
	width: 100%;
	height: auto;
	min-height: 100px;
	padding: 0;
}

img.logo {
	height: 5em;
	width: auto;
}

span.glyphicon-earphone {
	color: white;
	font-size: 30px;
	transform: rotate(45deg)
}

.col-12 {
	padding: 0;
}

.img-fluid {
	height: 100px;
}

.space {
	height: 50px;
}

.top {
	margin-top: 10px;
}

.bottom {
	margin-top: 40px;
	margin-bottom: 30px;
}

ul {
	list-style-image: url('white.png');
}

ul li {
	display: inline;
}

ul.list-inline {
	text-align: center;
	padding-right: 15px;
}

.middle {
	margin-bottom: 60px;
	padding-right: 15px;
}

.col-sm-6 {
	padding-right: 0;
}

.row {
	margin: 0;
}

img {
	padding: 5px;
}

a {
	color: white;
	text-decoration: underline;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	background-color: black;
}

a img:hover {
	background-color: #F4911C;
}