@charset "utf-8";
/* CSS Document */
body { color:#df2d27; font-family: 'Rajdhani', sans-serif;  font-size:15px; margin:0; padding:0;}

img { border:none; height:auto; max-width:100%;}

h1 { font-size:2.8em; font-weight:300; line-height:1.5em; margin:30px 0 0 0; padding:0; text-transform:uppercase;}
h2 {font-size:2.1em; font-weight:300; line-height:1.2em; margin:0 0 12px 0; text-transform:uppercase;}
h3 {font-size:1.15em; font-weight:500; margin:0 0 20px 0; }
h4 {font-size:1.6em; font-weight:300; line-height:1.7em; margin:10px 0; }
h5 {font-size:18px; font-weight:400; line-height:20px; margin:10px 0 0 0;}
h6 {font-size:14px; font-weight:400; line-height:16px; margin:5px 0; padding:0;}


p { font-size:1.1em; line-height:1.6em; margin:0 0 16px 0; padding:0;}
p small { font-size:0.8em; line-height:1em;}
p sup { font-size:0.4em;}
a:link, a:visited { color:#df2d27; text-decoration:none; }
a:hover, a:active { color:#df2d27; -webkit-transition:0.3s; }


#content {}

.outer { display:table; position:absolute; height:100%; width:100%; }
.middle { display:table-cell; vertical-align:middle;}
.inner { margin-left:auto; margin-right:auto; max-width:600px; text-align:center;}



@media only screen and (max-width: 500px) {

}

