@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

* {
  box-sizing: border-box;
}

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

.wrap-tight{
  display:inline-block
}

.btn-width{
  max-width: 100%;
  min-width: 50px;
}
.img-modal {
  display: none; 
  position: fixed; 
  z-index: 20; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.7); 
  padding-top: 60px;
}

.img-modal-content {
  background-color: rgba(244, 255, 255, 0.178);
  margin: 5px auto; 
}

.logo{
  float: left;
}

.scrolled-down{
  transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
  transform:translateY(0); transition: all 0.3s ease-in-out;
}


body{
  font-family: -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", 'Inter', "Helvetica Neue", sans-serif !important;
  min-height: 100vh;
  width: 100%;
  background-color: #f4ffff;
  color: #282d55;
  position: relative;
}


.pepegaRemover{
  min-width: 100px;
}

body::after {
  content: '';
  display: block;
  height: 285px; 
}
.always-on-top{
 z-index: 2000;
 position: absolute;
}
.hide{
  display: none;
}

.tinyMCE-wrapper{
  padding-bottom: 10px;
}

.img-fullsize{
  width: 100%;
}

.post-title{
  margin-bottom: 5px; 
  padding: 2px 2px;
  width: 100%;
}

.controls-btn .btn-outline-info{
  width: 100%;
}
.file-btn{
  width: 250px;
}

.wrap-postList{
padding-bottom: 5px;
min-width: 360px;
}
.center-content{
  align-items: center;
  justify-content: center;
}

.center-button{
  margin-left: auto;
  margin-right: auto;
}
.right-content{
  align-items: flex-end !important;
  justify-content: right !important;
  min-height: 10%;
}

.right-content button{
  float: right;
}


.left-content{
  align-items: flex-start !important;
  justify-content: left !important;
  min-height: 10%;
}

.left-content button{
  float: left;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pointer{
  cursor: pointer;
}
.postList-shadow{
  padding: 5px !important;
  border-radius: 5px;
  box-shadow: 0 0 5px rgb(0 0 0 / 40%);
}

.postList-lable{
  line-height:38px; 
  text-align: initial;
}

.messages-error{
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  padding: 10px;
  border: rgb(210, 0, 0) solid 1px;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(128,0,0,0.5);
}
.messages-info{
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  padding: 10px;
  border: rgb(220, 220, 0) solid 1px;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(255, 255, 0, 0.7);
}
.messages p{
  padding: 0;
  margin: 0;
}

.navbar-nav li{
  padding-right: 20px;
  cursor: pointer;
}
.edits-nav{
  background-color: #b0cfd6;
  color: #282d55;
  font-size: 1.35em;
  z-index: 15;
}

.carousel-inner img{
  width: 100%;
  height: 100%;
}
.carousel-caption{
  color:#7a204c;
  background-color: #b0cfd6A0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;

}
.carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 8px;
  text-indent: 0;
  cursor: pointer;
  border: none;
  border-radius: 30%;
  background-color: #09a4cb;
  box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}
.carousel-indicators .active {
  width: 20px;
  height: 20px;
  margin: 8px;
  background-color: #005195;
}

.bord{
  border-top:2px solid #7a204c;
  margin: 0 auto;
  width: 95%;
}
.bordD{
  border-top:1px solid #ac3d70;
  border-bottom:1px solid #ac3d70;
  margin: 0 auto;
  width: 40%;
}
.bordBLight{
  border-bottom:2px solid #09a4cb;
  margin: 0 auto;
  width: 40%;
}

.footerBG{
background-image: url("media/stroke.svg");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
height: 285px;
}

footer{
  background-color: #09a4cb;
  width: 100%;
  bottom: 0;
  height: 285px;
  position: absolute;
}
  
.FooterStrokePosition{
  position: absolute;
  left: 45%;
  transform: translateX(-55%);
  padding: 0 auto;
  height: 50%;
}

.register{
margin-left: auto;
margin-right: auto;
margin-bottom: 24px;
padding: 32px;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0,0,0,0.4);
background-color: white;
}
.register-pole{
  margin-top: 5px;
  padding: 2px 2px;
  width: 300px;
}
.btn-outline-info{
  color:#005195 ;
  border-color: #005195;
  width: 300px;
}
.btn-outline-info:not(:disabled):not(.disabled):active{
  background-color: #005195;
  color: #fff;
  border-color: #005195;
}
.info:hover{
  background-color: #005195;
  color: #fff;
  border-color: #005195;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled):focus{
  box-shadow: 0 0 0 0.2rem rgb(0 81 149 / 50%);
}
.remove-BS{
  margin: 0!important;
  padding: 0
}
.remove-side-BS{
  margin-left: 0!important;
  padding-left: 0;
  margin-right: 0!important;
  padding-right: 0;
}

