 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 15%;
    top: 162%;
    width: 62%;
    height: 541px;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(247,251,252,0.6);
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    /*margin: 15% auto;  15% from the top and centered */
    margin-bottom: 0px;
    margin-left: 211px;
    margin-top: 16px;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 350px;
    height: 524px;
    border-radius: 10px;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    font-family: 'bnpp_sans_light';
    margin-right: 17px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 





 /* The Modal (background) */
.modal-2 {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 15%;
    top: 162%;
    width: 62%;
    height: 538px;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(247,251,252,0.6);
}

/* Modal Content/Box */
.modal-content-2 {
    background-color: #fefefe;
    /*margin: 15% auto;  15% from the top and centered */
    margin-bottom: 0px;
    margin-left: 211px;
    margin-top: 12px;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 339px;
    height: 524px;
    border-radius: 10px;
}

/* The Close Button */
.close-2 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    font-family: 'bnpp_sans_light';
    margin-right: 17px;
}

.close-2:hover,
.close-2:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 




  /* The Modal (background) */
.modal-3 {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 15%;
    top: 162%;
    width: 62%;
    height: 519px;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(247,251,252,0.6);
}

/* Modal Content/Box */
.modal-content-3 {
    background-color: #fefefe;
    /*margin: 15% auto;  15% from the top and centered */
    margin-bottom: 0px;
    margin-left: 222px;
    margin-top: 12px;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 331px;
    height: 482px;
    border-radius: 10px;
}

/* The Close Button */
.close-3 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    font-family: 'bnpp_sans_light';
    margin-right: 17px;
}

.close-3:hover,
.close-3:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 






 /* The Modal (background) */
.modal-4 {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 15%;
    top: 162%;
    width: 62%;
    height: 532px;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(247,251,252,0.6);
}

/* Modal Content/Box */
.modal-content-4 {
    background-color: #fefefe;
    /*margin: 15% auto;  15% from the top and centered */
    margin-bottom: 0px;
    margin-left: 226px;
    margin-top: 12px;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 320px;
    height: 469px;
    border-radius: 10px;
}

/* The Close Button */
.close-4 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    font-family: 'bnpp_sans_light';
    margin-right: 17px;
}

.close-4:hover,
.close-4:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}  






/*.modal-5 {
    display: none; 
    position: absolute; 
    z-index: 1; 
    left: 6%;
    top: 38%;
    width: 100%;
    height: 413px;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(255,255,255,0.6);
}


.modal-content-5 {
    background-color: #fefefe;
    margin-bottom: 0px;
    margin-left: 211px;
    margin-top: 7px;
    padding: 20px;
    width: 688px;
    height: 391px;
    border-radius: 10px;
}


.close-5 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    font-family: 'bnpp_sans_light';
}

.close-5:hover,
.close-5:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 
*/


















/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/



/* Modal-mobile */


