*{
    font-family: 'Open Sans', sans-serif;
}

nav{
    background-color: #fff;
}
    #nav-bar-brand {
        width:20%;
    }
    .nav-link {
        font-size: 1.3em;
    }
    .nav-link:hover {
        border-bottom: #000;
    }

.heading{ 
    font-family: 'Paytone One', sans-serif;
    text-align: center;
    font-size: 3em;
    padding: 2.5% 0 2.5% 0;
    color:#000;
}
    .subheading{
        text-align: center;
    }
    h2, h3 {
        font-family: 'Paytone One', sans-serif;
    }

#content{
    width: 100%;
    padding: 5% 0% 0% 0%;
}
    .row {
        padding: 0% 5% 5% 5%;
    }
    .profilePic{
        width: 100%;
        text-align: center;
    }
    .contentRow{
        padding: 2.5% 5% 5% 5%;
    }
    .contentRowB{
        background-color: #000;
        color:#fff;
    }

a:hover{
    text-decoration: none !important;
}