#services,#searchbox{
margin-top: -48px;
}
#attraction-btn{
margin-top: 5px;
}
.mpadding{
padding-bottom: 30px;
}
.mHeight{
height: 200px;
}
.VActivity{
text-align: justify;
padding: 15px;
}
.mSelect{
width: 300px;
}
#txtMessage{
width: 100%;
min-height: 80px;
margin-bottom: 10px;
padding: 5px 15px;
-webkit-appearance: none;
-moz-appearance: none;
}
.Mbtton{
width: 100%
}
#cmmnt{
background-color: rgba(255,250,200,0.5);
padding: 20px;
}
.grad {
/* background: rgba(255,250,250,0.1); For browsers that do not support gradients
background: -webkit-linear-gradient(#000, #fff0); For Safari 5.1 to 6.0
background: -o-linear-gradient(#000,#fff0); For Opera 11.1 to 12.0
background: -moz-linear-gradient(#000, #fff0); For Firefox 3.6 to 15
background: linear-gradient(#000, #fff0); Standard syntax */
/* background: -webkit-gradient(linear,center bottom ,center top , from(rgba(255,255,255,-0.5)), to(#000));*/
}
.topic p {
font-size: 16px;
color: #000;
padding-right: 100px;
font-style:italic;
}
.topic {
font-size: 16px;
font-style: italic;
color: #000;
line-height: 27px;
text-align: justify;
}
|