

.rounded {
background-image: url(../images/gradientbg.png);
background-repeat: repeat-x; 
background-color: #fff;
padding: 20px;
border: 1px solid black;
box-shadow: 10px 10px 7px -4px rgba(0,0,0,0.79);
margin-top: 10px;
margin-right: 20px;
text-align: center;
border-radius: 15px;
-moz-border-radius: 15px;
}

.roundedjustify {
background-image: url(../images/gradientbg.png);
background-repeat: repeat-x; 
background-color: #fff;
border: 1px solid black;
box-shadow: 10px 10px 7px -4px rgba(0,0,0,0.79);
padding: 10px;  
margin-top: 10px;
margin-right: 20px;
text-align: justify;
border-radius: 15px;
-moz-border-radius: 15px;
}

.roundedsidebar {
background-image: url(../images/gradientbg.png);
background-repeat: repeat-x; 
background-color: #fff;
border: 1px solid black;
box-shadow: 10px 10px 7px -4px rgba(0,0,0,0.79);
padding: 20px;    
margin-top: 10px;
margin-right: 20px;
text-align: center;
border-radius: 15px;
-moz-border-radius: 15px;
}






@media only screen and (min-width: 768px) {
 #logo {
   background-image: url('../images/widelogo.png');
   background-repeat:no-repeat;
   background-size:cover;
   width:790px;/*your image width*/
   height:100px;/*your image height*/
}
}

@media only screen and (max-width: 992px) {
 #logo {
   background-image: url('../images/logo.png');
   background-repeat:no-repeat;
   background-size:cover;
   width:530px;/*your image width*/
   height:100px;/*your image height*/
}		
}

@media only screen and (max-width: 991px) {
 #logo {
   background-image: url('../images/thinlogo.png');
   background-repeat:no-repeat;
   background-size:cover;
   width:140px;/*your image width*/
   height:130px;/*your image height*/
}
}

