/* Read Me:

Dark Blue Color: #2a3775
Light Peach Color: #ffdcbb
Light Orange Color: #ff7c53 
Very Light grey: #dbdbdb
Medium Grey: #c9c9c9
Grey: #adadad

*/


#LandingPage_Image{
    background-image: url("/img/purple_to_blue_background_desktop.jpg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 690px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    
}

#LandingPage_Main{
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Montserrat";
}

#LandingPage_Main_Desktop{
    padding-top: 100px;
    padding-bottom: 50px;
}

#LandingPage_Main_Mobile{
    display: none;
}

.LandingPage_LeftColumn{
    padding-top: 5px;
    padding-bottom: 20px;
}

.homepage-header{
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 32px;
}

.homepage-subheader{
    font-weight: 600;
    color: #0ab9ff;
    margin-bottom: 30px;
}

.homepage-incentive-list{
    color: #ff7c53;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.homepage-incentive-list i {
    margin-right: 10px;
}

.trustpilot{
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: -50px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.homepage-review{
    font-style: italic;
    color: #adadad;
    font-size: 12px;
    margin-bottom: 40px;
}


#homepageButton1{
    border-radius: 50px;
    padding: 15px 25px 15px 25px;
    /*background-color: #2a3775;*/
    /*color: white;*/
}

#homepageButton2{
    border-radius: 50px;
    padding: 15px 25px 15px 25px;
    /*border-color: #2a3775;*/
    /*color: #2a3775;*/
}


.regulatoryLinks{
    margin-top: 40px;
    font-size: 12px;
}

#regulatoryLink1{
    margin-right: 20px;
    color: white;
    text-decoration: none;
}

#regulatoryLink2{
    margin-right: 20px;
    color: white;
    text-decoration: none;
}


#homepageButton_ipad{
    border-radius: 50px;
    display: none !important;
}

#cheeringman{
    max-width: 600px;
    margin-top: -10px;
    margin-left: -20px;
}

.edenred-container{
    display: none;
}

#edenred-modal-img{
    max-width: 100px;
    margin: auto;
}

#edenred-modal-img2{
    max-width: 150px;
    margin: auto;
}

#edenred-modal-img3{
    max-width: 250px;
    margin: auto;
}


.modal-body-title{
    font-size: 15px;
    font-weight: 600;
}

.modal-body-content{
    font-size: 13px;
}


