.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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 */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 75%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: blue;
    float: right;
    font-size: 26px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    text-align: center;
}

.modal-body {padding: 2px 36px;}

.modal-footer {
    font-size:1rem ;
    font-family: 'latolight';
    background-color: #21424a;
    color: grey;
    text-align: center;
}

.modal-footer1 {
    font-size:1rem ;
    font-family: 'latolight';
    background-color: #2fac6c;
    color: black;
    text-align: center;
}
.buttona{
    background-color: #21424b; /* Green */
    background-size: cover;
    padding: 2px 45px;
    border: none;
    
    color: white;
    text-align: center;
    vertical-align: text-center;
    text-decoration: none;
    display: inline-block;
    text-shadow: 2px 2px 5px black;
 
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 2px;
    
    font-size: 1.5rem;
    color: #282828;
    font-family: 'latobold';
}
.free_buttona{
    background-color: #21424b; 
    color: white; 
}    
.buttona:hover {
    color: white;
    text-shadow: 2px 2px 5px red;
}

.buttonb{
    background-color: #2fab6d; /* Green */
    background-size: cover;
    padding: 2px 45px;
    border: none;
    
    color: white;
    text-align: center;
    vertical-align: text-center;
    text-decoration: none;
    display: inline-block;
    text-shadow: 2px 2px 5px black;
 
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 2px;
    
    font-size: 1.5rem;
    color: #282828;
    font-family: 'latobold';
}
.free_buttonb{
    background-color: #2fab6d; 
    color: white; 
}    
.buttonb:hover {
    color: white;
    text-shadow: 2px 2px 5px red;
}
.sub1{
    width: 95%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.sub2{
    width: 95%;
    background-color: #21424b;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.gdpr_title{
    margin-bottom: 4px;
    

}
.gdpr_title h2{
    font-size: 1.5rem;
    color: white;
    font-family: 'latoheavy';

    
}
.gdpr_title p{
    font-size:1rem ;
    color:white;
    font-family: 'latolight';
    line-height: 1.2;
}
.buttonabe {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 36px;
    text-align: center;
    vertical-align: text-top;
    text-decoration: none;
    display: inline-block;
 
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 2px;
    
    font-size: 0.9875rem;
    color: #282828;
    margin-top: 8px;
    font-family: 'latobold';
}
.free_button {
    background-color: white; 
    color: black; 
}
.free_button:hover {
    background-color: #ff9933;
    color: white;
}