.primary-font-custom {    font-family: "Montserrat", sans-serif;    font-weight: 400;    color: #FFFFFF;   }

h1,  h2,  h3,  h4,  legend,  .h1,  .h2,  .h3,  .h4,  .secondary-font-custom {    font-family: 'calderockinky', 'Montserrat', sans-serif;    text-transform: uppercase;    font-weight: 200;    color: #FFFFFF;   }

.header_section .header_image {
    max-height: 200px !important;
}

.navbar-brand img {
	 width: 250px !important;
	 min-width: 100px !important;
}
 .navbar-custom {
	 background-color: #071B3B;
}
 .body-custom {
	 background-color: #071B3B;
}
 .header_section {
	 background-color: #000000;
}

 footer {
	 section {
		 background-color: #071B3B;
		 color: #FFFFFF;
		 a, a:hover {
			 color: #FFFFFF;
			 //text-decoration: none;
		}
	}
}
 .btn-primary {
	 background-color: #071B3B;
	 color: #FFFFFF;
	 border-color: #FFFFFF;
}
 .btn-primary:hover, .btn-primary:active, .btn-primary:disabled {
	 background-color: #071B3B !important;
}
 .btn-custom {
	 background-color: #FFFFFF;
	 color: #071B3B;
	 height: auto;
	 line-height: 2;
	 padding: 0px 24px;
	 border-radius: 68px;
	 text-shadow: none;
}
 .btn-custom:hover, .btn-custom:active, .btn-custom:disabled {
	 background-color: #071B3B !important;
	 color: #071B3B !important;
}
 .btn-custom.reverse {
	 background-color: #071B3B !important;
	 color: #FFFFFF !important;
}
 .btn-custom.reverse:hover, .btn-custom.reverse:active, .btn-custom.reverse:disabled {
	 background-color: #FFFFFF !important;
	 color: #071B3B !important;
}
 .rounded-btn-custom {
	 font-family: 'calderockinky', 'Montserrat', sans-serif;
	 color: #FFFFFF;
	 border: 2px solid;
	 border-radius: 8px;
	 padding: 5px 10px;
	 font-weight: normal;
	 transition: background-color 0.5s ease;
	 text-decoration: none;
}
 .rounded-btn-custom:hover, .rounded-btn-custom:active, .rounded-btn-custom:disabled {
	 color: #071B3B !important;
	 background-color: #FFFFFF !important;
	 border-color: #FFFFFF !important;
}
 .navbar-light .nav-link {
	 color: #FFFFFF;
}
 .navbar-dark .nav-link {
	 color: #FFFFFF;
}
 .nav-link-social-custom {
	 @media only screen and (min-width: 1000px) {
		 background-color: #FFFFFF;
		 color: #071B3B;
		 height: auto;
		 line-height: 2;
		 padding: 0px 24px;
		 border-radius: 68px;
		 text-shadow: none;
		 margin: 4px 1rem;
		 box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	}
	 margin-left: 5px !important;
	 margin-right: 0px !important;
	 color: #071B3B !important;
}
/* loading modal */
 .anim_panel {
	 color: #071B3B !important;
}
 .msg_panel {
	 color: #071B3B !important;
}
/* account page */
 .nav-row p {
	 color: #071B3B;
}
 .nav-row i {
	 color: #071B3B;
}
 .nav-row .active {
	 color: #071B3B;
	 border-top-color: #071B3B;
	 border-bottom-color: #071B3B;
}
 .nav-row .active:before {
	 border-color: #071B3B transparent;
}
/* FAQs */
 .faqBtn {
	 color: #FFFFFF;
	 text-transform: none;
	 cursor: pointer;
}
 .faqBtn > i {
	 color: #FFFFFF;
}
 .socialPlatformShare > a > span {
	 color: #0d6efd;
}


