/* General Styles */

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
	max-width: 100%;
}

body {
    display: flex;
    flex-direction: column;
	  min-height: 100vh;
}

header {
	 display: flex;
    align-items:flex-end;
    background: linear-gradient(white 90%,black);
    padding: .8em;
    justify-content: space-between;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-left: auto;
}
#logo {
	margin-left:2%;
align-self:flex-end;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; /* Display menu items in a row */
}

nav ul li {
    margin-left: .8em;
    display: inline; /* Display menu items inline */
	font-family: fillip;
	 white-space: nowrap; /* Prevent wrapping */
	line-height: 2;
font-size: 1.5vw;
}

nav ul li a {
	color:black;
	text-decoration: none;
}

.cta1 {
	background-color: #FDB614;
	border-radius: 50%;
	padding: 4% 1%;
	line-height: 1.5;
	   margin-left: .8em;
    display: inline; /* Display menu items inline */
	font-family: fillip;
	 white-space: nowrap; /* Prevent wrapping */
font-size: 1.5vw;
}
.cta1 a {
	color: black;
	text-decoration: none;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
	order:2;
}

section {
	max-width: 100%;
}

h1,h2, a {
	font-family: "goodDog New";
}

p {
	font-family:fillip;
}

.cta {
    background: linear-gradient(#F89621, #FDB614);
    border-radius: .8em; /* Adjust the border-radius */
    padding: .8em 1em; /* Increase padding to accommodate text */
    display: inline-block; /* Ensure proper display */
    text-decoration: none; /* Remove default link underline */
    color: #fff; /* Set text color */
    transition: background-color 0.3s ease; /* Smooth transition for background color */
	font-size: 1.5vw;
}

.cta:hover {
    background: linear-gradient(#FDB614, #F89621); /* Change background color on hover */
}


.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* homepage */

.two-column {
    display: flex;
	max-width: 100%;
	margin: 0%;
}
.blog-two-column {
    display: flex;
	max-width: 100%;
	margin: 0%;
}
.two-column > div {
    flex: 1;
	max-width: 50%;
}
.blog-two-column > div {
    flex: 1;
	max-width: 50%;
}
.tc1,.tc2 {
max-width: 100%;}

.tc2 h1, .tc2 p, .tc2 a, .tc1 h1, .tc1 p, .tc1 a {margin-left: 5%;}
.about-two-column h2 {margin-left: 5%;}
.tc2 h1 {
	margin-top:15%;
	font-size: 2.2vw;
}

.tc1 h1 {
	margin-top:5%;
	font-size: 2.2vw;
	width: 80%;
}
.tc1 p,.tc2 p {
	font-size: 1.8vw;
	width:80%;
}

.full-width {
    max-width: 100%;
}

#pic2 {
	width: 100%;
	
}

.fw2 div {
    flex: 1;
    text-align: left; /* Align text to the left */
	width:60%;
	
}
.fw2 {
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center horizontally */
    margin: 5% 0%; /* Adjust the top margin as needed */
}
.fw2 h2 {font-size: 2.2vw;}
.fw2 p {font-size: 1.8vw;}

#faq {
 font-size: 2.5vw;
	margin: 0 0 2% 0;
}

#pic3 {
	width: 100%;
}

#pin {
    width: 30%;
    margin-right: 10%; /* Adjust the space between the pin image and the text */
}

/* aboutpage Styles */

.about-full-width {
    max-width: 100%;
	margin-top: 5%;
}

#origins {
z-index: -1;
	max-width: 100%;
	position: absolute;
	left: 0;
	top:100%;
	opacity: 70%;
}
.origins {
	display:flex;
	flex-direction: row;
	margin: 0% 10%;
	font-size: 1.5vw;
}

.afw1 {
margin: 0% 20% 5% 20%;
	text-align: center;
	font-size: 1.5vw;
}

.afw3 {margin: 0% 20% 0% 20%;
    max-width: 100%;}
.afw2 {
    display: flex;
    margin: 0% 5%; /* Adjust the top margin as needed */
}
.afw2 h1 {
	text-align: center;
	margin-top: 5%;
}

#aboutp1 {
	margin-bottom: 5%;
	background: radial-gradient(white 0%,transparent 100%);
	border-radius: 100%;
	padding: 8% 10% 10% 10%;
	margin-top: -5%
}

.centered-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 5%; /* Add margin to the top */
    margin-bottom: 5%; /* Auto margin to push it up */
}

.centered-section img {
    max-width: 80%;
}


.firstsection {
    position: relative;
    z-index: 1;
}
#logolink {
    display: inline-block;
}
#sqplaceholders {
    position: absolute;
    left: -20%;
    top: 0;
    width: 150%;
    z-index: -1; /* Ensures the image is positioned behind other content */
	margin-top: 5%;
	opacity: 60%;
}
/* footer Styles */
footer {
    position: relative; /* Keep the footer's position as relative */
    width: 100%;
    background-color: #333;
    padding: 20px 0;
    margin-top: auto; /* Push the footer to the bottom */
    order: 300;
    z-index: 1000; /* Set a high z-index value to ensure the footer appears in front of other elements */
}

footer nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
}

footer nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
	color: transparent;
	text-align: center;
	 width: 50px; /* Adjust width and height for the circular icons */
    height: 50px;
}

footer nav ul li a img {
    width: 80%; /* Adjust size of the icons */
    height: auto;
}

footer h3 {
	font-family: fillip;
	font-weight:500;
	text-indent: 15px;
	font-size: 1vw;
	margin-bottom: 1%;
	color: white;
	font-style: italic;
	text-align: center;
}