#modal-highlighted{
    background-color: #FFFF00
}


          /* CSS for when the browser's width is 767px wide or less: MOBILE DEVICES */
          @media screen and (max-width: 767px) {
            
                #LandingPage_Image{
                    background-image: url("/img/purple_to_blue_background_mobile.jpg"); /* The image used */
                    background-color: #cccccc; /* Used if the image is unavailable */
                    height: 880px; /* You must set a specified height */
                    background-position: center; /* Center the image */
                    background-repeat: no-repeat; /* Do not repeat the image */
                    background-size: cover; /* Resize the background image to cover the entire container */
                    
                }            
            
                #cheeringman{
                    max-width: 300px;
                    margin-top: -30px;
                    margin-left: 15px;
                }
            
                #LandingPage_Main{
                    margin-top: 55px;
                    margin-bottom: 30px;
                    font-family: "Montserrat";

                }

                #LandingPage_Main_Desktop{
                    display: none;
                }
                
                #LandingPage_Main_Mobile{
                    display: block;
                    padding-top: 25px;
                }
                
                #image-main-panel-mob{
                    max-width: 100vw;
                }
                
                #homepage-header_mobile{
                    font-size: 20px;
                    font-weight: 800;
                    color: #ffffff;
                    margin-bottom: 20px;
                }
                
                #homepage-subheader_mobile h1{
                    font-size: 13px;
                    color: #0ab9ff;
                    margin-top: 15px;
                    margin-bottom: 20px;
                }
                
                #incentives-mob h1{
                    font-size: 16px;
                    color: #ff7c53;
                    font-weight: 600;
                }
                
                #title2{
                    font-style: italic;
                    color: grey;
                    font-weight: 600;
                    font-size: 14px;
                }
                
                #homepageButton1_mob{
                    width: 300px;
                }
                
                .tel-number-under-quote-button{
                    font-size: 12px;
                    text-decoration: none;
                    color: white;
                    font-weight: 600;
                }
                
                .trustpilot{
                    max-width: 500px;
                    margin-top: 10px;
                    margin-bottom: 10px;
                    margin-left: 0px;
                    padding-top: 0px;
                    padding-bottom: 30px;
                }
                
                .homepage-review_mob{
                    font-size: 12px;
                    font-style: italic;
                    color: #1b8271;
                }
                
                #regulatoryLink1{
                    margin-right: 0px;
                    font-size: 10px;
                    display: block;
                } 
                
                #regulatoryLink2{
                    margin-right: 0px;
                    margin-top: 10px;
                    font-size: 10px;
                    display: block;
                } 
                
                .edenred-container{
                    display: block;
                    background-color: #eaeaea;
                    padding: 15px 0px 15px 0px;
                    
                }
                
                #edenred_txt{
                    font-size: 12px;
                    font-weight: 600;
                    font-style: italic;
                    margin-bottom: 0px;
                }
                
                #edenred_img{
                    width: 100px;
                }
                
                #edenred-modal-img3{
                    max-width: 200px;
                    margin: auto;
                }
                
                #reward-gateway_img{
                    width: 65%;
                    margin-top: 15px;
                }
                
          }
        
        
        /* CSS for when the browser's width is 768px wide up to 1024px wide: TABLETS */
        @media only screen 
            and (min-device-width: 768px) 
            and (max-device-width: 1024px) 
                  {
                 
                 
                #LandingPage_Image{
                    background-image: url("/img/purple_to_blue_background_mobile.jpg"); /* The image used */
                    background-color: #cccccc; /* Used if the image is unavailable */
                    height: 1040px; /* You must set a specified height */
                    background-position: center; /* Center the image */
                    background-repeat: no-repeat; /* Do not repeat the image */
                    background-size: cover; /* Resize the background image to cover the entire container */
                    
                }            
            
                #cheeringman{
                    max-width: 400px;
                    margin-top: -30px;
                    margin-left: 20px;
                }
            
                #LandingPage_Main{
                    margin-top: 55px;
                    margin-bottom: 30px;
                    font-family: "Montserrat";

                }

                #LandingPage_Main_Desktop{
                    display: none;
                }
                
                #LandingPage_Main_Mobile{
                    display: block;
                    padding-top: 45px;
                }
                
                #image-main-panel-mob{
                    max-width: 100vw;
                }
                
                #homepage-header_mobile{
                    font-size: 27px;
                    font-weight: 800;
                    color: #ffffff;
                    margin-bottom: 20px;
                }
                
                #homepage-subheader_mobile h1{
                    font-size: 20px;
                    color: #0ab9ff;
                    margin-top: 15px;
                    margin-bottom: 20px;
                }
                
                #incentives-mob h1{
                    font-size: 23px;
                    color: #ff7c53;
                    font-weight: 700;
                }
                
                #title2{
                    font-style: italic;
                    color: grey;
                    font-weight: 600;
                    font-size: 14px;
                }
                
                #homepageButton1_mob{
                    width: 500px;
                    font-size: 25px;
                }
                
                .tel-number-under-quote-button{
                    font-size: 17px;
                    text-decoration: none;
                    color: white;
                    font-weight: 600;
                }
                
                .trustpilot{
                    max-width: 500px;
                    margin-top: 30px;
                    margin-bottom: 10px;
                    margin-left: auto;
                    margin-right: auto;
                    padding-top: 0px;
                    padding-bottom: 30px;
                }
                
                .homepage-review_mob{
                    font-size: 15px;
                    font-style: italic;
                    color: #1b8271;
                }
                
                #regulatoryLink1{
                    margin-right: 0px;
                    font-size: 10px;
                    display: block;
                } 
                
                #regulatoryLink2{
                    margin-right: 0px;
                    margin-top: 10px;
                    font-size: 10px;
                    display: block;
                } 
                
                .edenred-container{
                    display: block;
                    background-color: #eaeaea;
                    padding: 15px 0px 15px 0px;
                    
                }
                
                #edenred_txt{
                    font-size: 12px;
                    font-weight: 600;
                    font-style: italic;
                    margin-bottom: 0px;
                }
                
                #edenred_img{
                    width: 100px;
                }
                
                #edenred-modal-img3{
                    max-width: 200px;
                    margin: auto;
                }
                
                #reward-gateway_img{
                    width: 35%;
                    margin-top: 15px;
                }
                
                
        }
        
        
        /* CSS for GALAXY FOLD ONLY */
          @media only screen 
            and (min-device-width: 279px) 
            and (max-device-width: 281px) 
              {
                  
                #LandingPage_Image{
                    background-image: url("/img/PurpleBlueTablet_EdenRedBlank.jpg"); /* The image used */
                    background-color: #cccccc; /* Used if the image is unavailable */
                    height: 820px; /* You must set a specified height */
                    background-position: center; /* Center the image */
                    background-repeat: no-repeat; /* Do not repeat the image */
                    background-size: cover; /* Resize the background image to cover the entire container */
                    
                }   
                
                #cheeringman{
                    max-width: 180px;
                    margin-top: -30px;
                }
                
                #homepageButton1_mob{
                    width: 200px;
                    font-size: 18px;
                }
                
                #specialistLogo1{
                    max-width: 150px;
                }
                
                #reward-gateway_img{
                    width: 65%;
                    margin-top: 15px;
                }
                
                #edenred-modal-img2{
                    display: none;
                }
                
              }