body {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	height: 100vh;
}
.hero {
	width: 100%;
	height: 90vh;
	display: table;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.vertical-align {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 18px;
    margin: 15px 5px 5px 5px;
    background: #FFF;
    border: none;
    cursor: pointer;
}
#twitter {
    color: #55acee;
    background: white;
    border: white 2px solid;
}
#linkedin {
    color: #007cb7;
    background: white;
    border: white 2px solid;
}
#twitter:hover {
    background: #55acee;
    color: white;
    border: white 2px solid;
}
#linkedin:hover {
    background: #007cb7;
    color: white;
    border: white 2px solid;
}
/*
#google {
    color: #dd4b39;
    background: white;
    border: white 2px solid;
}
#github {
    color: #333333;
    background: white;
    border: white 2px solid;
}
#google:hover {
    background: #dd4b39;
    color: white;
    border: white 2px solid;
}
#github:hover {
    background: #333333;
    color: white;
    border: white 2px solid;
}
*/