@font-face {
	font-family: Dellamonde;
	src: url(fonts/Dellamonde.otf);
}

.font-dellamonde {
	font-family: Dellamonde !important;
	line-height: 1;
	font-weight: 400 !important;
	font-size: 3rem;
}

html {
	font-size: 96.5%;
}

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.6;
}

img {
	max-width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

.bg-primary {
	background-color: #005399 !important;
}

.bg-darker {
	background-color: #212529 !important;
}

.text-primary {
	color: #005399 !important;
}

.text-warning {
	color: #faef03 !important;
}

.has-bg-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.fixed-bg-img {
	background-attachment: fixed;
}

.bg-dark-overlay {
	background-color: rgba(0, 0, 0, .8);
}


/* Button */
.btn {
	padding-left: 1rem;
	padding-right: 1rem;
}

.btn-outline-primary:hover,
.btn-primary {
	background-color: #005399;
	border-color: #005399;
}

.btn-outline-primary {
	border-color: #005399;
	color: #005399;
}

.btn-danger {
	background-color: #c82333;
	border-color: #bd2130;
}

/* Form inputs */
.form-control {
  transition: .075s;
}

.form-control:focus {
  border-color: #005399;
}

/* Card*/
.card {
	overflow: hidden;
	border-radius: .4rem;
}


/* Navbar */
.navbar .dropdown-toggle::after {
	display: none;
}

.navbar.navbar-dark {
	background-color: #005399;
}

.navbar.navbar-dark.bg-primary {
	background-image: none;
}

.navbar-brand {
	min-width: 140px !important;
}

.navbar-brand img {
	height: 30px;
	transition: height .25s;
}

.navbar.navbar-dark .nav-link {
	color: #fff;
}

/*  Dropdown */
.dropdown-menu {
	border-radius: .4rem;
	min-width: 12rem;
	border-color: rgba(0, 0, 0, .05);
}

.dropdown-item {
	padding: .4rem 1.5rem;
}

.dropdown-item:hover {
	background-color: #f1f2f5;
}


/* Main */
.bump-link {
	text-decoration: none !important;
}

.bump-link-symbol {
	margin-left: .5rem;
	transition: .25s;
	display: inline-block;
}

.bump-link:hover .bump-link-symbol {
	transform: translateX(5px);
}


#HomeBigFour .flex-fill {
	overflow: hidden;
}

#HomeBigFour .ft-image {
	transition: 2s;
	transform: scale(1.5);
}

#HomeBigFour .card-img-overlay {
	transition: .5s;
}

#HomeBigFour .ft-image-title {
	transition: 2s;
}

#HomeBigFour .ft-image-title {
	opacity: .5;
	transform: scale(.75);
}

#HomeBigFour .flex-fill:hover .ft-image {
	transform: scale(1);
	filter: grayscale(100%);
}

#HomeBigFour .flex-fill:hover .card-img-overlay {
	background-color: rgba(0, 83, 153, .6);
}

#HomeBigFour .flex-fill:hover .ft-image-title {
	opacity: 1;
	transform: scale(1);
}


/* Footer */
footer {
	background-color: #001f3a;
}


/* Link to top */
.scroll-to-top {
	display: none;
	position: fixed;
	bottom: 2rem;
	right: 1rem;
	z-index: 900;
	text-align: center;
	height: 40px;
	width: 40px;
	line-height: 39px;
}


/* Carousel */
.carousel [class*=carousel-control-],
.carousel .carousel-indicators {
	transition: opacity .25s;
	opacity: 0;
}

.carousel:hover [class*=carousel-control-],
.carousel:hover .carousel-indicators {
	opacity: 1;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	margin: 3px;
	border-radius: 50%;
	background-color: #ccc;
}

.carousel-indicators .active {
	background-color: #005399;
}



/* Owl Carousel */
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 2rem;
}

.owl-theme .owl-dots .owl-dot span {
	margin: 0 3px;
	background-color: #ccc;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #005399;
}


/* Datepicker */
.datepicker.dropdown-menu {
	border-radius: .4rem;
}

.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active:active {
  background-color: #005399;
  border-color: #005399;
}

.datepicker table tr td,
.datepicker table tr th.prev,
.datepicker table tr th.next {
	border-radius: 50%;
}

.datepicker table tr th.datepicker-switch {
	border-radius: 20px;
}

.datepicker table tr td span {
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
}

.datepicker-dropdown {
	padding: 10px;
}



/* Full Calendar */
.fc-toolbar h2 {
	font-size: 1.25rem;
	font-weight: 600;
}

.fc-state-default {
	background-color: #fff;
	background-image: none;
	border: 0;
	box-shadow: none;
}

.fc-basic-view .fc-body .fc-row,
.fc-scroller {
	height: auto !important;
	min-height: auto !important;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	float: none;
}

.fc-row .fc-content-skeleton {
	padding-bottom: 0;
}

.fc-row .fc-content-skeleton td {
	text-align: center;
	padding-top: 20px;
}

.fc table, .fc  th, .fc  td, .fc tbody, .fc thead {
	border-color: #fff !important;
}

/* RESPONSIVE CSS ------------------------------------------------------------------------------------ */

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	body {
		padding-top: 56.81px;
	}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	/* Navbar */
	.navbar.navbar-dark {
		background: rgba(0, 0, 0, .5);
		background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	}
		
	.navbar-brand > img {
	  height: 65px;
	}

	.navbar .dropdown-menu {
	  display: block;
	  visibility: hidden;
	  opacity: 0;
	  transition: .25s;
	  transform: translateY(-10px);
	}

	.navbar .dropdown-menu.show {
		visibility: visible;
    opacity: 1;
    transform: translateY(0);
	}

	.font-dellamonde {
		font-size: 4rem;
	}
}