
/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .recent-blog-posts .post-box .post-img {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
  }
  .recent-blog-posts .post-box .post-img img {
    transition: 0.5s;
  }
  .recent-blog-posts .post-box .meta {
    margin-top: 15px;
  }
  .recent-blog-posts .post-box .meta .post-date {
    font-size: 15px;
    font-weight: 400;
    color: #5a6673;
  }
  .recent-blog-posts .post-box .meta .post-author {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-secondary);
  }
  .recent-blog-posts .post-box .post-title {
    font-size: 24px;
    color: var(--color-secondary);
    font-weight: 700;
    margin: 15px 0 0 0;
    position: relative;
    transition: 0.3s;
  }
  .recent-blog-posts .post-box p {
    margin: 15px 0 0 0;
    color: rgba(var(--color-secondary-dark-rgb), 0.7);
  }
  .recent-blog-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    margin-top: 15px;
  }
  .recent-blog-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
  }
  .recent-blog-posts .post-box:hover .post-title {
    color: var(--color-primary);
  }
  .recent-blog-posts .post-box:hover .post-img img {
    transform: scale(1.1);
  }
  
  .bckqg{
      background-color: aquamarine;
  }


/* unvisited link */
.title_link:link, .title_link:visited , .title_link:hover {
  color: #37517e;
}
.title_link {
  transition: all 0.3s linear;
}


/* selected link */
.title_link:active {
  color: #37517e;
}

@media (max-width: 480px) { 
  .padding-bottom-read-more{
    padding-bottom: 20px;
  }
 }


/*--------------------------------------------------------------
# News Posts Markdown
--------------------------------------------------------------*/

img[alt=news-full-width-image] + em { 
  max-width: 100%;
  height: auto;
}
 

img[alt=news-left-allign-image]{ 
  max-width: 40%;
  margin-right: 15px;
  margin-top: 10px;
  height: auto;
  float: left; 
}

.image-description{
  text-align: center;
}

.news-right-allign-image{
  height: auto;
  float: left; 
}

.news-right-allign-image img{
  max-width: 40%;
}

.news-right-allign-image figure{
  display: table; 
}

.news-right-allign-image figcaption{
  display: table-caption; 
  caption-side: bottom ;
}

.markdown-image img{
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius:0.6%;

}

.markdown-image figcaption{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 8;
}

.markdown-image figcaption h4{
  font-size: 16;
  color:#5a6673
}



/* unvisited link */
.info_hyperlink:link {
  text-decoration: underline;
  color: #37517e;
}
.info_hyperlink {
  text-decoration: underline;
  transition: all 0.3s linear;
}

/* visited link */
.info_hyperlink:visited {
  text-decoration: underline;
  color: #37517e;
}

/* mouse over link */
.info_hyperlink:hover {
  text-decoration: underline;
  color: #47b2e4;
}

/* selected link */
.info_hyperlink:active {
  text-decoration: underline;
  color: #37517e;
}




/* NEWS PHOTO GALLERY */
.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

/* NEWS PHOTO END */

.aspect-ratio-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(100% * (100 / 300));
}
​
.cropped-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ACTIVITIES */

