*{
/*color: black;
border: solid 1px;*/
}

.jumbotron{
height: 550px;
background-image: url('http://i.imgur.com/RfDRG3p.png');
background-color: white;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
margin-bottom: 0px;
}

.jumbotron h1{

}

.jumbotron img{
max-height: 300px;
border-radius: 10%;
}

nav .container-fluid{
background-color: rgb(245, 243, 241);
}

nav .row{
margin: 0px 50px;
display: flex;
}

nav .row h1{
margin-bottom: 0px;
}

nav .row h3{
display: flex;
justify-content: flex-end;
}

.container-fluid{
background-color: rgb(245, 243, 241);
}

h1{
font-family: 'Exo 2', sans-serif;
color: #303030;
}

h3 {
 
}

h2 {
 margin-top: 10px;
 font-family: 'Exo 2', sans-serif;
 color: #303030;
}

h4 {
color: red;
}

p {
color: white;
font-size: 20px;
font-family: 'Roboto', sans-serif;
}

hr.heading{
border-width: 10px;
margin-top: 0px;
margin-bottom: 40px;
margin-left: 100px;
margin-right: 100px;
border-color: #303030;
}

hr {
border-width: 3px;
margin-top: 40px;
margin-bottom: 40px;
}

.row {
margin: 0px 50px 0px 50px;
}

.col-sm-6 {
text-align: center;
padding: 0 125px;
overflow:auto;
}

.col-sm-6 img{
margin: 2px 0 2px 0;
border-radius: 100%;
max-width: 100%;
}

.col-sm-5 {
text-align: center;
padding: 0 75px;
}

.col-sm-5 img{
margin: 2px 0 2px 0;
border-radius: 100%;
max-width: 100%;
}

.col-sm-4 {
text-align: center;
padding: 0 75px;
}

.col-sm-4 img{
margin: 2px 0 2px 0;
border-radius: 100%;
max-width: 100%;
}

.footer-bar{
background-color: black;
overflow:auto;
padding-bottom: 30px;
}



