body {
  background-color: #03050A;
  background-image: url('bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.logoContainer {
  background-color: white;
  margin-bottom: 15px;
  padding: 10px 15px;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
}
#logo { max-width: 450px; }

.panel-default>.panel-heading,
h1, h2, h3, h4, h5, .jumbotron {
  color: #E800A7;
}

p, body, .close, .close:hover, .close:active, .close:focus {
  color: #1BCD07;
}

a {
  color: #91E5FF;
}

a:hover, a:focus, a:active {
  color: #baefff;
}

.close {
  opacity: 0.8
}
.close:hover, .close:active, .close:focus {
  opacity: 0.6
}

h1 small {
  color: white;
}

.jumbotron, .cities {
  background: none;
  background-color: rgba(0,0,0,.4);
}

.panel,
.modal-content {
  background-color: #414141;
}

.panel-default, .panel-body {
  border: none;
}
.panel-default>.panel-heading {
  background: none;
}

.modal-header {
  border-color: #E800A7;
}

html, body
{
    height: 100%;
}

.content {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.1);
}

.cities {
  margin-top: 48px;
}