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;
	background-image: url("../img/backgroudWelcome.png");
}

.content {
	position: relative;
	padding-top: 20px;
	text-align: center;
}

.TwoSubSection {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-top: 70px;
}

.TwoSubSection 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;
}

.TwoSubSection a {
  text-decoration: none;
}

.TwoSubSection > a > li > h3 {
  text-align: center;
}


@media (max-width: 600px) {
	h3{
		font-size: 15px;
	}
	
	p{
		background-image: url("../img/backgroudWelcome.png");
	}
	
	#Welcome{
		margin-top: 60px;
	}
	
	.TwoSubSection {
		padding: 0;
		position: fixed;
		bottom: 0;
		left: 0;
	}
	
	.TwoSubSection a {
		border-radius: 50px 50px 0 0;
		background-size: 50px 75px;
		background-repeat: no-repeat;
		margin-top: 55px;
	}
	
	.TwoSubSection > a > li {
		list-style: none;
	}
	
	.content {
		overflow: hidden;
	}
}

@media (min-width: 601px) {
	h1{
		font-size: 120px;
	}
	
	p{
		font-size: 30px;		
		margin-top: 30px;
	}
	
	#Welcome{
		margin-top: -50px;
	}
	
	.TwoSubSection {	    
		margin-top: 30px;
	}

	.TwoSubSection > a {
	    margin: 5%;
	    width: 200px;
	    height: 250px;
	    border-radius: 100px 100px 0 0;
		background-size: 50px 100px;
		background-repeat: no-repeat;
	}
	
	.TwoSubSection > a > li {
	    text-decoration: none;
	    margin-top: -50px;
		list-style: none;
	}
}

@media (min-width: 1200px) {
	p{
		max-width: 1200px;
		background-position: center;
		margin: auto;
	}
	
	.TwoSubSection {
		position: fixed;
		bottom: 0;
		left: 0;
	}
}

@media (min-width: 600px) and (max-height: 750px) {
	.TwoSubSection {
		margin-top: 150px;
		position: relative;
		bottom: 0;
		left: 0;
	}
}