/* CSS Document */

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 246, 252, 0.52)), to(rgba(117, 19, 93, 0.73))), url(https://source.unsplash.com/collection/4439800/1600x900) fixed;
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)), url(https://source.unsplash.com/collection/4439800/1600x900) fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* 
background-image:
linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),
url('images/background.jpg');
*/

h1,
h2, 
h3 {
  color: black;
}

h4,
h5,
h6,
p {
  font-family: serif;
  font-weight: 400;
}

img,
embed,
object,
video {
  max-width: 100%;
}

.card {
  background-color: rgba(250,250,250,0.9) !important;
}

.no-gradient {
  background: url(https://source.unsplash.com/collection/2180915/1600x900) center fixed;
  background-size: cover;
}

.text-light {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
}

/* NO PRINT SCRIPT */

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}

/* NO PRINT SCRIPT */

#conference_map {
}
