*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html{
	height: 100vh;
}
body{
	position: relative;
	min-height: 100vh;
}
nav{
	margin: 1px;
	background-color: #EEEEEE;
}
nav p{
	width: 100%;
	color: #8a8a8a !important;
	font-size: 1rem;
	margin: 0;
}
footer{
	position: absolute;
	bottom: 0;
	background-color: #1C5B87;
	width: 100%;
	color: #ffffff;
	height: 1.8rem;
	font-size: 0.4rem;
}
#content{
	padding-bottom: 1.8rem;
}
#companyName{
	color: white;
	font-size: 0.4rem;
	margin-top: -1rem;
}
#catchPhrase{
	margin-top: 5%;
	color: #8a8a8a !important;
	text-align: center;
	font-size: 0.8rem;
	font-weight:600;
}
#comingSoon{
	margin-bottom: 0;
	height: 3.5rem;
	padding: 1rem;
}
#images{
	justify-content: center;
}
.icons{
	height: 60px;
	width: 60px;
	margin: 0 auto 2rem;
}
.locationIcon{
	height: 60px;
	width: 35px;
	margin: 0 auto 2rem;
}
.textHeader{
	font-size: 1rem;
	color: white;
	font-weight: 500;
}
.greenBackground{
	background-color: #006151;
}
.greenBackground img{
	margin: 5% auto 0;
	height: 80px;
	width: 80px;
}

/***********************************
Media Queries ***********************************/
@media (max-width: 414px){
	.icons{
		height: 100px;
		width: 100px;
		margin: 0 auto 2rem;
    }
	.locationIcon{
		height: 100px;
		width: 55px;
		margin: 0 auto 2rem;
	}
}

@media (min-width: 576px){
	nav p{
		font-size: 1.2rem;
    }
	footer{
		font-size: 0.7rem;
		height: 2rem;
	}
	#content{
		padding-bottom: 2rem;
	}
	#catchPhrase{
		margin-top: 4%;
		font-size: 1rem;
	}
	#companyName{
		font-size: 0.6rem;
	}
	.greenBackground img{
		margin: 4% auto 0;
		height: 120px;
		width: 120px;
    }
	.textHeader{
		font-size: 1.2rem;
	}
}

@media (min-width: 768px){
	nav p{
	font-size: 1.5rem; 
    }
	footer{
		font-size: 0.9rem;
		height: 3rem;
		padding-top: 0.5rem;
	}
	#content{
		padding-bottom: 3rem;
	}
	#catchPhrase{
		margin-top: 3%;
		font-size: 1.2rem;
	}
	#companyName{
		font-size: 0.8rem;
	}
	#comingSoon{
		height: 4.5rem;
		padding: 1.5rem;
    }
	.greenBackground img{
		margin: 3% auto 0;
		height: 180px;
		width: 180px;
    }
	.textHeader{
		font-size: 1.3rem;
	}
	.icons{
		height: 200px;
		width: 200px;
		margin: 0 auto 2rem;
    }
	.locationIcon{
		height: 200px;
		width: 115px;
		margin: 0 auto 2rem;
	}
}

@media (min-width: 992px) { 
	nav p{
		font-size: 2rem;
	}
	footer{
		font-size: 1.1rem;
		height: 3.5rem;
		padding-top: 0.5rem;
	}
	#content{
		padding-bottom: 3.5rem;
	}
	
	#catchPhrase{
		margin-top: 2%;
		font-size: 1.5rem;
	}
	#companyName{
		font-size: 1rem;
	}
	#comingSoon{
		height: 5.5rem;
		padding: 1.5rem;
    }
	.greenBackground img{
		margin: 2% auto 0;
		height: 240px;
		width: 240px;
    }
	.textHeader{
		font-size: 2rem;
	}
	.icons{
		height: 200px;
		width: 200px;
		margin: 0 auto 2rem;
    }
	.locationIcon{
		height: 200px;
		width: 115px;
		margin: 0 auto 2rem;
	}
}

@media (min-width: 1200px) {
	nav p{
		font-size: 2.2rem;
	}
	footer{
		height: 4.5rem;
	}
	#content{
		padding-bottom: 4.5rem;
	}
	#catchPhrase{
		margin-top: 1%;
		font-size: 1.6rem;
	}
	#comingSoon{
		height: 7rem;
		padding: 2rem;
    }
	.greenBackground img{
		margin: 1% auto 0;
		background: url(img/IzyShoppinLogo/izyShopping@3x.png);
		height: 240px;
		width: 240px;
    }
	.textHeader{
		font-size: 2.2rem;
	}
}