* {
    box-sizing: border-box;
    font-family: 'Vollkorn';
}

body {
    padding-top: 4.6rem;
}

.icon-large {
	font-size: 48px;
}

.icon-medium {
	font-size: 24px;
}

.icon-small {
	font-size: 12px;
}

.card-image {
	object-fit: cover;
	width: 100%;
	height: 225px;
}

#crumbs {
	color: #6c757d;
}

.opportunity-card {
        width: clamp(40%, 45%, 100%);
    }
    
    @media (max-width: 767px) {
        .opportunity-card {
            width: 100%;
        }
    }

.sticky-top-offset {
	top: 120px;
}

.five-line-limit {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* 
 * Navigation
 */

#main-navigation {
    background-color: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #afafaf;
}

/*
 * Custom Colors
 */

.ur-blue {
    background-color: #0e3c6b;
}


.ur-dark-blue {
    background-color: #2D3047;
}

.ur-off-white {
    background-color: #f4f4f4;
}

.ur-text-dark {
    color: #565656;
}

.ur-dark {
    background-color: #272727;
}

.ur-yellow {
    background-color: #FFC70A
}

.ur-blue-dark {
    background-color: #0B2E52;
}

/*
 * Header accent
 */


.line {
    padding-top: 15px;
    display: inline-block;
}

::before {
    box-sizing: inherit;
}

.line::before {
    content: '';
    width: 20%;
    height: 8px;
    background-color: #00205B;
    display: block;
    position: relative;
    top: 0px;
    left: 2px;
    margin-bottom: 16px;
}

.inset {
    color: #313131;
    background-clip: text;
}

.line.yellow::before {
    background-color: #FFC70A;
    border: rgba(255, 255, 255, 0.9) inset .5px
}

.lead {
    max-width: 600px;
}

.home-offset {
    position: relative;
}

.footer-img {
	height: clamp(1em, 5em, 7em);
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/first-day.jpg');
}

#home__main_title {
    font-size: calc(6rem + 3.75 * ((100vw - 48rem) / 100));
}

.home-hero-wrapper {
    background-color: #fff;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.stick {
    position: sticky;
    top: 100px;
}

/*
 * Bootstrap extended
 */

.w-9 {
    font-weight: 900;
}

.w-8 {
    font-weight: 800;
}

.w-7 {
    font-weight: 700;
}

.w-6 {
    font-weight: 600;
}

.mt-6 {
    margin-top: 8rem;
}

#footer_meliora {
    letter-spacing: .25ch;
}

.text-muted-light {
    color: #c8cbce !important;
}

.text-muted-light:hover {
    text-decoration: underline;
    color: #dddddd !important;
}


/*
 * Action button
 */

.fab-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    user-select: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.fab-container.hover {
    height: 100%;
}

.fab-container.hover .sub-button:nth-child(2) {
    transform: translateY(-60px);
}

.fab-container.hover .sub-button:nth-child(3) {
    transform: translateY(-110px);
}

.fab-container.hover .sub-button:nth-child(4) {
    transform: translateY(-160px);
}

.fab-container.hover .sub-button:nth-child(5) {
    transform: translateY(-210px);
}

.fab-container.hover .sub-button:nth-child(6) {
    transform: translateY(-270px);
}

.fab-container .fab {
    position: relative;
    height: 60px;
    width: 60px;
    background-color: #efefef;
    border-radius: 50%;
    z-index: 2;
}

.fab-container .fab .fab-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.fab-container .fab .fab-content .material-icons {
    color: #3B3B3B;
    font-size: 48px;
}

.fab-container .sub-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    background-color: #efefef;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.fab-container .sub-button:hover {
    cursor: pointer;
}

.fab-container .sub-button .material-icons {
    color: #3B3B3B;
    padding-top: 6px;
}

/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}
.sticky.blog-sidebar a {
    color: black;
}

.archive-pagination {
	margin: 1rem 0;
	
}

.page-numbers {
	width: 30px;
	height: 30px;
	padding: .3rem;
	text-align: center;
	text-decoration: underline;
	display: inline-block;
	color: black;
	font-variant-numeric: lining-nums;
}

.current {
	color: #fff;
	background-color: black;
	text-decoration: none;
}


.archive-pagination > .next, .archive-pagination > .prev {
    width: 83px;
}

#dabar{
background: #B0383F;
color: #fff;
font-size:16px;
top: 0px;
left: 0px;
width: 100% !important;
padding: 10px 0px;
text-align: center;}
#dabar a {color: #ffffff; border-bottom: 1px dotted;}

@media only screen and (max-width:480px) {
.hide_on_mobile {
display: none !important;}
}

.hide-scroll::-webkit-scrollbar {
  display: none;
}

.hide-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
	overflow: scroll;
}

#icon-grid-inside{
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	flex: 0 0 33.3333%;
	width: 100%;
}