/* import for Header & Footer */

@import url("/_zz-test/insta-test/home-test/index.css?v=0.1.0");
@import url("/_zz-test/insta-test/home-test/styles-home.css?v=0.1.0");

/********************** Fonts **********************/
.font-bebas-neue {
	font-family: var(--font-bebas-neue) !important;
}
.font-museo-slab {
	font-family: var(--font-museo-slab-300) !important;
}

/********************** Bootstrap 4 **********************/
.breadcrumb {
	padding: .75rem 0;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-link {
    text-decoration: none;
}

/********************** maincontent **********************/
body {
	background-color: var(--color-white);
}
.content {
	font-family: var(--font-open-sans);
}
/* .content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-family: var(--font-helvetica) !important;
    font-weight: 800 !important;
} */
.content li a, 
.content p a {
	text-decoration: none;
}
.content .btn,
.content .breadcrumb,
.content aside .navbar {
	font-family: var(--font-helvetica) !important;
	font-weight: 400;
}

.content .btn,
.content aside .navbar {
	text-transform: inherit;
}

.content .accordion .card-header .btn,
.content .programs-tabs .nav-tabs .nav-link {
	font-family: var(--font-helvetica) !important;
}

/********************** footer **********************/
#oru-footer .bg-primary {
    background-color: var(--bs-primary) !important;
}
#oru-footer a {
	color: var(--color-white) !important;
}
#goog-gt-tt {
	display: none !important;
}
/********************** Headings **********************/
.program-display-01 {
	font-size: 4rem;
}
.program-display-02 {
	padding: 2rem;
	font-size: 3rem;
}
