* {
    box-sizing: border-box;
}

.pagetitle {
    color: #800080;
}

body,h1 {font-family: "Raleway", sans-serif}

body, html {height: 100%}

.bgimg {
    background-image: url('/static/images/crowd.jpg');
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

.noShow {
    display: none;
}

.40_wide {
    margin:auto;
    width:40%
}

.max_100 {
    max-width: 100%;
    height: auto
}

#map {
    height: 100%;
    display: none;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
