html { 

	scroll-behavior: smooth; 
}

body {
	
	line-height: 1.8;
	color: #1b1d1f;
}

p {
	
	font-size: 16px;
}

#footer {
	
	font-size: 13px;
}
	
h1 {
	
	font-family: "Arial Black", Verdana, Impact, Charcoal, sans-serif;
}
	
.margin {
	
	margin-bottom: 45px;
}
	
.bg-1 { 

	background-color: #1b1d1f;
	color: #ffffff;
	min-height: 100vh;
}

.bg-2 { 

	background-color: #333740;
	color: #ffffff;
}
.bg-3 { 

	background-color: #2f2f2f;
	font-size: xx-small;
	color: #b0b6c2;
}

.container-fluid {
	
	padding-top: 70px;
	padding-bottom: 70px;
}

i {
	
	border: solid white;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 10px;
	margin-bottom: 30px;
	position:absolute;
    bottom:0;
}

.down {
	
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}