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