/* Reset some default browser styles */
body, h1, h2, h3, p, ul, li, form, input, textarea, button {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	
}

/* Basic styles */
html {
    font-family: "PT Sans";
    line-height: 1em;
	width: 100%;
	box-sizing: border-box;
	max-width: 1000px;
  margin: auto;
	background-color: #3A3A3A
	}

.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
	
	background-color: white		 
}


a 	{
  text-decoration: none;
  color: #018dcb;
	}

li 	{
    list-style: circle;
	}

p 	{
	line-height: 1em;
	}

img {
max-width: 100%;
max-height: 100%

}

 input, select, textarea {
            width: 100%;
            padding: 8px;
            margin-top: 5px;
            margin-bottom: 20px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
}


.header {
    background: #ffffff;
    color: #018dcb;
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
	line-height: 1em;
	vertical-align: top;
	margin-top: 0px;
    margin-bottom: 5px;
}

.header-centre {
    background: #ffffff;
    color: #018dcb;
    font-size: 2rem;
    font-weight: bold;
	line-height: 1em;
	vertical-align: top;
	margin-top: 0px;
    margin-bottom: 5px;
	text-align: center;
}



.subheader {
    background: #ffffff;
    color: #066e9c;
    font-size: 1.5rem;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
	line-height: 1em;
	margin-top: 0px;
    margin-bottom: 0px;
}

.faqsubheader {
    background: #ffffff;
    color: #018dcb;
    font-size: 1.5rem;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
	line-height: 1em;
	margin-top: 0px;
    margin-bottom: 0px;
}

.thanksheader {
    background: #ffffff;
    color: #018dcb;
    font-size: 1.5rem;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
}



.smalltext {
    font-weight: normal;
    color: #444444;
    font-size: 1rem;
    text-align: justify;
    vertical-align: top;
	margin-top: 0px;
    margin-bottom: 0px;
}

.supersmalltext {
	vertical-align: top;
	font-weight: normal; 
	color: #018dcb; 
	font-size: 0.5rem;
	text-align: center;
}

.top-align {
    vertical-align: top; /* Aligns the image to the top of the table cell */
    width: 30%; /* Adjust width as needed */
    height: auto; /* Maintain aspect ratio */
	float: right;
	border: 0px solid white;
	border-radius: 5%;
}

.chris-logo-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .chris-logo-mobile {
    display:inline-block;
	  width:65%;
	  margin:0 auto;
  }
}

.smallimg {
    vertical-align: top; /* Aligns the image to the top of the table cell */
    width: 15%; /* Adjust width as needed */
    height: auto; /* Maintain aspect ratio */
	float: right;
	border: 4px solid white;
	border-radius: 5%;
}

.medimg {
    vertical-align: top; /* Aligns the image to the top of the table cell */
    width: 100%; /* Adjust width as needed */
    height: auto; /* Maintain aspect ratio */
	float: right;
	border: 4px solid white;
	border-radius: 5%;
}

.logoimg {
    vertical-align: top; /* Aligns the image to the top of the table cell */
    width: 100%; /* Adjust width as needed */
    height: auto; /* Maintain aspect ratio */
	float: left;
	border: 4px solid white;
	border-radius: 5%;
}

.image-name {
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent background */
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 14px; /* Adjust font size as needed */
    box-sizing: border-box; /* Ensures padding doesn’t affect width */
}

 ul.images {
	  list-style-type: none;
    padding: 0;
    margin: 0 auto;
    
    text-align: left;
  }

  ul.images li {
	border: 4px solid white;
    border-radius: 15px; 
    position: relative;
    overflow: hidden; 
    display: inline-block; 
    width: 150px;
    height: 150px;
    margin: 10px; 
    transition: transform 2s ease;
  }

ul.images img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 2s ease; 
	overflow: hidden;
}

.images li:hover img {
    transform: scale(1.2); 
}


.main-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
    padding: 0px;
    flex-wrap: wrap;
}

.top-section {
    display: flex;
    justify-content: space-between;
	align-items: flex-start; 
    padding: 0px;
}

.top-line {
    display: flex;
	width: 100%;
	max-height: 16px;
}