.text-read img{
  float: left;
}

.text-read h3, .text-read h4,.text-read h5,.text-read h6{
  align-items: flex-start !important;
  justify-content: left !important;
  text-align: left!important;
}

.margin-side-4{
  margin-left: 4px !important;
  margin-right: 4px !important;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 2px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #005195;
}

input:focus + .slider {
  box-shadow: 0 0 0 0.2rem rgb(0 81 149 / 50%);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.animate-flash {
  animation: slide 3s both;  
}

@keyframes slide {
  0% {top: -100px;}
  15% {top: 0px}
  85% {top: 0px}
  100% {top: -100px;}
}

@media (max-width: 359px) { 
  body{
    font-size: 45%;
  }
  .display-4{
    font-size: 3.5em;
  }
  .display-3{
    font-size: 4em;
  }
  .display-2{
    font-size: 4.5em;
  }
  h2{
    font-size: 2em;
  }
  h3{
    font-size: 1.75em;
  }
  h4{
    font-size: 1.5em;
  }
  h5{
    font-size: 1.25em;
  }
  .btn-lg{
    font-size: 1.1em;
  }
  .footerBG{
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 400px;
  }
  .col-sm-2 {
    padding: 0;
    margin:0;
  }
  .carousel-indicators{
    margin: 0;
  }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 4px;
  }
  .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 4px;
  }
  .carousel-caption {
    position: absolute;
    right: 0%;
    padding-bottom: 5px;
    padding-top: 5px;
    left: 0%;
  }
}
@media (max-width: 576px) and (min-width: 360px) { 
  body{
    font-size: 55%;
  }
  .display-4{
    font-size: 3.5em;
  }
  .display-3{
    font-size: 4em;
  }
  .display-2{
    font-size: 4.5em;
  }
  h2{
    font-size: 2em;
  }
  h3{
    font-size: 1.75em;
  }
  h4{
    font-size: 1.5em;
  }
  h5{
    font-size: 1.25em;
  }
  .btn-lg{
    font-size: 1.1em;
  }
  .footerBG{
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 400px;
  }
  .col-sm-2 {
    padding: 0;
    margin:0;
  }
  .col-sm-3 {
    padding: 0;
    margin:0;
  }
  .carousel-indicators{
    margin: 0;
  }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 4px;
  }
  .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 4px;
  }
  .carousel-caption {
    position: absolute;
    right: 0%;
    padding-bottom: 5px;
    padding-top: 5px;
    left: 0%;
  }
  
}


@media (max-width: 767px) and (min-width: 577px) { 
  body{
    font-size: 70%;
  }
  .footerBG{
    height: 450px!important;
  }
  footer{
    height: 450px!important;
  }
  body::after {
    height: 450px!important; 
  }
  .display-4{
    font-size: 3.5em;
  }
  .display-3{
    font-size: 4.5em;
  }
  .display-2{
    font-size: 4.7em;
  }
  h2{
    font-size: 2em;
  }
  h3{
    font-size: 1.75em;
  }
  h4{
    font-size: 1.5em;
  }
  h5{
    font-size: 1.25em;
  }
  .btn-lg{
    font-size: 1.1em;
  }
  .col-sm-2 {
    padding: 0;
    margin:0;
  }
  .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 6px;
  }
  .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 6px;
  }
  .carousel-caption {
    position: absolute;
    right: 5%;
    min-height: 165px;
    left: 5%;
  }
}

@media (max-width: 992px) and (min-width: 768px){

  body{
    font-size: 80%;
  }
  .display-4{
    font-size: 3.5em;
  }
  .display-3{
    font-size: 4.5em;
  }
  .display-2{
    font-size: 4.7em;
  }
  h2{
    font-size: 2em;
  }
  h3{
    font-size: 1.75em;
  }
  h4{
    font-size: 1.5em;
  }
  h5{
    font-size: 1.25em;
  }
  .btn-lg{
    font-size: 1.1em;
  }
  .footerBG{
    height: 250px;
    }
  footer{
    height: 250px;
    }
  body::after {
    height: 250px; 
  }
  .logo{
    height: 40px;
  }
  .container-fluid{
    padding: 0;
  }
  .nav-item{
    padding-right: 10px!important;
  }
}




