﻿/* 
Warning! This is an auto generated file. Changes may be overwritten 
*/
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 300;
    src: local('Heebo Light'), local('Heebo-Light'), url(https://fonts.gstatic.com/s/heebo/v3/NGS3v5_NC0k9P9ldb6RMkKs.ttf) format('truetype');
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    src: local('Heebo'), local('Heebo-Regular'), url(https://fonts.gstatic.com/s/heebo/v3/NGS6v5_NC0k9P9H2TbQ.ttf) format('truetype');
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    src: local('Heebo Medium'), local('Heebo-Medium'), url(https://fonts.gstatic.com/s/heebo/v3/NGS3v5_NC0k9P9kFbqRMkKs.ttf) format('truetype');
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    src: local('Heebo Bold'), local('Heebo-Bold'), url(https://fonts.gstatic.com/s/heebo/v3/NGS3v5_NC0k9P9lNaKRMkKs.ttf) format('truetype');
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 800;
    src: local('Heebo ExtraBold'), local('Heebo-ExtraBold'), url(https://fonts.gstatic.com/s/heebo/v3/NGS3v5_NC0k9P9lRa6RMkKs.ttf) format('truetype');
}

@font-face {
    font-family: 'News Cycle';
    font-style: normal;
    font-weight: 400;
    src: local('News Cycle'), local('NewsCycle'), url(https://fonts.gstatic.com/s/newscycle/v14/CSR64z1Qlv-GDxkbKVQ_fOAKSA.ttf) format('truetype');
}

@font-face {
    font-family: 'News Cycle';
    font-style: normal;
    font-weight: 700;
    src: local('News Cycle Bold'), local('NewsCycle-Bold'), url(https://fonts.gstatic.com/s/newscycle/v14/CSR54z1Qlv-GDxkbKVQ_dFsvWNRevA.ttf) format('truetype');
}

@font-face {
    font-family: 'Bodoni';
    src: url('../webfonts-kit/360A12_0_0.eot');
    src: url('../webfonts-kit/360A12_0_0.eot?#iefix') format('embedded-opentype'), url('../webfonts-kit/360A12_0_0.woff2') format('woff2'), url('../webfonts-kit/360A12_0_0.woff') format('woff'), url('../webfonts-kit/360A12_0_0.ttf') format('truetype');
}

body ul {
    list-style-type: none;
}

a {
    color: #333;
}

input[type="checkbox"] {
    width: 40px;
    transform: scale(2);
}

.content {
    padding-top:80px;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

a.navbar-brand {
    font-size: 55px;
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-item {
    font-size: 1.5em;
    font-weight: bold;
    border-left: 2px solid #aaa;
    padding-left: 10px;
    margin-left: 10px;
}

button span.bi-plus-circle {
    margin-right: 10px;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.icon-language {
    font-size: 25px;
    cursor: pointer;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.clear {
    clear: both;
}

/* root page
------------------------------- */
.image-container {
    display: flex; /* Use flexbox layout */
    flex-wrap: wrap;
    justify-content: space-between; /* Add space between images */
    align-items: center; /* Center images vertically */
}
.image-with-text {
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.image-with-text img {
        max-width: 100%;
        height: auto;
}
.image-with-text p {
        margin-top: 10px;
        font-size: 14px;
}
/* Media query for smaller screens */
@media (max-width: 767px) {
    .image-container {
        flex-direction: column; /* Stack images vertically */
    }
}