.navbar {
  z-index: 10000;
  position: fixed;
  top: 0px;
  width: 100%;

}

#toTopBtn {
     display: none;
     position: fixed;
     bottom: 20px;
     right: 30px;
     z-index: 99;
     font-size: 18px;
     border: none;
     outline: none;
     background-color: transparent;
     color: none;
     cursor: pointer;
     padding: 15px;
     border-radius: 4px;
}
 #toTopBtn>i{
     color: #eae62a;
}
 #toTopBtn:hover {
     background-color: transparent;
}
 div.more-card img{
     height: 40px;
}
 div.more-card {
     margin-bottom:15px;
}
 a.more-header-link{
     color:inherit;
}
a.more-header-link > img{

  padding-left:5px

}
 div.container-fluid {
     padding-left: 0px;
     padding-right: 0px;
     margin-top: 100px;
}
 figure figcaption {
     text-align: center;
}
 .sectiontitle img{
     margin: auto 20px;
}
 .alert-fixed {
     position: fixed;
     z-index: 99999;
     border-radius: 10px;
     right:5%;
     bottom:5%;
}

.alert-danger {
  border: 2px solid red !important
}

.alert-success {
  border: 2px solid green !important
}

 .error {
     position: relative;
     animation: shake .1s linear;
     animation-iteration-count: 3;
     border: 1px solid red;
     outline: none;
}
 .error:focus {
     box-shadow: 0 0 4px #FF0000;
}
 @keyframes shake {
     0% {
         left: -5px;
    }
     100% {
         right: -5px;
    }
}
 .sectiontitle{
     background: #eb613a;
     padding: 10px 10px 10px 10px;
     border-radius: 20px;
}
 .sectiontitle.left {
     margin: 80px 0 40px -1000px;
}
 .sectiontitle.right {
     margin: 80px -1000px 40px 0;
}
 section {
     min-height: 60vh !important;
}
 .langLink {
     text-decoration: underline;
     color: rgba(255, 255, 255, 0.5);
}
 .downloadLink {
     text-decoration: underline;
     color: inherit;
}
 .downloadLink > img {
     margin-right: 5px
}
 .icon-small {
     height: 20px !important
}
 .icon-big {
     height: 40px !important
}
 #main {
     overflow-x: hidden !important;
}
 html {
     scroll-behavior: smooth;
}

/* Insta cards */
div.card-body {
  text-align: center;
}

p.card-text {
  text-align: left
}

h1.display-4 {
  margin-bottom: 20px
}

figcaption {
  margin-top: 20px;
  margin-bottom: 20px;
}
ul.sup {
  padding-left: 0px;
  margin-bottom: -30px;
  list-style: none;
}
/*
ul.sup li{
list-style-type: none;
}
ul.sup li:before{
content: '⮜  ';
}
ul.sup li:after{
content: ' ⮞';
}
*/
/* Hide arrows for input boxes (number) */
/* Chrome, Safari, Edge, Opera */
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
/* Firefox */
 input[type=number] {
     -moz-appearance: textfield;
}


.g-recaptcha {
  margin-top: 5px
}

.g-recaptcha > div {
  margin:auto;
}
