html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body, html {
  height: 100%;
}
.bg {
  background-image: url("/img/scape.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}
.container img {
  height: 42px;
  margin: 19px;
}
#dock {
  background-color: #c4f3fb;
  position: fixed;
  opacity: .5;
  height: 100%;
  width: 80px;  
  top: 0;
  left: 0;
}
#dock-list {
  list-style-type: none;
}
.dock-items:first-child {
  float: left;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
}
.dock-items {
  float: left;
  height: 42px;
  width: 80px;
  line-height: 42px;
  text-align: center;
}
.dock-items:hover,  
.dock-btn:hover {
  cursor: pointer;
  background-color:#36e3f5;
}
.dock-btn {
  height: 80px;
  width: 80px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.msg {
  margin-top: 160px;
}