form {
            padding: 20px;
            width: 70%;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 0px 0px 5px 5px;
			margin-bottom: 2%;
	margin-top:-.5%
        }

        fieldset {
            border: none;
            margin: 0;
            padding: 0;
			float:none;
			text-align: center;
			font-family: fillip, sans-serif;
			font-size: .8em;
        }

        .formRow {
            display: flex;
            gap: 10px;
            margin-bottom: 10px;
			flex-direction: row;
			align-items: center;
        }

        .formRow > div {
            flex: 1;
        }

        label {
            display: block;
            margin-bottom: 5px;
			text-align: left;
        }
  

        input,
        textarea {
            width: 100%;
            padding: 8px;
            box-sizing: border-box;
        }

        textarea {
            resize: vertical;
			
        }

		legend {
		  font-size: 5vw;
		  color: black;
		  flex: 0 0 100%;
		  font-family: "Gooddog new", sans-serif;
		  font-weight: 200;
		  text-align: center;
		  border-radius: 50px;
		  margin-bottom: 20px;
		  padding: 15px;
		  width: 80%;
		}

 

		
		#message, #submit {
			border: none;
			float: none;
			text-align: center;

		}

 		#currentDateInput {
			border: none;
			background-color: transparent;
			text-align: center;
    	}

/* Submit Button Styles */

		button {
			background: transparent;
			border: none;
			display: block;
			margin: 5px auto;
			cursor: pointer;
			border-radius:20px;
			font-family: "Gooddog New";
}

 .faq-table-container {
    position: relative;
    width: 100%;
    margin: 0 auto; /* Center the table */
    padding: 0;
	 z-index: 3;
	 order:5;

}
#faqtable {
	margin-top:15%;
	position: absolute;
	width: 100%;
	z-index: 2;

}
.finaldetails {
    margin-bottom: 5%;
    position: relative; /* Ensure relative positioning for the container */
}

#faqimage {
    position: relative;
    bottom: 0px;
    left: 0;
   width: 100%;
    height: 100%;
    order:20;
	margin: 0 0;
	opacity: 60%;
	z-index: -1;
}


#playpageimg {
	margin-top: 5%;
	z-index: 1;
}

.ctatable {
	position: absolute;
    bottom: 35%;
	 left: 40%;
	z-index: 5;
}
details,summary {
	background: white;
	width:80%;
}

summary {
	font-size: 2vw;
	font-family: fillip;
}
details {
	font-size: 1.8vw;
}
.vertical {margin-left:2%;
	margin-right:5%;
	flex-direction: column;
display: flex;}


#wheelchair {margin-left:5%;}

.blogtitles {
	margin-left:8%;
}
.blogtitles h1 {
	width:60%
}
.bloglink {
	color: black;
}
.blog-full-width {
	margin-right:15%;
	margin-left: 15%;
}
.blogtitles_1 {
	margin-left:15%;
	margin-right:15%;
	margin-bottom: 5%;
}

.blog-two-column a {
	cursor:pointer;
	margin-top: 2%;
	margin-bottom:2%;
}

#articletable {
    width: 100%;
    border-collapse:separate;
border-spacing: 10px;
	margin-bottom:5%;
  }
  #articletable td {
   position: relative;
	  padding-top:15px;
    border: 1px solid #ccc;
    text-align: center;
	  border-radius: 10px;
  }
  #articletable img {
      width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #articletable .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 8px 16px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
 #articletable .button:hover {
    background-color: #45a049;
  }

	a#navicon {
      			display: none;
   			}
#mobileelement {
	display: none;
}
@media only screen and (max-width: 600px) {

	#mobileelement {
		margin: 0 5%;
	display: block;
}
	#mobileelementcta {
		font-size: 3vw;
	}
	#faqimage {display: none;
	}
	.faq-table-container {margin-bottom: 0%;}
    a#navicon {
        display: block;
    }

     ul.mainmenu {
        display: none;
    }

    a#navicon:hover+ul,
     .mainmenu ul:hover,.limainmenu:hover {
        display: block;
        position: absolute;
        right: 20%;
        top: 8%;
        flex-direction: column;
        flex-wrap: nowrap;
        background-color: white;
		z-index: 100;
    }

    .mainmenu {
        max-width: 15%;
    }

    .mainmenu li {
        font-size: 3vw;
    }

    .cta1 a {
        font-size: 2.5vw;
    }

    /* Adjust margin of main to fill the screen */
 body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Ensure the body takes up at least the full viewport height */
}

main {
    flex: 1; /* Allow main to grow and take up remaining space */
	order:2;
}

	footer h3 {
		font-size: 1.5vw
	}
	
	#pin {
        width:40%;
    }
	.fw2 div {
		width:80%;
	}
	.fw2 p {
		font-size: 2vw;
	}
	.fw2 h2 {
		font-size: 3vw;
	}
	 .fw2 {margin-bottom: 2%;}
	
	
   .afw3 {margin: 10% 5% 0% 5%;
    max-width: 100%;}
.ctatable {
	position: absolute;
    bottom: 35%;
	 left: 38%;
	z-index: 5;
}
	.ctadownload1,.ctadownload2 {
		font-size: 2.5vw;
        width: 100%;
        font-weight: bold;
	}
	details, summary {
		font-size: 4vw;
        font-family: fillip;
	}
    	summary {margin-top:5%;}
    #faq {
        font-size: 5vw;
        margin-bottom: 3%;
    }
  	#logo,.top_nav {margin-top:3%;
	margin-bottom: 3%;}
	
    .blogtitles {display:none;}
    #articletable {
        margin-bottom: 0;
    }
	.blog-two-column {display: none;}
}

/* Target non-iOS phones */
@media screen and (min-width: 481px) and (orientation: portrait) {
  /* Your CSS rules for non-iOS phones here */
  /* For example */
  footer {
    margin-top:auto;
  }
}
