.overlayInset{
    position:absolute;
    top:2rem;
    left:3rem;
    bottom:2rem;
    right:3rem;
    background-color:rgba(0, 0, 0, 0.5);
}

.overlayInset h1{
   color: #fff;
}
.inset{
    padding: 2rem;
}
.inset p{
    padding: 0 1rem 0;
    font-size: 130%;
}

@media(max-width: 640px) {
	
	.overlayInset{
    position:absolute;
    top:1rem;
    left:1rem;
    bottom:1rem;
    right:1rem;
}
.inset{
    padding: 0rem;
}

ul.dash {
    list-style-type: none !important;
}
ul.dash > li {
    text-indent: -20px;
}
ul.dash > li:before {
    content: "-" !important;
    text-indent: -20px;
}



