html{
	background-image: linear-gradient(grey, lightgrey);
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

body{
	background-image: url("images/image-lion-background.png");
	background-position: top center;
	background-repeat: no-repeat;
	color: white;
	font-size: 1.125rem;
}

a{
	color: white;
	text-decoration: none;
}

.main2{
	min-height: 300px;
	padding-top: 50px;
	
	
}

.container{
	Width: 1024px;
	min-height: 300px;	
	margin-left: auto;
	margin-right: auto;
}

Header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid lightgrey;
}

Main{
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cards{
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.card1{
	
	background-size: cover;
	background-position: left;
	min-height: 250px;
	width: 30%;
}

.card2{
	background-size: cover;
	background-position: bottom;
	min-height: 250px;
	width: 30%;
}


.card3{
	background-size: cover;
	background-position: bottom;
	min-height: 250px;
	width: 40%;
}

.card1, .card2, .card3{
	padding: 30px 30px 20px 30px;
	box-sizing: border-box
}

.herobox1{
	flex: 2;
	padding-right: 100px;
	text-decoration-color: white;
}

.herobox2{
	flex: 1;
}

h1{font-size: 3.25rem;
	margin-bottom: 0.5rem;
}

h2{
	font-size: 2rem;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin-top: 20px;
	 
}

p {
	line-height: 1.75rem;
	margin-bottom: 0.5rem;
}

.cards p {
	font-size: 0.85rem;
	line-height: 1.2rem;
	margin-top: 10px;
	
}

.cards i {
	font-size: 100px;
	
}


.thisbutton:hover{
	background-color: aqua;
	transition-duration: 1s;
	
}

a.thisbutton{
	display: inline-block;
	margin-top: 20px;
}

nav a.thisbutton{
	margin-left: 30px;
}

.navbutton{
	border:1px solid white;
	padding: 11px 25px;
	display: inline-block;
	position: relative;
}

.testimonials{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}

.tbox{
	width: 47%;
	padding: 50px;
	border: 1px solid white;
	box-sizing: border-box;
	margin-top: 20px;
	
}

.herobox1 :last-child{
	color: blue;
	
}

.tbox :last-child{
	font-size: 0.8rem;
}

.dropbox{
	display: none;
	position: absolute;
	padding-top: 20px;
	text-align: center;
	
	
	
}

.navbutton:hover .dropbox {
	display: block;
}

.dropbox .navbutton {
	width: 120px;
	background-color: white;
	
}

.dropbox .navbutton a{
	color: magenta;
}

.inputwrapper{
	margin-bottom: 30px;
		
}

input[type=text], input[type=email], textarea{
	padding: 12px 20px;
	width: 100%;
	font-size: 0.85rem;
	box-sizing: border-box;
	
}


.newline{
	display: block;
	margin-bottom: 10px;
}

.margin-right-a{
	margin-right: 20px;
}

form{
	margin: 40px 0px;
}
