﻿/* 
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

*/

body ul {
    list-style-type: none;
}

h1 {
    color: #2c2f34d9;
    font-family: Bodoni,sans-serif;
    font-size: 44px;
    font-weight: 400;
    letter-spacing: -.6px;
    line-height: 1.02;
}

p {
    font-family: roboto,sans-serif;
    color: #2c2f34;
    font-size: 21px;
    line-height: 1.62;
}

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;
}

.icon-with-text {
    cursor: pointer;
}

/* 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 */
}
