﻿/* 
Warning! This is an auto generated file. Changes may be overwritten 
*/

/*

    COLORS:

    Orange: #F18825
    Light Orange: #FCCB8D
    Red: #940C3B
    Light Red: #C56480
    Blue: #28487D
    Light Blue: #7090B4
    Purple: #5F2176
    Light Purple: #9B7DB6
    Green: #006A52
    Light Green: #7F9F92

*/

@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;
}

h1 {
    font-family: bodoni,sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
}

h2 {
    font-family: heebo,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 800;
}

h3 {
    font-family: heebo,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
}

p, main ul {
    font-family: heebo, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
}

a {
    color: #333;
}

input[type="checkbox"] {
    width: 40px;
    transform: scale(2);
}

a.navbar-brand {
    font-size: 55px;
}

.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;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* 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;
    margin-bottom: 150px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