.home-blog {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (min-width: 992px) {
    .home-blog {
        padding-top: 100px;
        padding-bottom: 0px;
    }
}
.home-blog .section-title {
    padding-bottom: 15px;
}
.home-blog .media {
    margin-top: 50px;
}
@media (min-width: 768px) {
    .home-blog .media {
        margin-top: 30px;
    }
}
.bg-sand {
    background-color: #f5f5f6;
}
.media.blog-media {
    margin-top: 30px;
    position: relative;
    display: block;
}
@media (min-width: 992px) {
    .media.blog-media {
        display: table;
    }
}

.media.blog-media > a {
    position: relative;
    display: block;
}
@media (min-width: 992px) {
    .media.blog-media > a {
        display: table-cell;
        vertical-align: top;
        min-width: 200px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media > a {
        min-width: 230px;
    }
}
.media.blog-media > a:before {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s;
    background: rgba(12, 198, 82, 0.7);
}
.media.blog-media > a img {
    width: 75%;
}
.media.blog-media:hover > a:before {
    opacity: 1;
    transform: scale(1);
}

.media.blog-media:hover .media-body h5 {
    color: #0cc652;
}
.media.blog-media:hover .media-body a.post-link {
    color: #0cc652;
    text-decoration: underline;
}
.media.blog-media .media-body {
    border: 1px solid #efeff3;
    padding: 30px 30px 10px;
    font-size: 14px;
    background: #fff;
    border-top: none;
}
@media (min-width: 992px) {
    .media.blog-media .media-body {
        padding: 15px 20px 10px;
        border-top: 1px solid #efeff3;
        border-left: none;
        display: table-cell;
        vertical-align: top;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body {
        padding: 30px 20px 10px;
    }
}
.media.blog-media .media-body h5 {
    transition: color 0.3s ease;
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .media.blog-media .media-body h5 {
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body h5 {
        margin-bottom: 15px;
        font-size: 18px;
    }
}
.media.blog-media .media-body a.post-link {
    display: block;
    color: #222;
    font-size: 11px;
    padding: 23px 0;
    text-transform: uppercase;
    font-weight: 400;
}
@media (min-width: 992px) {
    .media.blog-media .media-body a.post-link {
        padding: 7px 0;
    }
}
@media (min-width: 1200px) {
    .media.blog-media .media-body a.post-link {
        padding: 23px 0;
    }
}
.media.blog-media .media-body ul {
    position: relative;
    padding: 10px 0 0;
}
.media.blog-media .media-body ul li {
    display: inline-block;
    width: 49%;
    position: relative;
}
.media.blog-media .media-body ul li:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 1px;
    height: 14px;
    background: #eeeef2;
}
.media.blog-media .media-body ul li:first-child:before {
    visibility: hidden;
}
.media.blog-media .media-body ul:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eeeef2;
}

.background-white{
  background: #fff;
}

.activity-image{
   max-width: 90px;
   max-height: 100%;
   margin: 0;
   vertical-align: middle;
   padding: 0 15px 0 0 !important;

}

.activity-margin-top{
  margin: 8px 8px;
}

.activity-tag {
  font-size: 85%;
  font-weight: 600;
  padding: 4px 16px;
  margin: 8px;
  border: solid 1px #ccc;
  border-radius: 10px;
  display: inline-block;
  text-align: right;
  background: white;
}

.image-center-activity{
  display: flex;
  justify-content: center;
  align-items: center;

}

/* unvisited link */
.activity_title_link:link, .activity_title_link:visited, .activity_title_link:hover {
  color: #434f64 !important;
  transition: all 0.3s linear;
}

/* mouse over link */
.activity_title_link:hover {
  color: #47b2e4;
}
 
.equal-size-activity {
  margin: 16px 0 16px 0;
  padding: 0; 
}

.equal-size-activity, .extra-materials {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
}

.equal-size-activity:hover, .extra-materials:hover {
  background: hsl(214, 45%, 95%);
  transition: 0.5s;
}

.extra-materials {
  margin: 16px 0px 16px 37px;
  padding: 0;
}

.extra-materials h5, .equal-size-activity h5 {
  padding: 0 15px 0 0 !important;
}

.extra-materials h5, .equal-size-activity h5 {
  margin-bottom: 0;;
}

.extra-materials img {
  width: 38px;
  margin-right: 8px;
}
.section-title h3 {
  text-transform: uppercase;
  color: #37517e;
}


#hero img {
  border-radius: 4px;
  object-fit: cover;
}


.section-padding-small{
  padding-top: 15px  !important;
}

@media (max-width: 992px) {
  .padding-too-ofset-header {
    padding-top: 68px;
  }
}

.extra-materials.a {
  color: #375E92;
  font-weight: 600;
}


.padding-too-ofset-header {
  padding-top: 150px;
}

.news-list-shadow{
  box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
}




@media (min-width: 992px) {
  .img-same {
    height: 240px;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .img-same {
    height: 280px;
    object-fit: cover;
  }
}

.logo-image{
  width: 20%;
}

.logo-image-box {
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.682);
  font-size: 85%;
  font-weight: 600;
  padding: 4px;
  border-style: solid;
  border-width: 2px;
  border-color: #1c2940;
  -webkit-box-shadow: 7px 7px 0px 0px #1c2940; 
  box-shadow: 4px 4px 0px 0px #1c2940;
  display: inline-block;
}

.logo-image-box:hover {
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.837);
  font-size: 85%;
  font-weight: 600;
  padding: 4px;
  border-style: solid;
  border-width: 2px;
  border-color: #1c2940;
  -webkit-box-shadow: 7px 7px 0px 0px #0e1521; 
  box-shadow: 4px 4px 0px 0px #0e1521;
  display: inline-block;
}
 

.navlink-text {
  color:#37517e
}

#header {
  -webkit-box-shadow: 0 8px 6px -6px #999;
  -moz-box-shadow: 0 8px 6px -6px #999;
  box-shadow: 0 8px 6px -6px #999;

  /* the rest of your styling */
}



.drop-shadow-image:hover{
  transition: 2s;
  filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.17));
}

.drop-shadow-image{
  transition: 2s;
  filter: drop-shadow(0 0.2rem 0.25rem rgba(255, 255, 255, 0.2));
}



.navbar-under:before, .navbar-under:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #f37272;
}


/*--------------------------------------------------------------
# Various
--------------------------------------------------------------*/


img.language-flag {
  height: 16px;
  padding: 0 12px 0 12px;
}

.navbar ul li.language a {
  padding-left: 4px;
  display: inline-block;
}

.navbar ul li.language {
  padding-left: 42px;
  white-space: nowrap;
}

.section-title h2 {
  margin-top: 0;
}

.container, .container-md, .container-sm {
    max-width: 900px !important;
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
      max-width: 100%;
  }

  .fixed-bottom {
    position: fixed;
  }

  #portfolio-details {
    padding-top: 40px;
  }

  header#header .container {
    display: flex !important;
  }

  header#header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  #top-spacer {
    height: 100px;
  }
}

@media (max-width: 768px) {
  .fixed-top {
    position: static !important;
  }

  .fixed-bottom {
    position: static !important;
  }

  #portfolio-details {
    padding-top: 24px !important;
  }

  #header .container {
    display: block !important;
  }

  .navbar ul {
    flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  .container, .container-md, .container-sm {
      max-width: 100%;
  }
}

.portfolio-details .container {
  max-width: 1024px !important;
}

div.copyright {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
}
