@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Special+Elite&display=swap');
.intro-wrapper{
  padding: 5rem 0 8rem 0;
}
#calendar{
  max-height: 485px;
}
.fc .fc-button-primary{
  background: none!important;
  border-color: transparent!important;
}
@media only screen and (min-width:600px){
  .intro-wrapper{
    background-image: url(../images/backimg3.png);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 90%;
    background-size: 45%;
  }
  .display-5{
    margin-top: 0!important;
    padding-top: 0!important;
  }

  #calendar{
    max-height: 456px;
  }
}
body{
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
h1, h2, h3, h4{
  color: #ddd;
  font-family: 'Special Elite', sans-serif;
}
p{
  color: #ddd;
}
.intro-text-wrapper{
  background: rgba(0, 0, 0, .6);
  padding: 2rem;
}
.display-5{
  font-size: 2.95rem;
  margin: 3rem 0 2rem 0;
  color: white;
}
.lead-2{
  font-size: 1.75rem;
  font-weight: 300;
}
.img-studio{
  width: 100%;
  /*box-shadow: 4px 4px #A71F24;*/
}
.inventory-list{
  color: #ddd;

}
.inventory-list li{
  position: relative;
  padding-left: 12px;
}
.inventory-list li::before {
  content: "–";
  padding-right: 8px;
  position: absolute;
  left: 0px;
}
.legend-wrapper{
  color: #ddd;
  line-height: 14px;
  padding-bottom: 1rem;
}

.legend-square{
  width: 14px;  
  height: 14px;
  background: rgb(190, 32, 38);
  display: inline-block;
  border-radius: 1px;
  margin-right: 8px;
}

.zakazivanje-baner {
  padding: 1rem 2rem;
  background: #282828;
  font-size: 16px;
  color: white;
  text-align: center;
}
.calendar-wrapper{
  background: #111;
  padding-top: 4rem;
}
.fc-theme-standard .fc-scrollgrid{
  border: none!important;
}
.fc-scrollgrid-section.fc-scrollgrid-section-header,
.fc .fc-non-business, .fc-timegrid-cols, .fc .fc-scrollgrid-section-body{
  background: #111!important;
}
.fc-theme-standard td, .fc-theme-standard th {
  border: 1px solid #111!important;
}
.fc .fc-timegrid-axis-frame, .fc .fc-timegrid-slot-label{
  background: #111!important  ;
}
.fc .fc-col-header-cell-cushion, .fc .fc-timegrid-axis-cushion, .fc .fc-timegrid-slot-label-cushion {
  background: #111;
  border-color: #111;
}
.btn-primary, .btn-primary:hover, .btn-primary:active{
  background: #5e1818;
  border-color: transparent;
  border-radius: 0;
}
.address-link{
  font-family: courier new;
  font-size: 20px;
  line-height: 20px;
  vertical-align: bottom;
  color: #CC0;
  
}
@media only screen and (max-width:600px){
  .address-link{
    font-size: 18px;
  }
}
.address-link:hover,
.address-link:active,
.address-link:focus{
  color: #CC0;
  text-decoration: none;
}
.address-link span.address{
  text-decoration-style: dotted;
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px;
}

.address-icon{
  vertical-align: bottom;
  margin-left: 2px;
  position: relative;
  bottom: 1px;
  display: inline-block;
}
.text-courier{
  font-family: "Courier New", sans-serif;
}
.map-grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
   filter: grayscale(100%);
}
.copyright{
  width: 100%;
}
.fc .fc-toolbar-title{
  font-family: "Courier New", sans-serif!important;
  font-weight: normal;
}
strong{
  font-weight: 600;
}
.info-msg{
  background: #5f1718;
  background: repeating-linear-gradient(
    -55deg,
    #5f1718,
    #5f1718 15px,
    #531313 15px,
    #531313 30px
  );
  padding: .5rem;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
}
