@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: 'Myriad Pro Light';
	height: 100vh; /* Ensure full height for the container */
}



.hero {
	background-color: white;
	background-image: url("../images/Hero Image.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	min-height: 100vh;


}

.hero-container-logo {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	object-fit: cover;
	padding-left: 0%;
	padding-top: 10px;
	min-height: 0;
}

.hero-tagline {
	/* position: absolute; bottom: 0; right: 0;
	align-items: bottom; */
	min-height: 70vh;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-family: 'Myriad Pro Light';
	font-style: normal;
    font-weight: normal;
	font-kerning: auto;
	margin-left: 40%;
	margin-bottom: 30%;
}

.explainer {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	Margin-left: 5%;
	margin-right: 5%;
}

.about-container {
	display: flex;
    height: 100%; /* Full height for the flex container */
}

.about-text-content {
     flex: 0 0 70%; /* Takes up the remaining space */
    margin-right: 5%; 
	margin-left: 10%;
	align-content: center;
	max-width: 400px;

}

.about-responsive-image {
    flex: 0 0 30%; /* Fixed width of 30% */
    height: auto; /* Full height */
    overflow: hidden; /* Prevent overflow */
	/*justify-content: ;*/
}

.about-responsive-image img {
	width: 100%; /* Full width of the container */
    height: 100%; /* Full height of the container */
    object-fit: cover; /* Cover the container while maintaining aspect ratio */
}

.service-container-logo {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-left: 5%;
	padding-right: 5%;
	height: 30vh;
}

.service-container-logo img {
    object-fit: contain; /* Make sure the image fits the container */
    max-width: 100%;      /* Ensure image doesn't overflow */
    max-height: 100%;     /* Ensure image doesn't overflow */
}

.service-container {
	display: flex;
	height: auto; 
}

.service-text-container {
    flex: 0 0 50%; /* 60% width */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center vertically */
    align-items: top;
    padding-left: 5%;
	padding-right: 5%;/* Optional padding */
}

.service-tagline {
	display: flex;
}

.contactus-text {
	display: flex;
	flex-direction: column;
	text-align: left;
	padding-top: 150px;
	padding-bottom: 50px;
}

.service-grey-box {
    flex: 1; /* 40% width */
    background-color: #f0f0f0; /* Light grey background */
    display: flex;
    flex-direction: column;
    padding: 0px; /* Optional padding */
}

.service-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	Margin-top: 20px;
}

.service-image {
    display: flex; /* Flex for items */
    align-items: center; /* Align items vertically */
    margin-bottom: 30px; /* Space between items */
	margin-left: 30px;
	margin-top: 30px;
}

.service-image img {
    width: 170px; /* Adjust size as needed */
    height: auto; /* Maintain aspect ratio */
    margin-right: 10px; /* Space between image and text */
}

.service-item-text {
	flex: 2;
}

.service-item-text h2 {
	margin: 0 0 10px;
}

.service-item-text p {
	margin-left: 5px;
	margin-right: 15px;
}

.break1 {
	height: 10vh;
}

.break2 {
	height: 5vh;
}

.footer {
    text-align: left; /* Center the text */
    padding: 30px; /* Padding for top and bottom */
    font-size: 14px; /* Font size */
    position: relative; /* Ensure it stays at the bottom if needed */
    bottom: 0; /* Optional if you want it at the bottom */
    width: 100%; /* Full width */
}

.footer p {
    margin: 0; /* Remove default margin */
}

.version-one,
.heading-one,
.heading-two,
.version-three,
.version-four {
    color: #708287;
    font-family: 'Myriad Pro Light', 'Myriad Pro Regular'; /* These should ensure Myriad Pro is used */
}

.version-one {
	color: #708287;

	font-size: normal;
}

.heading-one {
	color: #708287;

	font-size: normal;
}

.heading-two {
	color: #708287;

	font-size: normal;
	text-align: center;
}

.heading-three {
	color: #708287;
	font-size: normal;
	text-align: left;
}

.version-two {
	color: #708287;

	font-size: small;	
}

.version-three {
	color: #708287;

	font-size: normal;
	text-align: justify;
}

.version-four {
	color: #708287;
	font-size: normal;
	text-align: center;
}

@media (min-width: 769px) {

    }


@media (max-width: 768px) {
	.hero{
		/*display: flex;
		flex-direction: column;
		min-height: 100vh;*/
		background-size: 290%;
		background-origin: 20% 50%;
		}	
	
	.hero-container-logo {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		padding-left: 5%;
		padding-top: 2%;
		height: 30vh;
	}
	
.hero-container-logo img {
	object-fit: contain;
	max-width: 100%;     
    max-height: 100%;
	
}	
	
	.hero-tagline {
		display: flex;
		justify-content: center;
		align-content: bottom;
		/*margin-top: ;*/
		margin-left: 0;
		padding-left: 10%;
		padding-right: 10%;
		text-align : center;		
	}
	
	.about-container {
        display: flex;
		flex-direction: column; /* Stack elements vertically */
        height: auto; /* Adjust height */
	}
	
	.about-responsive-image {
    flex: 0 0 300px; 
    overflow: hidden; /* Prevent overflow */
	}
	
	.about-responsive-image img {
	width: 100%; 
    height: 100%; 
    object-fit: cover; /* Cover the container while maintaining aspect ratio */
}
	
	.about-text-content {
     flex: auto; /* Takes up the remaining space */
    margin-right: 5%; 
	margin-left: 3%;
	align-content: center;
	justify-content: right;
	overflow: auto;

}

.service-container-logo {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-left: 5%;
	padding-right: 5%;
	height: 25vh;
}

.service-container-logo img {
    object-fit: contain; /* Make sure the image fits the container */
    max-width: 90%;      /* Ensure image doesn't overflow */
    max-height: 90%;     /* Ensure image doesn't overflow */
}	
	
	 .service-container {
        flex-direction: column; /* Stack elements vertically */
        height: auto; /* Adjust height */
    }

    .service-text-container {
        flex: none; /* Allow it to take the natural height */
    }

    .service-grey-box {
        flex: none; /* Allow it to take the natural height */
        margin: 20px 0; /* Space between sections */
    }

    .service-text-container p {
        text-align: center; /* Center text for mobile */
    }
	
	.service-image {
    display: flex; /* Flex for items */
    align-items: top; /* Align items vertically */
    margin-bottom: 20px; /* Space between items */
	margin-left: 30px;
	margin-top: 30px;
}

.service-image img {
    width: 80px; /* Adjust size as needed */
    height: auto; /* Maintain aspect ratio */
    margin-right: 10px; /* Space between image and text */
}
}
	
@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/MYRIADPRO-REGULAR.woff"), url("../fonts/MYRIADPRO-REGULAR.woff") format('woff');
    }

 @font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/MyriadPro-Light.woff"), url("../fonts/MyriadPro-Light.woff") format('woff');
    }
