.navbar {
    margin-bottom: 0;
}

body {
    background: #FFC0CB;
    color: #ffffff;
    font-family: 'Merriweather', sans-serif;
}

h1 {
    margin-top: 20px;
	font-weight: bold;
    text-align: center;
    color: #ff1a1a;
    }

h2 {
    font-weight: bold;
    text-align: center;
    color: #fff71a;
    }
h3 {
    font-weight: bold;
    color: #FFFF00;
    }
p {
    font-size: 16px;
    color: white;
}

.jumbotron {
    background: #00aecd;
    color:orange;
    text-align: center;
}

.jumbotron p {
    color: yellow;
    font-size: 15px;
}

.btn-primary {
    color: #ffff00;
    text-color: #000000;
    border-color: white;
    margin-bottom: 5px;
}

img,
video,
audio {
    margin-top: 20px;
	border: dashed blue 1px;
    max-width: 100%;
	
}

div.caption: {
    float: left;
    clear: both;
}
