h1{
    font-family: 'Oswald', sans-serif;
}

body{
    padding-bottom: 70px;
}

.navbar-text > a,
.navbar-text > a:hover,
.navbar-text > a:visited{
    color:inherit;
    text-decoration: none;
}
.navbar-fixed-bottom {
    height: 50px;
}

p{
    font-family: 'Droid Sans', sans-serif;
}

.thumbnail img:hover{
    transform: scale(1.075);
}
.thumbnail img{
    transition:all 0.3s ease 0s;
    width: 100%;
}

.thumbnail{
    overflow: hidden;
}

h1{
    font-family: 'Libre Baskerville', serif;
}
.jumbotron{

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4fc5ff), to(#396fc3));
}

/*tip van daan*/
.jumbotron > h1,
.jumbotron > p{
    color: white;
}

.about > img,
.millionaire > img{
    float: left;
}