body {
	background-color: #0082C8; /*  #55B7C0, #0082C8 blue #547B30 green */
}

#hero{
	color: white;
    font-family: sans-serif;
    text-align: center;
}

#header a {
	color: white;
	font-size: 20px;
    opacity: 0.5;
}

h1 {
	font-size: 20px;
}

.subline {
	font-size: 15px;
}

.text {
	font-size: 18px;
    margin: 20px 20px 0;
    opacity: 0.5;
}

.wrapper{
	line-height: 1;
	padding: 20px 0;
	color: white;
	margin: 0 auto;
	width: auto;
}
.table{
	display: table;
}
.table-cell{
	display: table-cell;
}
.icon-wrapper{
	width: 110px;
	text-align: center;
}
i.placeholder-icon{
	opacity:0.5;
	cursor: pointer;
}
i.placeholder-icon, a.location i.fa{
	font-size: 6em;
}
i.delete-location{
	cursor: pointer;
	font-size: 2em;
	position: absolute;
	top:0;
	padding: 20px;
	margin-left: -30px;	
}
a.location{
	color: white;
}
.nanobar .bar {
    background: #fff;
}
.cookie-confirm{
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    display: flex;
    align-items: flex-end;
}
.cookie-confirm p {
	margin-bottom: 100px;
}