html { margin:0;padding:0;}
body { 
  background: #001d23 url('ekp.jpg') center center fixed;
  margin:0;padding:0;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'lato', 'helvetica';
  color: #fafcfc;
 }
#cont { 
 margin-left:auto;margin-right:auto;
 padding-top:50px;
 padding-bottom:50px;
 background: rgba(0,0,0,0.3);
 } 
.bxd {
 font-size:15pt;
 text-align:center;
 }
.big{
font-size:30pt;
font-weight:900;
font-style: normal;
 }
a { color: #fafefe; }
a:visited { color: #fafefe; }
a:hover{color:#fafefe;text-decoration:none;}
.highlight{color: #fafcfc;font-style: normal;}

h2 {
 color:#844e57;text-align:center;font-weight:900;font-size:14pt;text-transform:uppercase;letter-spacing:0.1em;opacity:1;
 margin-bottom:1em;
 }
.mobileshow{
 display:none;
 }
.bottom_bar{
  text-align:center;
  width:100%;
  height:30px;
  line-height:30px;
  font-size:9pt;
  bottom:0;
  position:fixed;
  padding:0;margin:0;
 }
@media (max-width: 767px) {
 h2 { 
  padding:10px 10px 10px 10px;
  margin-left:0;margin-right:0;
  color: #fafcfc;
  }
 .bxd{
 background: rgba(0,0,0,0.5);
 margin-bottom: 10px;
  } 
 .mobilehide{
  display:none;
  }
 .mobileshow{
  display:inline;
  }
 }