html 
{
	scroll-behavior: smooth;
}
		body
{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	background: #1F2833;
}
header
{
	padding: 10px 100px;
	box-sizing: border-box;
}
section
{
	width: 100%;
	height: 100vh;
}
section.sec1
{
	background: url(TBbanner.html);
	background-size: cover;
	background-color: grey;
	
}
section.sec2
{
	padding: 100px;
	box-sizing: border-box;
	height: auto;
}
section.sec2 h2
{
	font-size: 3em;
	margin: 0;
	padding: 0 0 20px;
	color: #fff;
}
section.sec2 p
{
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: #fff;
}
section.sec3
{
	background:;
	background-size: cover;
}
section.sec4
{
	padding: 100px;
	box-sizing: border-box;
	height: auto;
	background-color: #000;
}
section.sec4 h2
{
	font-size: 3em;
	margin: 0;
	padding: 0 0 20px;
	color: #000;
}
section.sec4 p
{
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: #000;
}
section.sec5
{
	background:;
	background-size: cover;
	
}
section.sec6
{
	padding: 100px;
	box-sizing: border-box;
	height: auto;
}
section.sec6 h2
{
	font-size: 3em;
	margin: 0;
	padding: 0 0 20px;
	color: white;
}
section.sec6 p
{
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: white;
}
section.sec7
{
	padding: 100px;
	box-sizing: border-box;
	height: auto;
	background-color:#000;
}
section.sec7 h2
{
	font-size: 3em;
	margin: 0;
	padding: 0 0 20px;
	color: white;
}
section.sec7 p
{
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: white;
}
section.sec8
{
	padding: 100px;
	box-sizing: border-box;
	height: auto;
	background-color: #88B8C0  ;
}
section.sec8 h2
{
	font-size: 3em;
	margin: 0;
	padding: 0 0 20px;
	color: white;
}
section.sec8 p
{
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: white;
}
section.sec9
{
	padding: 100px;
	box-sizing: border-box;
	height: auto;
	background-color: #fff  ;
}
section.sec9 h2
{
	font-size: 3em;
	margin: 0;
	padding: 0 0 20px;
	color: white;
}
section.sec9 p
{
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: white;
}
nav
{
	width: 100%;
	height 50px;
	background: rgba(0,0,0,.8);
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);
	position: sticky;
	top: 0px;
}
nav ul
{
	display: flex;
	margin: 0;
	padding: 0 100px;
	float: right;	
}
nav ul li
{
	list-style: none;
}
nav ul li a
{
	display: block;
	color: #fff;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
}
nav ul li a:hover,
nav ul li a.active
{
	background: #F88017
}


