.tx-soc-abstract h1 {
  font-size: 120%; }

.gallery {
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 8px; }

.gallery img {
  max-width: 100%;
  border-radius: 3px;
  box-shadow: 0 0 3px #333;
  transition: all 0.5s ease; }

.gallery img:hover {
  box-shadow: 0 0 8px #333; }

.gallery .gallery-item {
  transition: grid-row-start 300ms linear;
  transition: transform 300ms ease;
  transition: all 0.5s ease;
  cursor: pointer; }

.gallery .gallery-item:hover {
  transform: scale(1.025); }

@media (max-width: 600px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr)); } }

@media (max-width: 400px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); } }

/* PAGE 1 LOCAL STYLES */
/*
based on: Animus and Developer templates
https://p.w3layouts.com/demos/animus/web/css/style.css
https://mostafizshamim.com/demo/developer/css/style.css
*/
/*----------------------*/
/* TIMELINE */
/*-----------------------*/
.tx-horiz-timeline {
  margin-top: 6rem;
  margin-bottom: 4rem;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center; }

.tx-horiz-timeline > li {
  x-transition: all 200ms ease-in; }

.tx-horiz-timeline > li .above {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100; }

.tx-horiz-timeline > li .bellow {
  padding: 15px 40px 0 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  x-transition: all 200ms ease-in;
  font-weight: 600; }

.tx-horiz-timeline > li.complete .bellow {
  border-top: 2px solid #098dcf;
  color: #098dcf; }

.tx-horiz-timeline > li .bellow:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  x-transition: all 200ms ease-in; }

.tx-horiz-timeline > li.complete .bellow:before {
  background-color: #098dcf;
  border: none;
  x-transition: all 200ms ease-in; }

.tx-table-dates td {
  color: #fff;
  border-top: 1px solid var(--text-light); }

.tx-table-dates td:nth-child(2) {
  text-align: right; }

/* bootstrap breakpoints */
@media (max-width: 991.98px) {
  .tx-header-content h1 {
    font-size: 3rem; }
  .tx-header-content h2 {
    font-size: 1.87rem; }
  .tx-header-content h2 .fa-circle {
    font-size: 0.2rem;
    line-height: 1.85rem; }
  .tx-header-content .tx-header-dates {
    font-size: 0.9rem; }
  .tx-header-counter-block {
    height: 75px;
    width: 75px;
    font-size: 11px;
    margin: 10px 10px; }
  .tx-header-counter-block span {
    font-size: 20px;
    padding-top: 20px;
    line-height: 20px; } }

@media (max-width: 767.98px) {
  .tx-header-content h1 {
    font-size: 2rem; }
  .tx-header-content h2 {
    font-size: 1.25rem; }
  .tx-header-content h2 .fa-circle {
    font-size: 0.15rem;
    line-height: 1.25rem; }
  .tx-header-content .tx-header-dates {
    font-size: 0.8rem; } }

@media (max-device-width: 800px) {
  .tx-horiz-timeline {
    list-style-type: none;
    display: block; }
  .tx-horiz-timeline > li {
    x-transition: all 200ms ease-in;
    display: flex;
    width: inherit;
    padding-bottom: 35px; }
  .tx-horiz-timeline > li .above {
    padding-left: 10px;
    padding-right: 10px;
    width: 150px;
    align-items: flex-end;
    position: relative;
    top: -10px; }
  .tx-horiz-timeline > li .bellow {
    width: 200px;
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 576px) {
  .tx-section-soc ul, .tx-section-loc ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 5rem;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem; } }

/* LAYOUT A */
.tx-homepage .section:first-of-type {
  padding-top: 3rem; }

.tx-header-homepage {
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--bg-dark);
  padding: 0;
  color: #fff; }

.tx-header-homepage-nav {
  margin-bottom: 2rem;
  background-color: #035;
  padding: 0.5rem;
  position: fixed;
  z-index: 999; }

.tx-header-content {
  text-align: center;
  padding-top: 6rem; }

.tx-header-content h1 {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 0rem;
  color: #fff; }

.tx-header-content h2 {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  color: #fff; }

.tx-header-content h2 .fa-circle {
  font-size: 0.2rem;
  line-height: 1.25rem;
  vertical-align: baseline; }

.tx-header-content .tx-header-dates {
  xbackground-color: #fff;
  xcolor: #333;
  x-padding: 0.4em 0.8em;
  x-margin-top: 0.66em;
  x-display: inline-block;
  display: block;
  x-font-weight: 600;
  font-weight: 300;
  font-size: 1.25rem; }

.tx-header-content .tx-header-announcement {
  background-color: #cc0000;
  color: #fff;
  padding: 0.4em 0.8em;
  margin-top: 0.66em;
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.1; }
  .tx-header-content .tx-header-announcement div {
    margin: 0.5em 0; }
  .tx-header-content .tx-header-announcement a {
    color: #fefefe; }

@media (max-width: 767.98px) {
  .tx-header-content h1 {
    font-size: 2rem; }
  .tx-header-content h2 {
    font-size: 1.25rem; }
  .tx-header-content .tx-header-dates {
    font-size: 1.10rem; }
  .tx-header-content .tx-header-announcement {
    font-size: 1.10rem; } }

@media (max-width: 575.98px) {
  .tx-header-content h1 {
    font-size: 1.75rem; }
  .tx-header-content h2 {
    font-size: 1.15rem; }
  .tx-header-content .tx-header-dates {
    font-size: 0.7rem; }
  .tx-header-content .tx-header-announcement {
    font-size: 0.7rem; } }