@media (min-width: 321px) and (max-width: 768px) {

.modal {
    display: none; /* Hidden by default */
    position: relative;
    z-index: 1;
    left: -45%;
    top: -83%;
    width: 354px;
    height: auto;
    overflow: auto;
    margin-left: -18px;
    background-color: transparent; 
    background-color: transparent;
}


.modal-content {
    background-color: #fefefe;
    /*margin: 15% auto;  15% from the top and centered */
    margin-bottom: 0px;
    margin-left: 0px;
    /*padding-left: 0px;*/
    margin-top: 0px;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 100%;
    height: 410px;
    border-radius: 10px;
}


.modal-2 {
    display: none; /* Hidden by default */
    position: relative;
    z-index: 1;
    left: -45%;
    top: -83%;
    width: 354px;
    height: auto;
    overflow: auto;
    margin-left: -18px;
    background-color: transparent; 
    background-color: transparent;
}


.modal-content-2 {
    background-color: #fefefe;
    /*margin: 15% auto;  15% from the top and centered */
    margin-bottom: 0px;
    margin-left: 0px;
    /*padding-left: 0px;*/
    margin-top: 0px;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 100%;
    height: 589px;
    border-radius: 10px;
}


.modal-3 {
    display: none; /* Hidden by default */
    position: relative;
    z-index: 1;
    left: -16%;
    top: -46%;
    width: 354px;
    height: auto;
    overflow: auto;
    margin-left: -18px;
    background-color: transparent; 
    background-color: transparent;
}


.modal-content-3 {
    background-color: #fefefe;
    /*margin: 15% auto;  15% from the top and centered */
    margin-bottom: 0px;
    margin-left: 0px;
    /*padding-left: 0px;*/
    margin-top: 0px;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 100%;
    height: 425px;
    border-radius: 10px;
}


.modal-4 {
    display: none; /* Hidden by default */
    position: relative;
    z-index: 1;
    left: -16%;
    top: -46%;
    width: 354px;
    height: auto;
    overflow: auto;
    margin-left: -18px;
    background-color: transparent; 
    background-color: transparent;
}


.modal-content-4 {
    background-color: #fefefe;
    /*margin: 15% auto;  15% from the top and centered */
    margin-bottom: 0px;
    margin-left: 0px;
    /*padding-left: 0px;*/
    margin-top: 0px;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 100%;
    height: 410px;
    border-radius: 10px;
}


.modal-5 {
    display: none; /* Hidden by default */
    position: relative;
    z-index: 1;
    left: -23%;
    top: -87%;
    width: 354px;
    height: auto;
    overflow: auto;
    margin-left: -18px;
    background-color: transparent; 
    background-color: transparent;
}


/*.modal-content-5 {
    background-color: #fefefe;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 20px;
    width: 100%;
    height: 578px;
    border-radius: 10px;
}*/


}




@media (width: 320px) {

.modal {
    display: none; /* Hidden by default */
    position: relative; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 6%;
    top: -209%;
    width: 1065px;
    height: auto;
    overflow: auto; /* Enable scroll if needed */
    margin-left: -18px;
    background-color: transparent; 
    background-color: transparent;
}


.modal-content {
    background-color: #fefefe;
    /*margin: 15% auto;  15% from the top and centered */
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 320px;
    height: 436px;
    border-radius: 10px;
}


.modal-2 {
    display: none; /* Hidden by default */
    position: relative; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 6%;
    top: -209%;
    width: 1065px;
    height: auto;
    overflow: auto; /* Enable scroll if needed */
    margin-left: -18px;
    background-color: transparent; 
    background-color: transparent;
}


.modal-content-2 {
    background-color: #fefefe;
    /*margin: 15% auto;  15% from the top and centered */
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 320px;
    height: 578px;
    border-radius: 10px;
}


.modal-3 {
    display: none; /* Hidden by default */
    position: relative; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 6%;
    top: -209%;
    width: 1065px;
    height: auto;
    overflow: auto; /* Enable scroll if needed */
    margin-left: -18px;
    background-color: transparent; 
    background-color: transparent;
}


.modal-content-3 {
    background-color: #fefefe;
    /*margin: 15% auto;  15% from the top and centered */
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 320px;
    height: 436px;
    border-radius: 10px;
}


.modal-4 {
    display: none; /* Hidden by default */
    position: relative; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 6%;
    top: -209%;
    width: 1065px;
    height: auto;
    overflow: auto; /* Enable scroll if needed */
    margin-left: -18px;
    background-color: transparent; 
    background-color: transparent;
}


.modal-content-4 {
    background-color: #fefefe;
    /*margin: 15% auto;  15% from the top and centered */
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 320px;
    height: 436px;
    border-radius: 10px;
}



/*.modal-5 {
    display: none; 
    position: relative; 
    z-index: 1; 
    left: 6%;
    top: -63%;
    width: 1065px;
    height: auto;
    overflow: auto; 
    margin-left: -18px;
    background-color: transparent; 
    background-color: transparent;
}


.modal-content-5 {
    background-color: #fefefe;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    padding: 20px;
    width: 320px;
    height: 578px;
    border-radius: 10px;
}*/








}






















