body{
  margin: 0px;
}
a {
	color: #939393;
	-webkit-transition: all 700ms;
	transition: all 700ms;
	text-decoration: none;
	background: 0 0;
}

a:visited {
	color: #939393;
}
a, a:hover {
	text-decoration: none;
}

.canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  background-image: url("../img/bg.jpg");
  background-size: cover;	
}

.canvas:before {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0 0 32px 32px;
  border-style: solid;
  border-color: #307037 #fff;
  background: #307037;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}

.overlay {
	position: fixed;
	overflow: hidden;
	left: 50%;
	top: 50%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	padding: 10px;
	border-color: lightgrey;
	border-style: solid;
	border-radius: 10px;
	background-color: rgba(204, 204, 204, .1);
	border-width: 1px;
}



.img {
	overflow: hidden;
	background-image: url("../img/logo-g.png");
	background-size: cover;
	width: 750px;
	height: 275px;
	max-width: 100vh
	
}

#footer {
	background: #272727;
	line-height: 20px;
	display: block;
	text-align: center;
	color: #404040;
	position: fixed;
	bottom: 0px;
	width: 100%;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.footer-details {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #939393;
	width: 25%;
	float: left;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
