html {
	height: 100%;
}

body{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
}

a {
	text-decoration: none;
	color: #757575;
	font-family: arial,sans-serif;
}

header nav{
	display: inline-block;
	margin: 20px;
	word-spacing: 15px;
	font-size: small;
	align-items: baseline;
	float: right;
}

.menu {

	vertical-align: middle;
}

.linktop:hover{
	text-decoration: underline;
}

.btn:hover{
	border: 1px solid #c6c6c6;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    color: #222;
}

.btn {
  	background-color: #f2f2f2;
  	border: none;
  	margin: 35px 4px 15px 4px;
  	text-align: center;
  	text-decoration: none;
  	color: #757575;
  	display: inline-block;
  	font-size: 13px;
  	font-weight: bold;
  	font-family: arial,sans-serif;
  	border-radius: 2px;
  	padding: 7px;
  	border: 1px solid #f2f2f2;
  	margin-top: 

}

.connectbutton {
	background-color: #4285f4;
  	border: none;
  	margin: 15px 4px 15px 4px;
  	text-align: center;
  	text-decoration: none;
  	color: white;
  	display: inline-block;
  	font-size: 13px;
  	font-weight: bold;
  	font-family: arial,sans-serif;
  	border-radius: 2px;
  	padding: 7px;
  	word-spacing: normal;
 }

.maincontainer{
	text-align: center;
}

section form input {
	width: 520px;
	height: 34px;
	background: url("http://www.gstatic.com/images/branding/googlemic/2x/googlemic_color_24dp.png") no-repeat right;
	background-size: 30px;
	border : 1px solid #f1f1f1 ;
    height : 40px ;
    border-radius : 3px ;
    box-shadow : 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

section form input:hover {
    box-shadow : 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
}
section img {
	margin-top: -200px;
	margin-bottom: 20px;
}

.firstfooter {
	background-color: #f2f2f2;
	line-height: 40px;
	padding-left: 27px;
	font-family: arial,sans-serif;
	font-size: small;
	border-top: 1px solid #e4e4e4;
}

.secondfooter {
	background-color: #f2f2f2;
	display: flex;
	justify-content: space-between;
	padding-left: 27px;
	padding-right: 27px;
	word-spacing: 15px;
	font-size: small;
	line-height: 40px;
	border-top: 1px solid #e4e4e4;
} 
.secondfooter a:hover{
	text-decoration: underline;
}