html, body {
    height: 100vh;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 40px;
    font-weight:bolder;
}

.h1300 {
    font-size:40px;
    font-weight: 400;
}

.h3normal {
    font-weight: 300;
}

h2 {
    padding-top: 20px;
    padding-bottom: 30px;
    font-weight:bold;
    font-size: 40px;
    text-transform: uppercase
}

h3 {
    padding-top: 30px;
    padding-bottom: 20px;
    font-weight:bold;
    font-size: 22px;
}

h4 {
    padding-bottom: 20px;
    font-weight:bold;
    font-size: 20px;
}

.a1 {
    color: #D40320;
    text-decoration: underline;
    
}

#cursor-pointer {
    cursor:pointer;
    
}

.section-12
{
     position: absolute;  
    
}

.jumbotron-fluid {
 
        /* Full height */

   height: 300px;
  background-image: url(https://image.sfmc.petrol.si/lib/fe3f157075640578711071/m/1/63fde34e-fe3c-4d85-a7ae-3363bb48f057.jpg);

  /* Full height */

  /* Center and scale the image nicely */
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}       
        
 #vl {
            
   border-left: 1px solid #F0F0F0;
   height: auto;
        }
        
 .vlb {
    border-left: 4px solid black;
    height: auto;
    margin-left: -15px;
    padding: 15px;
        }
#vl-foot {
            
   border-left: 1px solid #F0F0F0;

        }

  /* The actual timeline (the vertical ruler) */


/* The actual timeline (the vertical ruler) */

section {
    height: auto;
    
}

section:nth-child(even) {
    background: #FFF
}

section:nth-child(odd) {
    background: #FFF
}

.gdpr {
    padding-right: 50%;
}

#header_image {    
    display: block;
    position: relative;
    max-width: 100%;
    max-height: auto;    
    padding: 0px;
    object-fit: cover;    
}

#thumbnail {
    position: relative;
    display: inline-block;
    padding: 0px;
}

#mini-thumbnail {
    display:none;
}

.caption {  
    display: inline-block;    
    font-size: 150px;
    color: white;
    text-align: left; 
    margin: 0px 0 0 50px;
    width: 1300px;
    height: 125px;
    padding: 20px 30px 20px 30px;     
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#obrazec {
    margin-top: 2rem;
   
}

/* INPUTS */
.form-control {
    border-radius: 0.1rem;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}  

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
} 

::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}

/* BUTTON */
#button, #button1 {
            background-image: linear-gradient(to right, #C5002C 0%, #E30613  51%, #C5002C  100%);
            margin: 20px 10px 40px 0px;
            padding: 15px 35px;
             font-size: 14px;
            text-align: center;
            text-transform: uppercase;
            
            background-size: 200% auto;
            color: white;                        
            display: block;
             border-radius: 0;
          }

          #button:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }

/* MODALs */
.modal-title {
    color: #D40320;
    font-weight: bold;
}
.modal-body a {
    text-decoration: none;
    color: #D40320;
}

/* MEDIA QUERIES */
@media (max-width: 767.98px) {
    h1 {
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        font-size: 2rem;
        color: black;
    }
    
    .h1300 {
    font-size:2rem;
    font-weight: 300;
}
    .h3normal {
    font-weight: 300;
    color:black;
}


    #header_image {
        padding: 0px;
        margin: 0px;
    }

    /* Place the timelime to the left */
  .timeline::after {
  left: 13px;
  }
    
    #obrazec {
        margin-top: 0.5rem;
        margin-bottom: 1.5rem;
        padding-right: 0;
    }

    #button, #button1  {
        font-size: 11px;
    }    
    
    .gdpr {
    padding-right: 0;
}

    .caption {        
        display: none;  
    }
    
    #mini-thumbnail  {
        display: block;      
        padding: 0px;
        margin: 0px;
        background: rgb(145,121,57);
background: -moz-linear-gradient(162deg, rgba(145,121,57,1) 38%, rgba(215,195,142,1) 100%);
background: -webkit-linear-gradient(162deg, rgba(145,121,57,1) 38%, rgba(215,195,142,1) 100%);
background: linear-gradient(162deg, rgba(145,121,57,1) 38%, rgba(215,195,142,1) 100%);
    }
    
    #grad1 {
        display: none;
    }

    .reposition1 {
        color: black;      
        padding: 5px 0px 5px 20px;;     
    }
    

  

    #headline-mini {
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        font-size: 2rem;
        font-weight: 300;
    }


.jumbotron-fluid {
 
        /* Full height */

   height: 250px;
  background-image: url(https://image.sfmc.petrol.si/lib/fe3f157075640578711071/m/1/dd44bcf3-2ab0-4f29-923c-ad93c76e9278.jpg);

  /* Full height */

  /* Center and scale the image nicely */
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}       
}

// Medium devices (tablets, less than 992px)
@media screen and (max-width: 991.98px) {       
    h1 {
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        font-size: 2rem;
        color: black;
    }
    
    .h1300 {
    font-size:2rem;
    font-weight: 300;
}

    .h3normal {
    font-weight: 300;
    color:white;
}

    #obrazec {
        margin-top: 0.5rem;
        margin-bottom: 1.5rem;
    }

    /* Place the timelime to the left */
  .timeline::after {
  left: 13px;
  }
    
    #button, #button1  {
        font-size: 11px;
    }      

    .caption {        
        display: none;  
    }
    
    .section-1a {
        display: block;      
        padding: 0px;
        margin: 0px;        
    }

    .reposition1 {
        color: black;      
        padding: 5px;
    }
    
    #grad1 {
        display: none;
    }

    #headline-mini {
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        font-weight: 300;
        font-size: 2rem;        
    }    


.jumbotron-fluid {
 
        /* Full height */

   height: 250px;
  background-image: url(https://image.sfmc.petrol.si/lib/fe3f157075640578711071/m/1/f893f8a1-43d6-44e3-8a5f-14e5ef6ee44b.jpg);

  /* Full height */

  /* Center and scale the image nicely */
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} 
}

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }