.special-border {
    border: 3px solid gray;
}

body {
    background-image: url('../img/Bottom_texture.jpg');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-color: #E6E9EA;

}

.main-container {
    display: block;
    background-image: url('../img/background.jpg');
    margin: 5px 10% 0 10%;
    padding: 2%;

}

.logo {
     width: 98%;
    /*display: block;
    align-self: center;
    justify-self: center;
    margin:auto !important; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-container{
    display: block;
    background-image: url('../img/footer_background.jpg');
    margin: 0 10% 0 10%;
    padding: 2% ;
}
.std-padding{
    padding:5px;
}
.opis-div {
    margin-top:-3px;
    margin-left: -3px;
}
.date-row{
    font-weight: bold;
    font-size: 2em;
}
/*Footer*/

footer h2{
    color: white;
}
.video {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

.footer-img {
    border: 2px solid white !important;
    margin-right: -6px;
    margin-bottom: -4px;
    min-width: 160px;
    max-width: 320px;
}
.footer-other{
    display: block;
    background-color: #000080;
    margin: 0 10% 0 10%;
    padding: 2% 2% 5px 2%;
    color: lightgrey;
}
.footer-other a{
    color: lightgrey;
    text-decoration: none;
}

.footer-other a:hover{
    color: gray;
    text-decoration: none;
}
.cookie-info{
    display:block;
    padding-bottom:-40px !important;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    text-align: center;
    background-color: #fefefe;
    margin: 1% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 1040px;/*80%;  Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
