body {
    margin-top: 100px;
    background-color: #222222;
}

footer {
    background-color: #222222;
    text-align: center;
    color: white;
    padding: 20px;
}

.pageSpace {
    margin-top: 80px;
}

.page1Size {
    height: 800px;
    background-image: url("img/RiverBG.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
}

.pageBG {
    background-color: hsl(0, 0%, 88%);
}

.centerIMG {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.margin1 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.appHeading {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 60px;
}

.padding {
    padding: 30px 0px;
}

.leftText {
    text-align: left;
    /*    margin-left: 120px;*/
}

.center-text {
    text-align: center;
}

.button {
    background-color: black;
    border: none;
    color: white;
    padding: 10px;
    width: 150px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.button:visited {
    color: white;
    text-decoration: none;
}

.button:hover {
    color: white;
    text-decoration: none;
}

.fade-header {
  border-width: 0px;
  padding-top: 10px;
}
/*
.button.nav-link:hover {
    color: #fb3f00;
    text-decoration: none;
}*/
