
/*--------------------------------------------------------------
	Css for adventure.html page By Krupa
--------------------------------------------------------------*/

.justification{
       text-align:justify
      
      };
      
      .image-outline { 
   		position: relative; 
  	 	width: 100%;
  	 	background-color: rgba(255,255,255,0.6);
		}
		
      .image-text{
    position: absolute; /* Position the background text */
    top: 0; /* At the bottom. Use top:0 to append it to the top */
    background: #BAE2EE; /* Black background with 0.5 opacity */
    color: #000000; /* White text */
    width: 100%; /* Full width */
    height: 100%; /* Full width */
    padding-right: 0px; /* Some padding */
    padding-left: 10px;
     padding-right: 10px;
    /*margin: 5%;*/
      };
      
      .div-width{
      
      min-width:250px;
      float:left;
      
      };
      
      .list-style {
      
      font-size: 13px;
      text-align: left;
      
      }
      
      #li-font{
      font-size: 15px;
      }
      
      
      .img-opacity{
      
      opacity: 1;
    filter: alpha(opacity=50);
      
      }
      
      #hr-style{
      
      padding-left: 10px;
     padding-right: 10px;
      }