body, html{
    height:100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

a:link{
    text-decoration: none;
    color: black
}

a:visited{
    color: #d8d8d8;
}

a:hover{
    color: #d8d8d8;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

hr{
    color: #d8d8d8;
    width: 40%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }

.logoStacked{
    max-width: 200px;
    height: auto;
}

.navBar{
    position: relative;
    display: block;
    padding-bottom: 24px;
    width: 100%;
    text-transform: uppercase;
    text-align: center
}

.navBar a{
    display: inline;
    color: black;
    text-align: center;
    margin: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    padding: auto;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.navBar a:hover{
    font-weight: 600;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.appFeature{
    -webkit-flex: 1;
    flex: 1;
    max-width: 1000px;
    text-align: center;
  }
