body {
	font-family: 'Ubuntu';
	margin: 0;
	padding: 0;
	background:black;
	color:white;
	overflow-x:hidden;
background: #143fbf;
}
header {
	background-color: #333;
	color: white;
	padding: 10px 0;
	text-align: center;
	background-color: rgba(27,27,83, 0.69);
}
button {

    display: inline-block;
    padding: 10px 20px;
    background-color: #000000b8;
    color: #FFFFFF;
    border: 2px solid;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 40px;
}
h2.border-bottom\:none {
    border-bottom: none;
}
button:hover {
  background-color: #ffffff30;
}

section#overview {
    text-align: center;
}
section#overview {
padding: 15% 0px;
background-image:url('sven-mieke-fteR0e2BzKo-unsplash.jpg');
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
}
header nav ul {
	list-style: none;
	padding: 0;
}
header nav ul li {
	display: inline;
	margin: 0 10px;
}
header nav ul li a {
	color: #fff;
	text-decoration: none;
}
section {
	padding: 20px;
	margin: 20px;
}
h2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.divTableRow {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	
}
.divTableCell {
	padding-block: 10px;
}
.divTableCell:first-child {
	border-right: 1px solid;
	padding-left: 40px;
}
.divTableCell:last-child {
	padding-left: 40px;
}
.divTable.purpleHorizon .divTableRow:nth-child(odd) {
	background: #6f6f6fb0;
	background: rgba(27,27,83, 0.69);
}
footer {
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	bottom: 0;
	background: rgba(27,27,83, 0.69);
}
@media (max-width: 479px) {
	header nav ul li {
		display: block;
		margin: 5px 0;
	}
	#balance-sheet{
		max-width:100%;
		overflow-x: scroll;
		border-bottom: 5px solid #1C6EA4;
		border:none;
	}
	.divTableCell:last-child,
	.divTableCell:first-child {
   padding-inline:20px;
	}
}
@media (max-width: 686px) {
	.divTableRow{
		grid-template-columns:none;
	}
	.divTableCell:first-child {
		border-right: none
}
	section{
	padding: 20px 0px;
    margin: 20px 20px;
    }
}
