body {
    background-image: var(--bg-sm);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center center;
}

.newHeader {
	width: 100%;
	height: 15%;
	padding: 0 20px 0 20px;
}

.row {
  padding: 20px 20px 0 20px;
}

.row:after {
  content: "";
  clear: both;
  display: table;
  padding: 0 20px 0 20px;
}

