@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');       

/* Reset some default styles */


      body, html {
            margin: 0;
            padding: 0;
            font-family: 'DM Sans', sans-serif;
			
        }

	form {
		width: 100%;
		margin: 0;
	
	}

        /* Center the content */
        .container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 100vh;
        }

        /* Style the app name and subheading */
        h1 {
            font-size: 5rem;
            text-align: center;
            color: white;
			float: left;
			transition: width 0.5s ease-in-out, height 0.5s ease-in-out;

		
        }

        h2 {
            font-size: 1.5rem;
            text-align: center;
            color: white;
            margin-top: -40px;
			font-weight: 200
        }

		h3 {
			color: white;
			font-weight:200;
			}
		
		.thin {
			font-weight: 100;
			}

		#thinTitle {
			font-weight: 100;
			font-size: 1.0rem;
			margin-top: -5px;
			}
			
	a {
		color: white;
	}

    /* Style the social media links */
        .site-title {
            position: absolute;
            top: 20px;
            left: 20px;
            font-size: 1.5rem;
			color: white;
			font-weight: 400;
        }
		
        /* Style the social media links */
        .social-links {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 1.5rem;
        }

        .social-links a {
            color: white;
            text-decoration: none;
            margin-left: 0px;
            transition: color 0.3s ease;
        }

        .social-links a:hover {
            color: #333333;
        }

        /* Style the footer */
        footer {
            bottom: 0;
            left: 0;
            right: 0;
			background-color: rgba(0, 0, 0, 0.3);		
            color: #fff;
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;  
    		position: absolute;
    		z-index: 999;
        }

        /* Style the mailing list form */
        #mailing-list-form {
            display: flex;
            width: 50%;
			min-width: 500px;
			float: left;
        }

        #mailing-list-form input[type="email"] {
            padding: 10px;
            margin-right: 10px; /* Added space between input and button */
            border: none;
            border-radius: 5px;
            font-size: 1rem;
            flex-grow: 1; /* Allow input to grow to fill available space */
        }

        #mailing-list-form button {
            padding: 10px 20px; /* Added padding to the button */
            background-color: #36CD7E;
            border: none;
            border-radius: 5px;
            color: #fff;
            cursor: pointer;
            font-size: 1rem;
			box-shadow: none;
 			outline: none; /* Remove the outline when focused (optional) */
        }
		 #mailing-list-form button:hover {
            background-color: #4DBBDE; 
      
        }

        /* Style the copyright info */
        #copyright-info {
            font-size: 0.8rem;
			float: right;
			width: 10%;
			min-width: 230px;
			
        }

#boxHead {
		margin-top: -110px;
		margin-left: 25px;
		width: 100%;
	    display: block;
		color: white;
		font-size: 1.3rem;
		}

#boxHeadMobile {
		display: none;
		}

.logoLink {
	text-decoration: none;
	transition: color 0.3s ease; /* Add a transition for the color property */

	 }

.logoLink:hover {
	color:darkslategrey;
	 }
		

/* Define the initial state of the background gradient */
.gradient-animation {
  background-color: #4DBBDE;
  animation: backgroundChange 30s linear infinite;
}

/* Define the keyframes for the animation */
@keyframes backgroundChange {
  0% {
    background-color: #4DBBDE;
  }
  25% {
    background-color: orangered; /* A color in between blue and red */
  }
  50% {
    background-color: #36CD7E;
  }
  75% {
    background-color: darkslateblue; /* Back to magenta for a smooth transition */
  }
  100% {
    background-color: #4DBBDE;
  }
}
		
	#mobile-copyright-info {
		display: none;
	}
		
		
        /* Style the copyright info */
        #copyright-info-ty {
            font-size: 0.8rem;
			width: 100%;
			text-align: center;
			
			
        }

 /* Style the copyright info */
        #mobile-copyright-info-ty {
            display:none;
			font-size: 0.8rem;
			width: 100%;
			text-align: center;
			
        }

	#bizReg {
		width: 300px;
		float: left;
		position: absolute;
		margin-left: -230px; 
		
	   }
	/* Media query for screens 1015 wide or less (mobile) */
@media (max-width: 1015px) {
    /* Stack the mailing list form on top of the copyright info */

			#bizReg {
			display: none;
		
	
	   }
			

		/* Media query for screens 768px wide or less (mobile) */
@media (max-width: 800px) {
    /* Stack the mailing list form on top of the copyright info */
    #mailing-list-form {
        min-width: 100%;
		float: none;
		height: auto;
		display: flex;

    }
	
	    /* Style the copyright info */
     #copyright-info {
		display:none;

    }
	
	/* Style the copyright info */
     #mobile-copyright-info {
        
	    float: none;
		min-width: 100%;
		height: auto;
		text-align: center;
		display:block;
		font-size: 0.8rem;
		padding-top: 15px;

    }
	
	 /* Style the copyright info */
        #mobile-copyright-info-ty {
			display: block;
			}
	
	/* Style the copyright info */
        #copyright-info-ty {
			display: none;
			}
	
	    footer {
            display: block;
         
        }
	
	h1 {
		font-size: 2.0rem;
		padding-bottom: 20px;
	}
	
	h2 {
		font-size: 1.2rem;
		padding-bottom: 20px;
	}
	
		#thinTitle {
			font-weight: 100;
			font-size: 0.8rem;
			margin-top: -5px;
			}
	
	#boxHead {
		display: none;
		}
	

	#boxHeadMobile {
		display: block;
		margin-top: -50px;
		padding-bottom: 30px;
		}
}


