
body {
    background-color: #f8f9fa;
    background-image: url("images/goose.png");
    background-attachment: fixed;
}

.bg-dark {
    background-color: #0c4f7f!important;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
    
}

.phone {
    color: #FFF;
}

.content {
    padding: 5%;
}

.main {
    
    
    
}

.banner {
    height: 300px;
    
    /*background-size: cover;*/
}

.banner-image {
    background-image: url("images/back.jpg");
    margin-left: 0;
    margin-right: 0;
    background-repeat: no-repeat;
    height: 100%;

  /* Center and scale the image nicely */
    background-position: center;
    background-size: cover;
}

.stuff {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    background-color: #f8f9fa;
    
}

.stuff, .top {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


h2 {
    background-color: #0c4f7f;
    padding: 5px;
    color: #FFF;
}

h3 {
    border-bottom: 1px solid #000;
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 5px;
}

.blockquote {
    background-color: #ffcccc;
    font-size: 1.5em;
    padding: 5px;
    border-top: 5px solid #af4448;
    
}

.blockquote-footer {
    color: #212529;
}

.footer {
    color: #FFF;
    background-color: #0c4f7f!important;
    padding: 10px;
}

@media all and (max-width: 800px) {
  .banner {
      height: 220px;
   }

@media all and (max-width: 660px) {
  .banner {
      height: 150px;
   }
   .blockquote {
       font-size: 1em;
   }
   
}