/*.img-responsive{
    width: 100%;
 }
 */

body {
  /* background-color: #03001b; */
  background-image: url("../images/background/bgnd.jpg");
}

h1, h2, h3, h4, h5, h6 {
  color: #eeeeee;
  font-family: 'Montserrat', sans-serif;
}

body {margin:2rem;}

.modal-dialog {
  /* max-width: 1500px; */
  margin: 45px auto;
  background-color: #000;
 }

.landscape {
  max-width: 1000px;
}

.portrait {
  max-height: 1000px;
}

.modal-body {
  position:relative;
  padding:0px;
  /* min-height:400px; */
  background:#000;
}

.modal-content {
  background-color: #000;
  border: 0px;
}

.modal-backdrop
{
  opacity:0.9 !important;
}

.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

a:hover {
  cursor:pointer;
 }

#image {
  min-height:200px;
}
