/*colors
brown: #74431d
sienna: #a17544
dark olive green: #1c2c14
light grey: #d1d1cc
green grey: #7f8c83

dark green : #4e5e49
med green: #9bad90
off white: #e8e2d8
tan: #bfb3a1



*/


body {
    background:#e8e2d8;
    color: #181a18;
    padding: 60px; 
    font-size: 18px;

}
.jumbotron {
    box-shadow:5px 5px #4e5e49;
    background:hsl(97, 15%, 62%);
    color: #181a18;

}
img {
    width: 30%;
    border:2px inset #1c2c14;
    box-shadow:2px 2px;
    border-radius: 10px;
}
#jasper{
    width:40%;
}
#castiel{
    width: 38%;
}
#navbar{
    background:#4e5e49;
    color: #e8e2d8;
}
#changefont{
    font-size: 25px;
    font-family:Verdana, Geneva, Tahoma, sans-serif ;
}