﻿
/* The Modal (vbackground) */
.modal {
    display: block;/*none; Hidden by default*/
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding: 10px; /* Location of the box */
    min-height: 100%;
    width: 85vw;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4);
    margin-left: auto;
    margin-right: auto;
}

/* Modal Content */

.modal-content {
    position:relative;
    background-image: url("images/advert.jpg");
    padding: 20px 20px 20px 60px;
    border: 2px solid #FFFFFF;
    width: 36vw;
    height: calc(36vw * 0.75);
    margin-top: 10vh;
    margin-right: auto;
    margin-left: auto;
    background-size: 100% 100%;
    background-position: center; /*background-color: #FF0000;*/
    color: #FFFFFF;
    background-repeat: no-repeat;
}

li.modal-coontent {
    margin-bottom: 15px;
}
.modal-link {
    /*border-style: solid; 
    border-color: #FF0000;*/ 
    position: absolute; 
     margin-top: 10vh;
    bottom: 45px; 
    right: 90px; 
   width: 36vw;
    height: calc(36vw * 0.75);
    cursor: pointer;
}

.t1 {
    font-size: larger;
    font-weight: bold;
}
.t2 {
    font-weight: bold;
    font-style: italic;
}

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 36px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}


   
   