
.navi{
	margin: 15px;
	font-size: 20px;
	text-align: right;
	text-decoration: none;
}
h2{
	font-size: 35px;
	color:  hsl(243, 87%, 12%);
	line-height: 40px;
	padding: 10px 10px 4px 20px;
	font-family: roboto;
	font-weight: 700;
}
p{
	font-size: 20px;
	font-weight: 400;
	padding: 0px 10px 4px 20px;
	font-family: open sans;

}
.button1{
	padding: 10px 20px 10px 20px;
	border: 1px solid black;
	background-color: hsl(224, 93%, 58%);
	color: white;
}
.input1{
	width: 300px;
	height: 30px;
	padding-left: 10px;
	margin: 5px 5px 20px 20px;
}
.button2{
	padding: 10px 20px 10px 20px;
	border: 1px solid black;
	background-color: hsl(224, 93%, 58%);
	color: white;
	margin-left: 40px;
}
.input2{
	width: 400px;
	height: 30px;
	padding-left: 10px;
	margin: 5px 5px 20px 40px;
}

.link:active{
	color:green;
}
#bg2{
	background-image: url(images/bg-curve-desktop.svg);
	background-size: auto;
	background-repeat: no-repeat;
	max-height: 700px;
}
.avatar-testimonial{
	width: 50px;
	height: 50px;
	border-style: 1px solid;
	border-radius: 70px;
}
.testimonial{
	border: 1px solid white;
	padding: 10px;
	box-shadow: 1px 1px 1px 1px grey;
	background-color: white;
	width: 300px;
	height: 200px;
	margin-left: 20px;
	margin-bottom: 40px;
}
.sub-tab{
	background-color: hsl(238, 22%, 44%);
	height: 200px;
	color: white;
}

.footer-tab{
	background-color: hsl(243, 87%, 12%);
	height: 200px;
	color: white;
	padding-left: 20px;
}
.block1{
	margin-bottom: 30px;
	margin-left: 200px;
}
h3{
	font-size: 30px; 
	font-weight: 700; 
	color: white;
	margin-left: 20px;
	margin-bottom: 0px;
}
.tabs{
	border-collapse: collapse;
}
.test-link{
	color: hsl(170, 45%, 43%);
	text-decoration-color: hsl(170, 45%, 43%);
}
