/* CSS Document */

body, html {
  height: 100%;
  margin: auto;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.logo {
	max-width: 80px;
	max-height: 80px;
}

.bgimg {
  	height: 100%;
	width: 100%;
 	margin: auto;
  	position: absolute;
	align-content: center;
	text-align: center;
  	font-size: 25px;
	overflow-x: hidden;
}

.middle {
	margin: auto;
	width:70%;
	height: auto;
    position: relative;
	padding: 30px;
	box-shadow: 2px 2px 10px 5px #eeee;
}
@media only screen and (max-width:1200px){
	.icons {
		width: 100%;
	}
	input[type=email] {
	font-size: 20px;
	padding: 20px;
		width: 50%;
	}
}
.icons {
	width: 50%;
	position: relative;
	margin: auto;
	align-content: center;
	text-align: center;
	padding: 20px;
}

hr {
  margin: auto;
  width: 40%;
}
  
h2 { 
    color: #36b75a; 
    margin-bottom: 10px; 
} 
.subscribe {
	padding: 20px;
}
input[type=email] {
	font-size: 20px;
	padding: 20px;
}
input[type=submit], input[type=button]{
	padding: 20px;
	font-size: 20px;
	background:#000000;
	color: white;
	cursor: pointer;
}
.button {
  background-color: #000000; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}