#banner-image{
    background-color: #3399ff;
    background-size: cover;
    margin-top: 40px;
    height:350px;
    
}

 #banner-image p{
              font-size: 40px; 
              font-family:sans-serif;
              color: white;
              margin-top: 50px;
              padding-top: 10px;
              text-transform: capitalize;
              
           }
           
       #banner-image h1{
                 font-size: 70px;
                  color: white;
                  margin-top: 150px;
                  padding-top: 20px;
                  text-transform: capitalize;
           }       
           


 .thumbnail{
    display:block;
    padding:4px;
    margin-bottom:20px;
    line-height: 1.42857143;
    background-color: #fff;
    border:1px solid #ddd;
    border-radius:4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
}    