/* Add here all your css styles (customizations) */
.header-space{
	margin-top:5.7em !important;
}

.navbar-fonts{
	font-size: larger !important;
}

.contact-boxes{
	padding-bottom: 1rem !important;
	padding-top: 1rem !important;
}

.bottom-margin{
	margin-bottom: 5.7em !important;
}

.align-center {
	text-align:center !important;
}

.pricing-box{
	width: 5rem;
    height: 3rem;
    font-size: large !important;
    text-align: center;
}

.pink-text{
	color: #f5218b !important;
}

.subheader{
	background-color:rgba(0, 104, 172, 0.7) !important;
	border-radius:5px;
}

.header-logo{
	height:55px;
	max-width:100%;
}

/*don't want the footer to actually be sticky, just want it to stick to the bottom of the page when you scroll so there's no blank space
most users will view this on a phone screen or a smaller PC screen so it's probably not needed/necessary
/*.fixed-footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}*/

.footer-pic{
	max-width:10em;
	height:auto;
}
