@import url("https://fonts.googleapis.com/css?family=Open+Sans");
body {
  line-height: 1.7;
  font-family: Open sans !important;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
}

.masthead{
    height: 100vh;
}

.intro-lead-in{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo{
  display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.footer{
       display: flex;
    justify-content: center;
    align-items: center;
    /* background: red; */
    flex-direction: column;
    position: absolute;
    bottom: ;
    left: 42%;
}

.homeButton a{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
    text-transform: uppercase;
    color: white;
    }
.homeButton img{
        background: #ffffff61;
    border: 1px solid #3baeff;
    padding: 50px;
    height: 140px;
    width: 140px;
    border-radius: 10px;
	margin-bottom: 14px;
}
.face{
	text-align: center;
}
.face img{
	width: 35px;
}