@font-face {
    font-family: 'Brandon Printed';
    src: url('fonts/BrandonPrinted-TwoShadow.eot');
    src: url('fonts/BrandonPrinted-TwoShadow.eot?#iefix') format('embedded-opentype'),
        url('fonts/BrandonPrinted-TwoShadow.woff2') format('woff2'),
        url('fonts/BrandonPrinted-TwoShadow.woff') format('woff'),
        url('fonts/BrandonPrinted-TwoShadow.ttf') format('truetype'),
        url('fonts/BrandonPrinted-TwoShadow.svg#BrandonPrinted-TwoShadow') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fibre Vintage';
    src: url('fonts/FibreVintage.eot');
    src: url('fonts/FibreVintage.eot?#iefix') format('embedded-opentype'),
        url('fonts/FibreVintage.woff2') format('woff2'),
        url('fonts/FibreVintage.woff') format('woff'),
        url('fonts/FibreVintage.ttf') format('truetype'),
        url('fonts/FibreVintage.svg#FibreVintage') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Autumn';
    src: url('fonts/Autumn.eot');
    src: url('fonts/Autumn.eot?#iefix') format('embedded-opentype'),
        url('fonts/Autumn.woff') format('woff'),
        url('fonts/Autumn.ttf') format('truetype'),
        url('fonts/Autumn.svg#Autumn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'COCOGOOSE LETTERPRESS';
    src: url('fonts/COCOGOOSELETTERPRESS.eot');
    src: url('fonts/COCOGOOSELETTERPRESS.eot?#iefix') format('embedded-opentype'),
        url('fonts/COCOGOOSELETTERPRESS.woff2') format('woff2'),
        url('fonts/COCOGOOSELETTERPRESS.woff') format('woff'),
        url('fonts/COCOGOOSELETTERPRESS.svg#COCOGOOSELETTERPRESS') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('fonts/Cairo-Bold.eot');
    src: url('fonts/Cairo-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Cairo-Bold.woff2') format('woff2'),
        url('fonts/Cairo-Bold.woff') format('woff'),
        url('fonts/Cairo-Bold.ttf') format('truetype'),
        url('fonts/Cairo-Bold.svg#Cairo-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: 'BebasNeue Regular';
	src: url('fonts/BebasNeueRegular.eot');
	src: url('fonts/BebasNeueRegular.eot?#iefix') format('eot'),
		url('fonts/BebasNeueRegular.woff2') format('woff2'),
		url('fonts/BebasNeueRegular.woff') format('woff'),
		url('fonts/BebasNeueRegular.ttf') format('truetype'),
		url('fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg')
}

body, html {
  height: 100%;
}

body {
  font-family: 'Cairo', 'Open Sans', 'Roboto', Helvetica, sans-serif;
  background: url('../img/bobi-pozadina-2.jpg') no-repeat center top;
  background-size: cover;  /* Ensures the image covers the entire area */
  background-attachment: fixed;  /* Background image scrolls with the page */
  background-color: #e54036;  /* Background color visible before the image loads or beyond its bounds */
  color: #ffffff;
}

.hero {
    /* Default image for smaller screens */
    background-image: url('../img/oblik-vertikalni.png');
    background-repeat: no-repeat;
    background-position: center top;  /* Center the image horizontally, align it to the top vertically */
    background-size: contain;  /* Maintain the aspect ratio of the image */
}

/* Media query for 'md' screens and larger (typically 768px and above) */
@media (min-width: 768px) {
    .hero {
        background-image: url('../img/oblik-horizontalni.png'); /* Image for larger screens */
    }
}

@media (max-width: 768px) { /* Bootstrap 'md' breakpoint typically starts at 768px */
    .container.hero {
        margin-right: 0 !important; /* Use !important to ensure it takes precedence */
        max-width: 100%;
    }
}

.fullwidth-prijava {
    background-color: #e31d1a;
}

.fullwidth-prijava {
  border-top: 8px solid black;
  border-bottom: 8px solid black;
}

h1 {
    font-family: 'Fibre Vintage', 'Open Sans', 'Roboto', Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 4rem;
}

h2, h3, h4, button {
    font-family: 'Fibre Vintage', 'Open Sans', 'Roboto', Helvetica, sans-serif;
}

h4 {
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .move-up {
        margin-top: -70px !important;
    }
}

.highlight {
    color: #f9e636;
}

.highlight-2 {
    color: #f6d200;
}

.highlight2 {
    font-family: 'Brandon Printed', 'Open Sans', 'Roboto', Helvetica, sans-serif;
    font-size: 2rem;
}

footer {
    font-family: 'BebasNeue Regular', 'Roboto', Helvetica, sans-serif;
}

a, a:hover {
	color: #fcf532;
	text-decoration: underline;
}

a:hover {
	color: #f6d200;
}

label {
    color: #009f3c;
}

.form-control {
	    border: none;
	    outline: none;
}

.form-control:focus { 
	box-shadow: none;
	border: none;
    outline: none;
}

.btn-send {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-style: inherit;
    font-weight: 400;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    outline: 0;
    background: #f79a1f;
    border: none;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;
    border-radius: 25px;
    font-family: 'COCOGOOSE LETTERPRESS';
    font-size: 20px;
    line-height: 50px;
    vertical-align: middle;
    min-width: 180px;
    overflow: hidden;
    color: #fff!important;
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
}

.btn-send {
    border-radius: 25px 25px 25px 25px; /* round upper left and bottom right */
    box-shadow: 0px 0px 0px 3px white; /* White shadow around the button */
    z-index: 1; /* Z-index for the normal state */
    position: relative;
}

.btn-send:hover {
    background-color: #ed543b;
	box-shadow: none;
}

.btn-send:active {
    background-color: #f79a1f;
	box-shadow: none;
}

.btn-send:active, .btn-success.disabled {
    background-color: #f79a1f;
    border: none;
	box-shadow: none;
}

.btn-send:focus {
  outline: 0 !important;
  outline-offset: 0  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none  !important;
}

.help-block.with-errors {
    color: #f79a1f;
    margin-top: 5px;
}

.custom-control-label::before {
    background: #FFFFFF;
}

.form-control, .btn-send, .btn-primary, .btn-success {
    border: none;
    outline: 0 none;
}

.btn {
    text-transform: uppercase;

}
.btn a {
	color: #FFFFFF;
}

.navbar {
    text-transform: uppercase;
}
.navbar-custom a {
    color: #FFFFFF !important;
}

.navbar-custom a:active, .navbar-custom a:hover {
    text-decoration: underline !important;
}

.navbar-custom .active a {
   text-decoration: underline !important;
}

.navbar-nav, .controls, .cc-window {
    text-shadow: none;
}

.controls, .messages {
    font-family: 'Cairo';
    text-transform: none;
    text-shadow: none;
}

label, .text-muted {
    color: #FFF !important;
}

/* Slidenav 4.1.0-alpha.2 ( https://github.com/tightcode/slidenav ) */
.dropdown-menu.collapsing {
  display: block;
}
@media (max-width: 767.98px) {
  .dropdown-menu {
    padding: 0;
    margin-top: 0!important;
    border: 0!important;
  }
  .dropdown-menu:before {
    content: "";
    display: block;
    padding-top: .5rem;
  }
  .dropdown-menu:after {
    content: "";
    display: block;
    padding-bottom: .5rem;
  }
}

.nagrada-0 {width: 130%;}
.nagrada-1 {width: 90%;}
.nagrada-2 {width: 45%;}
.nagrada-3 {width: 55%;}

@media (min-width: 768px) {
    .nagrada-0 {width: 80%; margin: 0 auto;}
    .nagrada-1 {width: 100%;}
    .nagrada-2 {width: 60%;}
    .nagrada-3 {width: 75%;}
}

@media (min-width: 992px) {
    .nagrada-1 {width: 120%;}
}

@media (min-width: 768px) {
  .dropdown>div {
    position: absolute;
    clip: rect(0.5rem, 9999px, 9999px, -9999px);
  }
  .dropdown-menu {
    height: auto!important;
    transition: transform .35s ease!important;
  }
  .dropdown-menu.collapse, .dropdown-menu.sliding {
    transform: translate(0, -100%);
  }
  .dropdown-menu.collapse:not(.show) {
    display: block;
  }
  .dropdown-menu.collapse.show {
    transform: translate(0, 0);
  }
}

.dropdown-menu a {
  color: #1a3988 !important;
}

.dropdown-menu a:hover {
  text-decoration: underline !important;
}


@media (min-width: 992px) {
        .border-right-dashed {
        border-right: 2px dashed white !important;
    }
}