body, html {
		width:100%;
		min-height:100%;
		padding:0;
		margin:0;
        font-family: Montserrat !important;
	}

        html, * {
		margin:0;
		padding:0;
		box-sizing:border-box;
	}

        section, article, footer, header, nav {
		display: block;
	}


        .clear {
            clear:both;
        }

        .navbar {
            overflow:hidden;
            background-color: #fff;
            margin-top: 0;
        }

        .navbar a {
            
            font-size: 16px;
            color: #000;
            text-align: center;
            text-decoration: none; 

        }

        

        .navbar a:hover, .dropdown:hover .dropbtn {
            color: #2FC1FF !important;
            border-bottom: 1px solid #2FC1FF;
            padding-bottom: 20px;
	    background-color: #fff !important;
          
        }

        .navbar a:active {
            color: #2FC1FF;
        }


       
        li {
            display: inline;
            padding-right:20px;
            font-size: 18px;
            text-decoration: none;
        }

.cover {
    background-image: url("/JavaScript/LandingPage/img/cover-image.jpeg");
    /*background-image: url("/JavaScript/LandingPage/img/Christmas2024.jpg");*/
    height: 400px;
    background-size: cover;
    align-content: center;
    background-position: center center;
    .z-index: 5;
}

	.coverabout {
            background-image: url("/JavaScript/LandingPage/img/aboutcover.png");
            height: 400px;
            background-size: cover;
            align-content: center;
            background-position: center center;
	    .z-index: 5;
        }

	.coverservices {
            background-image: url("/JavaScript/LandingPage/img/services-image.jpeg");
            height: 400px;
            background-size: cover;
            align-content: center;
            background-position: center center;
	    .z-index: 5;
        }

	.covercontact {
            background-image: url("/JavaScript/LandingPage/img/contact-image.png");
            height: 400px;
            background-size: cover;
            align-content: center;
            background-position: center center;
	        z-index: 5;
        }



.background-image {
    background-image: url("/JavaScript/LandingPage/img/cover-image.jpg");
    height: 400px;
    background-size: cover;
    align-content: center;
    background-position: center center;
}

	.background-about {
            background-image: url("JavaScript/LandingPage/img/aboutcover.png");
            height: 400px;
            background-size: cover;
            align-content: center;
            background-position: center center;
        }

	.background-services {
            background-image: url("JavaScript/LandingPage/img/services-image.jpeg");
            height: 400px;
            background-size: cover;
            align-content: center;
            background-position: center center;
        }

	.background-contact {
            background-image: url("JavaScript/LandingPage/img/contact-image.png");
            height: 400px;
            background-size: cover;
            align-content: center;
            background-position: center center;
        }

        .login {
            background-color:rgba(0,0,0,0.5) ;
            
            height: 400px;
        }

#login {
    background-color: #00B050;
    color: #fff;
    font-size: 12px;
    border: none;
    padding: 15px 20px;
    opacity: 1;
    border-collapse: collapse;
    
    letter-spacing: 0.5px;
    cursor: pointer;
    width: 220px;
    border-radius: 1px;
    font-weight: 500;
    transition:  0.3s; 
}



    #login:hover {
        color: #000;
        background-color: #D3D3D3;
        transform: scale(1.1);
    }

        #signup {
            text-align: center;
            font-size: 12px;
            color: #fff;
            border: none;
            opacity: 1;
            z-index: 100;
            padding: 15px 15px;
            border-collapse: collapse;
            letter-spacing: 0.5px;
            font-weight: 400;
            
          

        }

            #signup a {
                color: #2FC1FF;
                transform: scale(1.1);
                transition: 0.3s;
            }

        #signup a:hover {
            
            color: #fff !important;
        }

        .form-popup {
	    background-color: #FFF;
            display: none;
            top: 50%;
            left: 50%;
            position: fixed;
            transform: translate(-50%, -50%);
            border: 3px solid #f1f1f1;
            z-index: 101;
            border: none; 
            border-collapse: collapse;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	    padding: 50px;
        z-index: 1001;
        font-family: Montserrat !important;
            
}

        .form-container {
            max-width: 500px;
            padding: 50px;
            background-color: white;
            /*background-color: rgba(255,255,255,0.9);*/
}

	input[type=text], select, textarea {
            /*width: 30%;*/
            padding: 12px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
            margin-top: 6px;
            margin-bottom: 16px;
            resize: vertical;
            font-family: Montserrat;
            letter-spacing: 0.5px;
            font-size: 14px;
            outline: none;
        }

        input[type=submit] {
            background-color: #2FC1FF;
            color: white;
            padding: 12px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            width: 30%;
        }

        input[type=submit]:hover {
            background-color: #2FC1FF;
            color: #000;
        }

        .container {
            
            background-color: #F3F6F6;
            padding-top: 20px;
}

        .placeholder:: {
            font-family: Montserrat;
        }
        
        .whatsappButton {
            position: fixed;
            bottom: 0;
            right: 0;
            margin-right: 10px;
            margin-bottom: 10px; 
            
        }