﻿/* Place Your Custom Styles Here */

.home-content-inner, .bg-primary {
    background: #02163b !important;
}

.site-logo-img-light, .site-logo-img-dark {
	max-height:130px;
	width:auto;
}

.text-primary {
	color: #00afe6 !important;
}

.btn-primary {
	background-color: #00afe6 !important;
	border-color: #00afe6 !important;
}

@media screen and (max-width: 810px) {
	
	.site-logo-img-light, .site-logo-img-dark {
		max-height:70px;
		width:auto;
	}
	
}