
*{
	cursor: default;
	text-decoration: none;
}

nav:hover{
	background-color: orange;
	transition: 0.9s;
	opacity: 0.9;

}
nav #company_name{
	font-weight: bold;
	font-size: 50px; 
	color: orange;
	text-shadow: 2px 3px white;

}

nav #company_name:hover{
	color: white;
	text-shadow: 2px 2px orange;
}
ul li:hover{
	border:1px solid white;
	border-radius: 3px;
	padding-left: 5px;
	transition: 0.2s ease;

}

ul li #link_item{
	font-weight: bold;
	font-size: 20px;
	color: white;
}

#h3{
	position: relative;
	top: -7rem;
	font-size: 40px;
}

#h1{
	position: relative;
	top: -3rem;
	font-size: 80px;
	letter-spacing: 10px;
}

section #carousel{
	position: relative;
	top: -700px;
}

#carousel h3{
	position: relative;
	top: -50px;
	font-weight: bold;
	font-size:50px;
	color: orange;
	text-shadow: 2px 2px white;
}

#carousel h1{
	font-weight: bold;
	font-size:90px;
	color: orange;
	letter-spacing: 8px;
	text-shadow: 2px 2px white;
}

	