@charset "utf-8";
* {
	margin: 0px;
	padding: 0xp;
	box-sizing: border-box;
}

html {
	height: 100%;
	margin:0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-family: sans-serif;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(256,264,264, 0.7);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 60px;
}
.copyrights {
	position: fixed;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	bottom: 10px;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	font-weight: 300;
}
.header {

}
.nav {

}
.brand {
	display: block;
	width: 250px;
	margin: 25px auto 5px auto;
}

.brand a img {
	display: block;
	margin: 0px auto;
}
.brand:hover + .speech-bubble {
	display: initial;
}
.speech-bubble {
	position: absolute;
	background: #FFF;
	border-radius: .4em;
	padding: 4px;
	font-size: 10px;
	display: inline-block;
	left: 53%;
	top: 30px;
	display: none;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-right-color: #FFF;
	border-left: 0;
	border-bottom: 0;
	margin-top: -4px;
	margin-left: -8px;
}
.ship {
	margin: 0px;
	padding: 0px;
	display: block;
}
.title {
	margin: 0px auto;
}
.title h1 {
	padding: 0px;
	margin: 0px;
	font-size: 1.3rem;
	text-align: center;
	font-weight: 600;
	color: #fff;
}