.message {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 40px;
    line-height: 1.4em;
    font-size: 25px;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;outline:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block;
}
body{
    line-height:1;
}
ol,ul {
    list-style:none;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
    content:'';
    content:none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
img {
    max-width: 100%;
    height: auto;
}
.grayscale{
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter:grayscale(100%);
    -webkit-transition:.2s ease-in-out;
    -moz-transition:.2s ease-in-out;
    -o-transition:.2s ease-in-out;
}
.grayscale-none {
    -webkit-filter:grayscale(0%);
    -moz-filter:grayscale(0%);-ms-filter:grayscale(0%);
    -o-filter:grayscale(0%);filter:grayscale(0%);
    -webkit-transition:.2s ease-in-out;
    -moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;
}
@media only screen and (max-width: 1024px){
    .desktop-only{
        display:none !important;
    }
}
.clearfix:after{
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix{
    height:1%
}
.clearfix{
    display:block;
}
body {
    font-family:'Arial, sans-serif';
    font-weight: 200;
    font-style:normal;
    color: #fff;
}
body {
    background-color: #F7F7F7;
    min-width:320px;
}
.content-container {
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
}
.content-table{
    display: table;
    height: 100%;
    width: 100%;
}
.content-row {
    display:table-row;
}
.content-cell {
    display:table-cell;
    padding:40px;
    text-align:center;
    vertical-align:middle;
}
.content-cell h2 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.content-cell a {
    display: block;
}
.content-cell a.delhi {
    margin-bottom: 40px;
}
.logo img{
    max-width:100%;
    height:auto;
    width:200px;
}
