@media (max-width: 1000px) {
  .bigtext {
    font-size: 2rem;
    font-weight: bold;
  }
  .midtext {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .nortext {
    font-size: 1.2rem;
    font-weight: normal;
  }
  .smalltext {
    font-size: 1rem;
    font-weight: normal;
  }
  #bp-cover {
    background-image: url('bp-bg.jpg');
    min-height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
  }
}

@media (min-width: 1000px) {
  .bigtext {
    font-size: 4.7rem;
    font-weight: bold;
  }
  .midtext {
    font-size: 2.6rem;
    font-weight: bold;
  }
  .nortext {
    font-size: 1.5rem;
    font-weight: normal;
  }
  .smalltext {
    font-size: 1.2rem;
    font-weight: normal;
  }
  #bp-cover {
    background-image: url('bp-bg.jpg');
    min-height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
  }
}

.chapt {
	display: block;
	border-radius: 20px;
	border: 0px;
	padding: 1rem;
	margin: 1rem;
	height: auto;
}

.menubutton {
	display: inline-block;
	border-radius: 8px;
	padding: 5px 0.5em;
	background-color: #EEEEEE;
	margin: 2px 0.4em;
}

.menuitem {
	text-decoration: none;
}

.white {
	color: white;
}

.black {
	color: black;
}

.aleft {
	text-align: left;
}

.aright {
	text-align: right;
}

.acenter {
	text-align: center;
}

.wrap {
	display: flex;
	flex-wrap: wrap;
}

.sent {
	width: 45%;
	min-width: 17rem;
	margin: 1rem 1rem;
	display: inline-block;
}

.sents {
	width: 28%;
	min-width: 17rem;
	margin: 1rem 1rem;
	display: inline-block;
}

.sentl {
	width: 60%;
	min-width: 17rem;
	margin: 1rem 1rem;
	display: inline-block;
}

.spacer {
	display: block;
	height: 40px;
	overflow: hidden;
}

.content {
	background-color: #EEEEEE;
}

.infoblock {
	background-color: #FFFFFF;
	border-radius: 8px;
	padding: 1rem;
	margin: 1rem;
	display: inline-block;
}

.tbl {
	display: table-cell;
}

.iconwrap {
	vertical-align: top;
	padding-right: 1em;
	padding-top: 0.1em;
}

.buttongray {
	display: inline-block;
	border-radius: 8px;
	padding: 5px 0.5em;
	background-color: #5A6A85;
	margin-top: 2px;
}

.buttongreen {
	display: inline-block;
	border-radius: 8px;
	padding: 5px 0.5em;
	background-color: #5CDB7C;
	margin: 2px 0.5em;
}

#bp-logo {
	margin-right: 10rem;
	margin-left: 1rem;
}

#bp-topmenu {
	padding-top: 1rem;
}