.divider-line {
	text-align: center;
    display: flex;
	width: 70%;
	max-height: 16px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.top-image {
    display: flex;
    vertical-align: bottom; 
    width: 100%; 
    height: auto; 
}


.main-image {
    display: flex;
    vertical-align: top; 
    width: 100%; 
    height: auto; 
}

.fbimage {
	display: flex;
    vertical-align: top;
	align-items: flex-start; 
	
}

.gallery-container {
            display: grid;
            grid-template-rows: auto; /* Create rows that adjust to content height */
            gap: 10px; /* Space between rows */
			align-items: flex-start;
			
        }

.gallery-row {
            display: grid;
            padding: 5px;
            border: 0px solid #ccc;
            margin: 0px 0;
            align-items: flex-start;
}

.gallery-row img {
    max-width: 30%;
    height: auto;
    margin-left: 2%;
	float: right;
	border: 4px solid white;
	border-radius: 5%;
}

.gallery-row-left {
            display: grid;
            padding: 5px;
            border: 0px solid #ccc;
            margin: 0px 0;
            align-items: flex-start;
}

.gallery-row-left img {
    max-width: 30%;
    height: auto;
    margin: 5px;
	float: left;
	border: 4px solid white;
	border-radius: 5%;
}

.gallery-row-content {
			display: block;
			justify-content: flex-start;
			
}

.gallery-text {
	grid-column: 1 / -1;
    font-weight: normal;
    color: #444444;
    font-size: 1.1rem;
    text-align: justify;
	align-self: flex-start;
}

.gallery-textimg img{
    border: 5px solid white;
	border-radius: 20px;
}

.gallery-text-large {
	grid-column: 1 / -1;
    font-weight: normal;
    color: #444444;
    font-size: 1.2rem;
    text-align: justify;
	align-self: flex-start;
}

.gallery-row-centre {
            display: grid;
            padding: 5px;
            border: 0px solid #ccc;
            margin: 0px 0;
            align-items: center;
}

.flex-container {
    display: flex; 
    align-items: flex-start; 
    padding: 20px; 
    gap: 20px; 
}

.central-text {
	background: #ffffff;
    color: #b9997d;
    font-size: 1.5rem;
    font-weight: bold;
    vertical-align: top;
	line-height: 1em;
	margin-top: 0px;
    margin-bottom: 0px;
	text-align: center;	
}

.floating-img-link {
    position: fixed; 
    top: 10%; 
    right: 5%; 
    z-index: 1000; 
}


.floating-img {
    width: 50px; 
    height: auto; 
    border: none; 
    
}

.floating-img-link:hover .floating-img {
    opacity: 0.8; 
}


section {
    padding: 20px;
    text-align: left;
}


form input[type="text"],
form input[type="email"],
form select,
form textarea {
    width: 100%;
    max-width: 400px; /* Make the width consistent across the form */
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

form {
    display: flex;
    flex-direction: column;
    align-items: left;
}

form label {
	 width: 100%;
    max-width: 400px;
    margin-top: 10px;
}

form button {
    width: 80%;
	max-width: 400px;
    padding: 10px;
    margin-top: 5px;
}

footer {
    background: #ffffff;
    color: #ffffff;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
}

contact {
	background: #ffffff;
    color: #ffffff;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;	
}

/* off-screen-menu */
.off-screen-menu {
    background-color:  rgb(34, 37, 49);
    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;    
    justify-content: flex-start;
    text-align: left;
    font-size: 3rem;
    transition: .3s ease;
}
.off-screen-menu.active {
    right: 0;
}


.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}


.nav-menu .logo {
    height: 80px;  
    width: auto;   
    margin-right: 0px; 
}

.logo-left, .logo-right {
    height: 50px;                   
    width: auto;
}

.nav-menu {
	width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
	list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;	
    border-bottom: 3px solid #3A3A3A;
}


.nav-item {
	display: flex;
	list-style: none;
}

.nav-link{
    font-size: 1.0rem;
    font-weight: 600;
    color: #475569;
	list-style: none;
	align-items: flex-start;
	display: block;
    padding: 1px 1px 1px 1px;
	
}


.nav-link:hover {
    color: #018dcb;
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 1.5rem;
	background: #ffffff;
}

.menu {
    background: #ffffff;
    color: #707071;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
	list-style: none;
}

/* Transform hamburger to X */
.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}


@media only screen and (max-width: 768px) {
       .nav-menu {
        position: fixed;
        left: -100%;
        top: 3rem;
		width: 100%;
        flex-direction: column;
        background-color: #FFFFFF;
        text-align: left;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
		   border: none;
    float: none
    }


    .nav-menu.active {
        left: 0;
		  border: none;
    float: none
    }

    .nav-item {
        margin: 1rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

}

.container {
    background-color: #FFFFFF;
    padding: 2rem;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
	align-content: flex-start
}

.form-group {
    margin-bottom: 1rem;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    color: #555;
}

input, textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

textarea {
    resize: vertical;
}

button {
    display: block;
    width: 100%;
    padding: 0.8rem;
    border: none;
    border-radius: 5px;
    background-color: #018dcb;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
}

button:hover {
    background-color: #016b9c;
}
