body {
    background: #000;
    color: #cecece;
}
.navbar {
    border-bottom: #fff 3px solid;
}


 @media (max-width: 420px) {
    .nowrap {white-space:nowrap;}
    body{font-size:.62em;}
  }
  
  @media (min-width: 421px) {
    .nowrap {white-space:nowrap;}
    /*body{font-size:.8em;}*/
  }
  
  @media (min-width: 576px) {

  }
  
  @media (min-width: 768px) {

  }
  
  @media (min-width: 992px) {
 
  }
  
  @media (min-width: 1200px) {
  
  }


  .modal-dialog {
    max-width: 1100px;
    margin: 30px auto;
}



.modal-body {
position:relative;
padding:0px;
}

.close {
position:absolute;
right:-30px;
top:0;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}