﻿/* GLOBAL STYLES
-------------------------------------------------- */
/*
	primary:#265F96;
	primary-hover:#204E7B;
*/

html {
	scroll-behavior: smooth;
}

@media (min-width: 576px) {
	#main-navbar {
		border-bottom: 1px solid #e9ecef;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#main-navbar .nav-item.active>a {
		border-bottom: 3px solid #265F96;
	}

	#main-navbar .nav-item>a {
		width: 100px;
		text-align: center;
		line-height: 65px;
		vertical-align: middle;
		display: inline-block;
		box-sizing: border-box;
	}

	#main-navbar .nav-item>a:hover {
		background-color: #265F96;
		color: #FFFFFF;
	}
}

.primary-color {
	color: #265F96;
}

.primary-background {
	background-color: #265F96;
}

.primary-border {
	border-color: #265F96 !important;
}

.secondary-color {
	color: #777775;
}

.secondary-accent {
	font-weight: 400;
	color: #5c5c5c;
}

.secondary-background {
	background-color: #777775;
}

.secondary-border {
	border-color: #777775 !important;
}

.light-gray {
	color: #dddddd;
}

.btn-primary:not(:hover) {
	background-color: #265F96 !important;
	border-color: #204E7B !important;
}

.btn-primary:hover {
	background-color: #204E7B !important;
	border-color: #204E7B !important;
}

.btn-outline-primary:not(:hover) {
	color: #204E7B !important;
	border-color: #204E7B !important;
}

.btn-outline-primary:hover {
	background-color: #265F96 !important;
	border-color: #204E7B !important;
}

.dark-background {
	background-color: #333333;
}

.white-background {
	background-color: #FFFFFF;
}

.section-desc {
	font-size: 1.25rem;
	font-weight: 300;
	margin-bottom: 3rem !important;
	margin-top: 1rem !important;
}

.main-section {
	padding: 5rem 0;
}

a {
	color: #265F96;
}

#main-footer {
	border-bottom: 1px solid #000000;
}


.row-flex {
	display: flex;
	flex-wrap: wrap;
}
.row-flex-content{
	height: 100%;
}

.border-1 {
	border-width: 1px !important;
	border-style: solid !important;
}

.border-2 {
	border-width: 2px !important;
	border-style: solid !important;
}

.border-4 {
	border-width: 4px !important;
	border-style: solid !important;
}

.border-6 {
	border-width: 6px !important;
	border-style: solid !important;
}

.border-b-1 {
	border: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.border-b-2 {
	border: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.border-b-4 {
	border: 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

.border-b-6 {
	border: 0;
	border-bottom-width: 6px;
	border-bottom-style: solid;
}

.border-t-1 {
	border: 0;
	border-top-width: 1px;
	border-top-style: solid;
}

.border-t-2 {
	border: 0;
	border-top-width: 2px;
	border-top-style: solid;
}

.border-t-4 {
	border: 0;
	border-top-width: 4px;
	border-top-style: solid;
}

.border-t-6 {
	border: 0;
	border-top-width: 6px;
	border-top-style: solid;
}

.border-tb-1 {
	border-left: 0;
	border-right: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.border-tb-2 {
	border-left: 0;
	border-right: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.border-tb-4 {
	border-left: 0;
	border-right: 0;
	border-top-width: 4px;
	border-top-style: solid;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

.border-tb-6 {
	border-left: 0;
	border-right: 0;
	border-top-width: 6px;
	border-top-style: solid;
	border-bottom-width: 6px;
	border-bottom-style: solid;
}


.comp-opacity-background {
	background-color: #e9ecef;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}