body {
    background-color: #f2f2f2;
}

#welcomePage{
    background-image: url(../img/BG.jpg);
}

#welcomePage .container h3{
    margin-bottom: 15px;
}

#welcomeCard{
    margin-top:10px;
}

#splash-logo{
    width:350px;
    padding-top:15px;
}

#poeProfile{
    background-image: url(../img/BG2.jpg);
}

#altProfile{
    background-image: url(../img/BG3.jpg);
}

.card-img-top{
    border-radius: 50%;
    border-style: solid;
    border-color: white;
    box-shadow: #c6c6c6 1px 1px 1px 1px;
    width: 130px;
    height : 130px;
    display: block;
    margin: auto;
    margin-top: 10px;
    background-color: #e7e7e7;
}

.card-body{
    text-align: center;
}

.card{
    border-radius: 7px;
}

.jumbotron{
    background-image: url(../img/BG.jpg);
    background-size: cover;
    background-position: center;
}

#headALT{
    background-image: url(../img/BG3.jpg);
}

footer .nav-pills{
    margin: auto;
    width: 190px;
    margin-top: 15px;
    margin-bottom: 15px;
}

a {
    padding-bottom: 0px;
}
