body {
    background: #502c6c;
    color: white;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    color: white;
    text-decoration: none;
}
h4 {
    font-size: 20px;
}
hr{
    border-bottom: 1px solid #fff;
}
nav {
    height: 100px;
}

.container-fluid{
    margin-top: 20px;
}

.container-fluid .navbar-brand {
    color: white !important;
    float: left;
    width: 30%;
    font-size: 24px;
}

#navbarColor02 {
    width: 60%;
    float: left;
    margin-top: 5px;
}

#navbarColor02 ul li {
    float: left;
    margin-left: 20px;
}

.jumbotron {
    clear: both;
    text-align: center;
}
section {
    margin-top: 30px;
    padding: 20px;
}

.whitebg {
    width: 100%;
    height: 60px;
    background: white;
    color: black;
    border-radius: 10px;
    font-weight: bold;
    line-height: 60px;
    padding-left: 10px;
}
.whitebg a,.whitephoto ul li a{
    text-decoration: underline;
    color: black;
}
.whitephoto {
    width: 100%;
    height: 220px;
    background: white;
    color: black;
    border-radius: 10px;
    font-weight: bold;
    line-height: 60px;
    padding-left: 10px;
}
.whitephoto img{
    float: right;
    width: 200px; 
    height: 130px;
}
.whitephoto h1{
    float: left;
}
.whitephoto ul{
    clear: both;
}
.whitephoto ul li{
    height: 25px;
}
.underline{
    text-decoration: underline;
}
.m-2{
    margin-bottom: 20px;
}
footer{
    height: 100px;
    background: cadetblue;
}