:root {
    --bs-body-font-size: 1rem;
    --bs-nav-link-font-size: 1rem;
    --color-main-rgb: 96, 50, 130;
    --color-light-rgb: 163, 124, 181;
}

body  {
    background-image: url('/chuttersnap.jpg');
    background-size: cover;
    font-family: "Raleway", sans-serif;
        -webkit-animation: slidein 100s;
        animation: slidein 100s;

        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;

        -webkit-animation-direction: alternate;
        animation-direction: alternate;              
}

@-webkit-keyframes slidein {
from {background-position: top; background-size:3000px; }
to {background-position: -100px 0px;background-size:2750px;}
}

@keyframes slidein {
from {background-position: top;background-size:3000px; }
to {background-position: -100px 0px;background-size:2750px;}
}

.navbar-brand { 
    padding-top:0;
}
.navbar { 
padding-top:0;
    
}
.nav-item { 
text-align: center;
    
}


.center
{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(75, 75, 250, 0.3);
  border-radius: 3px;
}
.center h1{
  text-align:center;
  color:white;
  text-transform:uppercase;
}

p { margin-top: 1.5rem; }

#container {
    position: absolute;
    margin: auto;
    width: 50%;
    height: 80pt;
    left: 0;
    filter: url(#threshold) blur(0.6px);
}

#text1,
#text2 {
    position: absolute;
    width: 100%;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 35pt;

    text-align: center;

    user-select: none;
    color: #aaa;
}

figure{
    width:100px;
    height:100px;
    border-radius:50%;
    overflow:hidden;
    background-color: #eee;
    margin: auto;
}
figure img { 
    height: 100px;
}

.check-list {
    margin: 0;
    padding-left: 1.2rem;
  }
  
  .check-list li {
    
    list-style-type: none;
    //padding-left: 2.5rem;
    margin-bottom: 0.5rem;
  }
  
  .check-list2 li:before {
      content: '';
      display: block;
      width: 5px;
      height: 11px;
      border-width: 0 2px 2px 0;
      border-style: solid;
      border-color: #00a8a8;
      transform-origin: bottom left;
      transform: rotate(45deg);
  }
  


body {
    margin: 0; padding: 0;
    font-size: 12pt;
  }
  
  h1,.title {  
    background: #000000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgb(var(--color-main-rgb)), #000000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgb(var(--color-main-rgb)), #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    font-family: 'Mitr', sans-serif;
    font-weight: 500;
    font-size: calc(1.3rem + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(1.3em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
    line-height: 110%;
  }
  
  .title { 
    margin-bottom: 2rem;
  }
  .graph-paper {
    background-color: #ffffff;
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
    background-image: -webkit-linear-gradient(rgba(56, 56, 56, 0.5) 2px, transparent 2px), -webkit-linear-gradient(0, rgba(56, 56, 56, 0.5) 2px, transparent 2px), -webkit-linear-gradient(rgba(56, 56, 56, 0.5) 1px, transparent 1px), -webkit-linear-gradient(0, rgba(56, 56, 56, 0.5) 1px, transparent 1px);
    background-image: -moz-linear-gradient(rgba(56, 56, 56, 0.5) 1px, transparent 1px), -moz-linear-gradient(0, rgba(56, 56, 56, 0.5) 1px, transparent 1px), -moz-linear-gradient(rgba(56, 56, 56, 0.5) 1px, transparent 1px), -moz-linear-gradient(0, rgba(56, 56, 56, 0.5) 1px, transparent 1px);
    background-image: linear-gradient(rgba(56, 56, 56, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(56, 56, 56, 0.5) 1px, transparent 1px), linear-gradient(rgba(56, 56, 56, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(56, 56, 56, 0.5) 1px, transparent 1px);
  }

.header-background, footer { 
    background: rgba( var(--color-main-rgb), 1);
    text-align: left;
    color: white;
}

.event-name, .event-name-small, .event-name p { 
        color: #fafafa;
        font-size: calc(2.4rem + (14 - 10) * ((100vw - 300px) / (1600 - 300)));
        line-height: calc(2.4rem + (14 - 10) * ((100vw - 300px) / (1600 - 300)));
        margin: 0;
        padding: 0;
}

.event-name-small, .event-name-small p {
    color: #fafafa;
    font-size: calc(1.4rem + (14 - 10) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(1.7rem + (14 - 10) * ((100vw - 300px) / (1600 - 300)));
    margin: 0;
    padding: 0;
}
.event-name-small .small { 
    font-size: calc(1rem + (14 - 10) * ((100vw - 300px) / (1600 - 300)));
}
.event-name .small {
    font-size: calc(2rem + (14 - 10) * ((100vw - 300px) / (1600 - 300)));
}

.event-image { 
position: absolute;
z-index: -10;
max-height: 100%;
height: 300px;
float: left;
}

.background-image { 
    background-image: url(/upload/plaman-right.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    border: solid 1px transparent;
}

.container-main { 
    background-color: rgba(255, 255, 255,.8);
    
}

footer .container { 
    padding: 2rem;
    margin-bottom: 2rem;
    background-color: rgba(194, 186, 186, 0.8);
}


.nav-link {
    background-color: rgba(119, 115, 115,.8);
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(119, 115, 115,.8));
    margin-right: .3rem;
}

.nav-link:hover { 
    background-color: rgb(166, 190, 182);
    color: black;
}
.nav-item .active { 
    background-color: aquamarine;
    color: black!important;
}

.title2 { 
    position:relative;
    display: inline;
    font-size: calc(1.1rem + (14 - 10) * ((100vw - 300px) / (1600 - 300)));
    font-size: 2.6vmin;
    line-height: calc(1.1em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
    line-height: 130%;
    padding-bottom: 2rem;
}

.title::after { 
    position: absolute;
    border-bottom: solid 14px darkgoldenrod;
    width: 50vw;
    top: 10px;
    display: block;
}

h3,h4,h5 { margin-top: 2rem!important; margin-bottom: 1rem!important;}

.nav { 
    font-size: 18pt;
}

.nav-link { 
    color: white!important;
}


.tax-selector { 
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    align-content: stretch;
}

@media (max-width: 800px) {
    .tax-selector {
      flex-direction: column;
    }
    .tax { flex: 100%; width: 100%; }
  }

.tax { 
    flex: 45%;   
    position: relative;
    border: 2px solid #ccc;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.1), 1px 1px 3px rgba(0,0,0,0.2);
    padding: 1rem;
    border-radius: 1rem;
    margin: 5px;
    cursor: pointer;
}

.tax.selected { 
    background: -webkit-linear-gradient(to left, #ffdde1, #E5097F);
    background: linear-gradient(to left, #ffdde1, #E5097F);
    border: solid 2px #E5097F;
}

.tax:hover {
    background-image: linear-gradient(to left, #fee, #efe);
}

.tax .item { 
    font-size: 1.1em; font-weight: bold;
}
.tax .valid {
    color: #888;
}
.tax .value { 
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 1.3em;
    font-weight: bold;
}

.tab-content, .tab-content h3 { 
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13pt;
}

.numesesiune { 
    font-weight: bold; 
    font-size: 1em;
}

@media screen and (max-width: 993px) {
    .event-name {
        color: black!important;
        text-shadow: 2px 2px 5px white;
    }
}

