body{
   margin: 40px;
   background: linear-gradient(#2980b9,#2c3e50) no-repeat fixed; /*NIGHTHAWK GRADIENT - UIGRADIENTS*/
   /*background: linear-gradient(#4B79A1,#283E51) no-repeat fixed; /*DARK SKIES GRADIENT*/
   /*background: linear-gradient(#BBD2C5,#536976,#292E49) no-repeat;*/

   /*
   background: url("wallpaper5.jpg") no-repeat center center fixed;
   background-size: cover;
      -webkit-background-size: cover; 
      -moz-background-size: cover; 
      -ms-background-size: cover; 
      -o-background-size: cover; 
      /*
      -webkit-filter: blur(10px);
   -moz-filter: blur(10px);
   -o-filter: blur(10px);
   -ms-filter: blur(10px);
   
   filter: blur(10px); 
   *
   background-color: #fff5ee;
   */
   
}
.container{
   max-width: 800px;
   padding: 15px;
   border-radius: 7px;
   background-color: #fff;
   /*color: #3a4547;*/
   color: #000;
   opacity: 0.9;
}

h5{
   color: #fff;
   background-color: #2980b9 !important;
   font-size: 16pt;
   padding: 3px;
   border-radius: 5px;
}