body {
    /*background: lightBlue;*/
    background: #0b87e5;
    text-align:center;
}


.jumbotron {
    margin-top:0;
    background: #0b87e5; /*#b4c9ed;*/
    border-bottom:10px groove #b4c0ed;
}

.bimg {
    width:75%;
    border:2px solid darkBlue;
} 

.col-md-4, .col-md-3, .col-md-2 {
    text-align:center;
    margin:auto;
}

.bl {
    color:blue;
    margin-top:10px;
    margin-bottom:10px;
}
/*.row {
    padding:0;
    margin-bottom:50px;
}*/
.row {
    border-bottom: 2px solid blue;
    padding-bottom: 15px;
    padding-top:15px;
    
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b87e5+0,b4c9ed+99 */
background: #0b87e5; /* Old browsers */
background: -moz-linear-gradient(top,  #0b87e5 0%, #b4c9ed 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0b87e5 0%,#b4c9ed 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0b87e5 0%,#b4c9ed 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b87e5', endColorstr='#b4c9ed',GradientType=0 ); /* IE6-9 */


}
/*
img:hover {
    transform: scale(2);
}*/
.btn{
    border:2px solid blue;
    border-radius:5px;
    box-shadow: 5px 5px;
    padding:5px;
    font-size:32px;
        background: #b4c9ed;
}
h1 {
    font-family: 'Mouse Memoirs', sans-serif;
    font-size:62px;
    color:white;
}
h3 {
    font-weight:bold;
}
