h1 {
	margin-bottom: 10px;
	font-size: 59px;
	color: white;
	text-align: center;
}

p{
	margin-top: 30px;
	text-align: center;
	background-size: cover;
	background-position: center;
}

.content {
	position: relative;
	padding-top: 20px;
	text-align: center;
}

#imgAndTxt{
	align-items: center;
}

#imgAndTxt > li{
	justify-content: center;
	align-items: center;
	list-style: none;
	color: white;
}

#threeSections {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-top: 70px;
}

#threeSections a {
	margin: 5%;
	width: 100px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #CEB49F;
	border-radius: 10px 10px 0 0;
	background-image: url("../img/bottomRectangleImg.png");
	background-size: cover;
	background-position:right bottom;
	text-decoration: none;
}

#threeSections > a > li {
	list-style: none;
}

#threeSections li h3 {
  text-align: center;
}

@media (max-width: 600px) {
	h3{
		font-size: 15px;
	}
	
	#top, #middle, #bottom{
		display: flex;
		align-items: center;
		text-align: left;
	}
	
	#top > img, #middle > img, #bottom > img{
		width: 0;
		margin-left: 0px;
	}
	#top > p, #middle > p, #bottom > p{
		margin: auto;
	}	

	#threeSections{
		padding: 0;
		margin-top: 20px;
	}
	
	#threeSections > a {
		border-radius: 50px 50px 0 0;
		background-size: 50px 75px;
		background-repeat: no-repeat;
		margin-top: 55px;
	}
}

@media (min-width: 600px) {
	h1{
		font-size: 120px;
	}
	
	p{
		font-size: 30px;
		margin-top: 30px;
	}	
	
	#imgAndTxt{
		margin-top: 30px;
		padding-left: 0;
	}
	
	#imgAndTxt > li{		
		margin-top: 1%;
		height: 126px;
		font-size: 30px;
		background-repeat: no-repeat;
		background-position:left top;
	}
	
	#top, #middle, #bottom{
		display: flex;
		align-items: center;
		text-align: left;
	}
	
	#top > img, #middle > img, #bottom > img{
		width: 134px;
		margin-left: 0px;
	}
	#top > p, #middle > p, #bottom > p{
		margin: auto;
		text-align: left;
	}

	#threeSections {	    
		margin-top: 30px;
	}

	#threeSections > a {
	    margin: 5%;
	    width: 200px;
	    height: 250px;
	    border-radius: 100px 100px 0 0;
		background-size: 50px 100px;
		background-repeat: no-repeat;
	}
	
	#threeSections > a > li {
	    list-style: none;
	    margin-top: -50px;
	}	
}

@media (min-width: 1200px) {
	p{
		max-width: 1200px;
		background-position: center;
		margin: auto;
	}
	
	#imgAndTxt > li{
		max-width: 1200px;
		margin: auto;
		margin-top: 1%;
	}
	
	#threeSections{
		margin-top: 100px;
		position: relative;
		bottom: 0;
		left: 0;
	}
}

@media (min-width: 600px) and (max-height: 700px) {
	#threeSections{
		margin-top: 150px;
		position: relative;
		bottom: 0;
		left: 0;
	}
}