*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

nav{
	margin: 1px;
	background-color: #1C5B87;
}
h5, .modal-body p{
	color: #ffffff;
}
#close span{
	color: #ffffff;
}
.navImage{
	height: 2rem;
	margin-right: 0.3rem;
}
.topBtn{
	
	border-radius: 0.5rem;
	width: 7.5rem;
	font-weight: bold;
}
.imgContainer{
	background-color: #1C5B87;
	border: 0px solid black;
	height: 250px;
	width: 250px;
	border-radius: 1rem;
	margin: 2rem;
}
.imgContainer p{
	margin-top: .5rem;
	color: #ffffff;
}
.imgContainer img{
	height: 160px;
	width: 160px;
	margin-top: 10%;
}

.values{
	height: 15.625rem;
	padding-top: 4rem;
	font-size: 2.2rem;
	font-weight: bold;
}
span{
	color: #1C5B87;
}
.clearfix{
	display: block;
	clear:both;
}
.textHeader{
	font-size: 2rem;
}
.textBody{
	font-size: 1.1rem;
}
.process img{
	height: 6.25rem;
	width: 6.25rem;
	margin-bottom: .8rem;
}
.process{
	margin-left: 2rem;
	margin-right: 2rem;
}
.spacing{
	margin: 0 2rem;
}
.featured img{
	height: 30rem;
	width: 20rem;
}
form{
	max-width: 25rem;
}
form button{
	background-color: #1C5B87;
	color: #ffffff;
	width: 6.5rem;
	border-radius: 0.5rem;
}
input, textarea{
	border: 0px solid #EEEEEE !important;
	border-radius: 0.8rem !important;
	background-color: #EEEEEE !important;
}
.address{
	color: #1C5B87;
}
.modal-content{
	background-color: #1C5B87 !important;
}
footer{
	background-color: #1C5B87;
	height: 2.5rem;
	color: #ffffff;
}
.blue-square-container {
  text-align: center;
}
div.box {
	text-align: center;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
  }
  .sticky + .content {
	padding-top: 60px;
  }

@media (max-width: 476px) {
	.imgContainer{
		background-color: #1C5B87;
		border: 0px solid black;
		height: 200px;
		width: 200px;
		border-radius: 1rem;
		margin: 2rem;
	}
	.imgContainer p{
		margin-top: 2px;
		font-size: 35px;
		color: #ffffff;
	}
	.imgContainer img{
		height: 120px;
		width: 120px;
		margin-top: 10%;
	}
	.values{
		height: 90px;
		padding-top: 40px;
		font-size: 35px;
		font-weight: bold;
	}
}
