/* The Modal (background) */
.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.9); /* Black w/ opacity */
 }

 /* Modal Content */
 .modal-content {
    background-color: #fefefe;
    margin: auto;
    /* padding: 0px; */
    border: 1px solid #888;
    border-radius: 6px;
    width: 500px;
 }

 /* The Close Button */
 .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    top: -6px;
    left: -5px;
 }

 .close:hover,
 .close:focus {
 color: #000;
 text-decoration: none;
 cursor: pointer;
 }

/* Popup Content CSS */ 
    #staremail{
       position: relative; 
       top: 30px; 
       left: 100px; 
       font-size: 20px;
       color:red;
    }
    #starcountry{
       position: relative; 
       top: 36px; 
       left: 100px; 
       font-size: 20px;
       color:red
    }
    .popupheading{
       margin: 70px 45px 0px;
       text-align: center;
       /* font-weight: 20px; */
    }
   #country
    {
       border-style: solid;
       border-radius: 10px;
       width: 300px;
       padding-top: 4px;
       margin-top: 20px;
       color: black;
       padding-left: 10px;
       height: 40px;
       position: relative;
       top: 30px;
       left: 100px;
    } 
    #popupsendlinkbtn{
       background-color: rgb(5, 43, 126);
       border-radius: 20px;
       color: white;
       width: 240px;
       text-align: center;
       padding-top: 4px;
       height: 50px;
       padding-bottom: 4px;
       position: relative;
       top: 110px;
       left: 26%;
       font-size: large;
       margin-right: 92px;
    line-height: 18px;
    }
    #popupcontrolsdiv{
       position: relative; 
       top: 30px; 
       right: 15px;
    }
    #popupemail{
       height: 40px;
       width: 300px;
       position: relative;
       top: 25px;
       left: 100px;
       border-radius: 10px;
       border-style: solid;
       border-color: lightgray;
    }
    .anyway{
       margin-top: 65px;
       background-color: gray;
       color: white;
       text-align: center;
       padding: 16px;
       height: 50px; 
    }
    #popuptitle{
             font-size: 14px;
    }
    #popupsubtitle{
       font-size: 12px;
    }
    @media only screen 
       and (min-device-width : 481px) 
       and (max-device-width : 1000px) {
          .popupheading{
             margin: 25px 15px 0px;
             text-align: center; 
             /* font-weight: 20px; */
          }
          #popuptitle{
             font-size: 16px;
          }
          #popupsubtitle{
             font-size: 14px;
          }
       /* Styles */   
       .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.9); /* Black w/ opacity */
          }

          /* Modal Content */
          .modal-content {
             background-color: #fefefe;
             margin: auto;
             /* padding: 0px; */
             border: 1px solid #888;
             border-radius: 6px;
             width: 340px;  
          }

          /* The Close Button */
          .close {
             color: #aaaaaa;
             float: right;
             font-size: 28px;
             font-weight: bold;
             position: relative;
             top: -6px;
             left: -5px;
          }

          #country
             {
                border-style: solid;
                border-radius: 10px;
                width: 250px;
                padding-top: 4px;
                margin-top: 20px;
                color: black;
                padding-left: 10px;
                height: 40px;
                position: relative;
                top: 30px;
                left: 27px;
             } 
             #popupsendlinkbtn{
                background-color: rgb(5, 43, 126);
                border-radius: 20px;
                color: white;
                width: 240px;
                text-align: center;
                padding-top: 4px;
                height: 50px;
                padding-bottom: 4px;
                position: relative;
                top: 55px;
                left: 15%;
                font-size: large;
             }
             #popupemail{
                height: 40px;
                width: 250px;
                position: relative;
                top: 25px;
                left: 27px;
                border-radius: 10px;
                border-style: solid;
                border-color: lightgray;
             }
             #staremail{
                position: relative; 
                top: 30px; 
                left: 27px; 
                font-size: 20px;
                color:red;
             }
             #starcountry{
                position: relative; 
                top: 36px; 
                left: 27px; 
                font-size: 20px;
                color:red
             }
             #popupcontrolsdiv{
                position: relative;
                top: 0px;
                left: 8px; 
             }
       }

    /* Mobile View Responsive Design */
    /* Smartphones (portrait and landscape) ----------- */
       @media only screen 
       and (min-device-width : 320px) 
       and (max-device-width : 480px) {

          .popupheading{
             margin: 25px 15px 0px;
             text-align: center; 
             /* font-weight: 20px; */
          }
          #popuptitle{
             font-size: 16px;
          }
          #popupsubtitle{
             font-size: 14px;
          }
       /* Styles */   
       .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.9); /* Black w/ opacity */
          }

          /* Modal Content */
          .modal-content {
             background-color: #fefefe;
             margin: auto;
             /* padding: 0px; */
             border: 1px solid #888;
             border-radius: 6px;
             width: 340px;  
          }

          /* The Close Button */
          .close {
             color: #aaaaaa;
             float: right;
             font-size: 28px;
             font-weight: bold;
             position: relative;
             top: -6px;
             left: -5px;
          }

          #country
             {
                border-style: solid;
                border-radius: 10px;
                width: 250px;
                padding-top: 4px;
                margin-top: 20px;
                color: black;
                padding-left: 10px;
                height: 40px;
                position: relative;
                top: 30px;
                left: 27px;
             } 
             #popupsendlinkbtn{
                background-color: rgb(5, 43, 126);
                border-radius: 20px;
                color: white;
                width: 240px;
                text-align: center;
                padding-top: 4px;
                height: 50px;
                padding-bottom: 4px;
                position: relative;
                top: 55px;
                left: 15%;
                font-size: large;
             }
             #popupemail{
                height: 40px;
                width: 250px;
                position: relative;
                top: 25px;
                left: 27px;
                border-radius: 10px;
                border-style: solid;
                border-color: lightgray;
             }
             #staremail{
                position: relative; 
                top: 30px; 
                left: 27px; 
                font-size: 20px;
                color:red;
             }
             #starcountry{
                position: relative; 
                top: 36px; 
                left: 27px; 
                font-size: 20px;
                color:red
             }
             #popupcontrolsdiv{
                position: relative;
                top: 0px;
                left: 8px; 
             }
       }

       /* Smartphones (landscape) ----------- */
       @media only screen 
       and (min-width : 321px) {
       /* Styles */
       }

       /* Smartphones (portrait) ----------- */
       @media only screen 
       and (max-width : 320px) {
       /* Styles */
       }

       /* iPads (portrait and landscape) ----------- */
       @media only screen 
       and (min-device-width : 768px) 
       and (max-device-width : 1024px) {
       /* Styles */
       }

       /* iPads (landscape) ----------- */
       @media only screen 
       and (min-device-width : 768px) 
       and (max-device-width : 1024px) 
       and (orientation : landscape) {
       /* Styles */
       }

       /* iPads (portrait) ----------- */
       @media only screen 
       and (min-device-width : 768px) 
       and (max-device-width : 1024px) 
       and (orientation : portrait) {
       /* Styles */
       }

       /* Desktops and laptops ----------- */
       @media only screen 
       and (min-width : 1224px) {
       /* Styles */
       }

       /* Large screens ----------- */
       @media only screen 
       and (min-width : 1824px) {
       /* Styles */
       }

       /* iPhone 4 ----------- */
       @media
       only screen and (-webkit-min-device-pixel-ratio : 1.5),
       only screen and (min-device-pixel-ratio : 1.5) {
       /* Styles */
       }



/* #popupsendlinkbtn{
    background-color: rgb(5, 43, 126);
    border-radius: 20px;
    color: white;
    width: 240px;
    text-align: center;
    padding-top: 4px;
    height: 50px;
    padding-bottom: 4px;
    position: relative;
    top: 55px;
    left: 15%;
    font-size: large;
    margin-right: 92px;
    line-height: 18px;
 } */
 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-wrap: wrap;
margin-right: 40px;}


