/* Home */
body{
    background-color: #ad96c7;
}
.navbar navbar-light bg-light{
    display:inline;
    font-family:;
}
.btn btn-outline-success my-2 my-sm-0{
    color:#462e8d;
}
.logo{
    height:100px;
    width:300px;
}
h1, h2, h3, h4, h5{
    font-family: Gabriola, serif;
     color:#462e8d;
}
li, p, caption{
    font-family: sans-serif;
    margin: auto;
    color:#462e8d;
}
.homeImage{
    max-width: 100%;
}
.linkButton{
    color:black;
    padding: 5px;
}
/* Biography */
.img-thumbnail{
    height:200px;
    width:200px;
}
/* Portfolio */
.portfolio{
    height:250px;
    width:300px;
}
footer{
    background-color: white;
}
