@font-face {
	font-family: "Limelight";
	src: url("./assets/fonts/Limelight/Limelight-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url("./assets/fonts/Raleway/static/Raleway-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url("./assets/fonts/Raleway/static/Raleway-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url("./assets/fonts/Raleway/static/Raleway-ExtraLight.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url("./assets/fonts/Raleway/static/Raleway-Light.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url("./assets/fonts/Raleway/static/Raleway-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url("./assets/fonts/Raleway/static/Raleway-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url("./assets/fonts/Raleway/static/Raleway-Thin.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url("./assets/fonts/Raleway/static/Raleway-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Zain";
	src: url("./assets/fonts/Zain/Zain-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Zain";
	src: url("./assets/fonts/Zain/Zain-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Zain";
	src: url("./assets/fonts/Zain/Zain-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Zain";
	src: url("./assets/fonts/Zain/Zain-ExtraLight.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Zain";
	src: url("./assets/fonts/Zain/Zain-Light.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: rgb(249, 205, 106);
    border-radius: 2px;
    transition: 0.3s;
}

@media (min-width: 1023px) {
	body 
	{
		font-family: "Raleway";
		margin: 0px;
		min-width: 100%;
		max-width: 100%;
	}
	
	a,
	a:visited {
		color: inherit;
		text-decoration: none;
	}
	
	.header 
	{
		background: rgb(72, 64, 163);
		min-width: 100%;
		max-width: 100%;
		padding-top: 1.25%;
		padding-bottom: 1.25%;
		margin: 0px;
	}
	
	.logo
	{
		display: flex;
		justify-content: flex-start;
		padding-left: 1.5%;
	}
	
	#myNavbar
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-width: 100%;
		max-width: 100%;
	}
	
	.img_logo
	{
		width: 15%;
		height: 15%;
		padding-top: 1.5%
	}
	
	#title
	{
		font-family: "Zain";
		font-weight: 800;
		font-size: 62px;
		color: rgb(249, 205, 106);
		padding-left: 1.25%;
		padding-bottom: 1.5%;	
	}
	
	.links
	{
		display: flex;
		gap: 40px;
		color: rgb(249, 205, 106);
		padding-right: 1.5%;
	}
	
	.links_label
	{
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
		padding-top: 2.5%;
		padding-bottom: 2.5%;
	}
	
	header
	{
		min-width: 100%;
		min-height: 355px;
		background-image: url("./assets/images/Untitled design (2).png");
		background-size: 100% 110%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#slogan
	{
		font-family: "Zain";
		font-weight: 800;
		font-size: 36px;
		padding-left: 2.25%;
		padding-top: 7%;
		margin: 0px;
		color: rgb(72, 64, 163);
	}
	
	#description
	{
		font-family: "Zain";
		font-weight: 800;
		font-size: 19px;
		padding-left: 2.75%;
		padding-top: 1%;
		padding-bottom: 5%;	
		max-width: 50%;
		color: rgb(72, 64, 163);
	}
	
	.passenger
	{
		margin: 0px;
		padding-top: 0%;
		padding-bottom: 2.5%;
		color: rgb(72, 64, 163);
		position: relative;
	}
	
	.passenger::before
	{
		content: '';
		position: absolute;
		inset: 0;
		min-width: 100%;
		min-height: 425px;
		background-image: url("./assets/images/Untitled design (12).png");
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		opacity: 0.425;
		z-index: -1;
	}
	
	#passenger_header
	{
		font-family: "Raleway";
		font-weight: 800;
		font-size: 26.5px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-shadow: 0 0 2px rgba(0,0,0,0.575);
	}
	
	#passenger_body
	{
		display: flex;
		align-items: center;
		gap: 5%;
		padding-left: 1.5%;
		padding-right: 1.5%;
	}
	
	.component
	{
		max-width: 30%
	}
	
	.inner_header
	{
		font-family: "Raleway";
		font-weight: 600;
		font-size: 17px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-shadow: 0 0 2px rgba(0,0,0,0.3);
	}
	
	.inner_body
	{
		font-family: "Raleway";
		font-weight: 500;
		font-size: 15px;
		letter-spacing: 1px
	}
	
	#passenger_footer
	{
		font-family: "Raleway";
		font-weight: 600;
		font-size: 15px;
		padding-left: 1%;
		padding-right: 1%;
	}
	
	.learn_more
	{
		font-family: "Raleway";
		font-weight: 800;
		font-size: 17.5px;
		padding-left: 1%;
		padding-right: 1%;
		padding-top: 2.5%;
		display: flex;
		justify-content: flex-end;
	}
	
	.driver
	{
		margin: 0px;
		padding-top: 2.5%;
		padding-bottom: 2.5%;
		color: rgb(72, 64, 163);
		position: relative;
	}
	
	.driver::before
	{
		content: '';
		position: absolute;
		inset: 0;
		min-width: 100%;
		min-height: 355px;
		background-image: url("./assets/images/Untitled design (12).png");
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		opacity: 0.40;
		z-index: -1;
	}
	
	#driver_header
	{
		font-family: "Raleway";
		font-weight: 800;
		font-size: 26.5px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-shadow: 0 0 2px rgba(0,0,0,0.575);
	}
	
	#driver_body
	{
		display: flex;
		align-items: center;
		gap: 5%;
		padding-left: 1.5%;
		padding-right: 1.5%;	
	}
	
	.model
	{
		margin: 0px;
		padding-top: 2.5%;
		padding-bottom: 2.5%;
		color: rgb(72, 64, 163);
		position: relative;
	}
	
	.model::before
	{
		content: '';
		position: absolute;
		inset: 0;
		min-width: 100%;
		height: auto;
		background-image: url("./assets/images/Untitled design (12).png");
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		opacity: 0.25;
		z-index: -1;
	}
	#model_header
	{
		font-family: "Raleway";
		font-weight: 800;
		font-size: 26.5px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-shadow: 0 0 2px rgba(0,0,0,0.575);
	}
	
	#model_header_desc
	{
		font-family: "Raleway";
		font-weight: 600;
		font-size: 15.75px;
		padding-left: 1.75%;
		padding-right: 1.75%;
	}
	
	#model_body
	{
		display: flex;
		align-items: center;
		gap: 5%;
		padding-left: 2.5%;
		padding-right: 1.5%;
	}
	
	#model_body_2
	{
		display: flex;
		align-items: center;
		gap: 10%;
		padding-left: 2.5%;
		padding-right: 1.5%;
	}
	
	#model_body_3
	{
		padding-top: 2.5%;
		padding-left: 2.5%;
		padding-right: 1.5%;
	}
	
	.model_component
	{
		max-width: 45%;
	}
	
	#model_component_first
	{
		max-width: 100%;
	}
	
	#first select
	{
		color: rgb(72, 64, 163);
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
		padding: 8px;
		margin: 5px;
		border-radius: 5px;
		border: 2px solid #4840A3;
		min-width: 300px;
		max-width: 300px;
	}
	
	#first option
	{
		color: rgb(72, 64, 163);
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
		padding: 10px;
		margin: 5px;
		min-width: 325px;
		max-width: 325px;
	}
	
	#first input 
	{
		padding: 8px;
		border-radius: 5px;
		border: 3px solid #4840A3;
		margin: 5px;
		font-family: "Raleway";
		font-weight: 800;
		font-size: 13px;
	}
	
	#first button 
	{
		padding: 10px;
		background-color: rgb(72, 64, 163);
		color: rgb(249, 205, 106);
		border: none;
		border-radius: 5px;
		cursor: pointer;
		font-family: "Raleway";
		font-weight: 600;
		font-size: 15px;
		margin-left: 10px
	}
	
	#first_result
	{
		font-family: "Raleway";
		font-weight: 500;
		letter-spacing: 1.25px;
	}
	
	#first_b select
	{
		color: rgb(72, 64, 163);
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
		padding: 8px;
		margin: 5px;
		border-radius: 5px;
		border: 2px solid #4840A3;
		min-width: 325px;
		max-width: 325px;
	}
	
	#first_b option
	{
		color: rgb(72, 64, 163);
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
		padding: 10px;
		margin: 5px;
		min-width: 325px;
		max-width: 325px;
	}
	
	#first_b input 
	{
		padding: 8px;
		border-radius: 5px;
		border: 2px solid #4840A3;
		margin: 5px;
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
		min-width: 275px;
		max-width: 275px;
		color: rgb(72, 64, 163);
	}
	
	#first_b button 
	{
		padding: 10px;
		background-color: rgb(72, 64, 163);
		color: rgb(249, 205, 106);
		border: none;
		border-radius: 5px;
		cursor: pointer;
		font-family: "Raleway";
		font-weight: 600;
		font-size: 15px;
		margin-left: 10px
	}
	
	#first_result_b
	{
		font-family: "Raleway";
		font-weight: 500;
		letter-spacing: 1.25px;
	}
	
	#second select
	{
		color: rgb(72, 64, 163);
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
		padding: 8px;
		margin: 5px;
		border-radius: 5px;
		border: 2px solid #4840A3;
		min-width: 325px;
		max-width: 325px;
	}
	
	#second option
	{
		color: rgb(72, 64, 163);
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
		padding: 10px;
		margin: 5px;
		min-width: 325px;
		max-width: 325px;
	}
	
	#second input 
	{
		padding: 8px;
		border-radius: 5px;
		border: 2px solid #4840A3;
		margin: 5px;
		font-family: "Raleway";
		font-weight: 800;
		font-size: 13px;
		min-width: 300px;
		max-width: 300px;
	}
	
	#second button 
	{
		padding: 10px;
		background-color: rgb(72, 64, 163);
		color: rgb(249, 205, 106);
		border: none;
		border-radius: 5px;
		cursor: pointer;
		font-family: "Raleway";
		font-weight: 600;
		font-size: 15px;
		margin-left: 10px
	}
	
	#second_result
	{
		font-family: "Raleway";
		font-weight: 500;
		letter-spacing: 1.25px;
	}
	
	#second_b select
	{
		color: rgb(72, 64, 163);
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
		padding: 8px;
		margin: 5px;
		border-radius: 5px;
		border: 2px solid #4840A3;
		min-width: 325px;
		max-width: 325px;
	}
	
	#second_b option
	{
		color: rgb(72, 64, 163);
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
		padding: 10px;
		margin: 5px;
		min-width: 325px;
		max-width: 325px;
	}
	
	#second_b input 
	{
		padding: 8px;
		border-radius: 5px;
		border: 2px solid #4840A3;
		margin: 5px;
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
		min-width: 300px;
		max-width: 300px;
		color: rgb(72, 64, 163);
	}
	
	#second_b button 
	{
		padding: 10px;
		background-color: rgb(72, 64, 163);
		color: rgb(249, 205, 106);
		border: none;
		border-radius: 5px;
		cursor: pointer;
		font-family: "Raleway";
		font-weight: 600;
		font-size: 15px;
		margin-left: 10px
	}
	
	#second_result_b
	{
		font-family: "Raleway";
		font-weight: 500;
		letter-spacing: 1.25px;
	}
	
	#third select
	{
		color: rgb(72, 64, 163);
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
		padding: 8px;
		margin: 5px;
		border-radius: 5px;
		border: 2px solid #4840A3;
		min-width: 325px;
		max-width: 325px;
	}
	
	#third option
	{
		color: rgb(72, 64, 163);
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
		padding: 10px;
		margin: 5px;
		min-width: 325px;
		max-width: 325px;
	}
	
	#third input 
	{
		padding: 8px;
		border-radius: 5px;
		border: 2px solid #4840A3;
		margin: 5px;
		font-family: "Raleway";
		font-weight: 800;
		font-size: 13px;
		min-width: 300px;
		max-width: 300px;
	}
	
	#third button 
	{
		padding: 10px;
		background-color: rgb(72, 64, 163);
		color: rgb(249, 205, 106);
		border: none;
		border-radius: 5px;
		cursor: pointer;
		font-family: "Raleway";
		font-weight: 600;
		font-size: 15px;
		margin-left: 10px
	}
	
	#third_result
	{
		font-family: "Raleway";
		font-weight: 500;
		letter-spacing: 1.25px;
	}
	
	#third_b select
	{
		color: rgb(72, 64, 163);
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
		padding: 8px;
		margin: 5px;
		border-radius: 5px;
		border: 2px solid #4840A3;
		min-width: 325px;
		max-width: 325px;
	}
	
	#third_b option
	{
		color: rgb(72, 64, 163);
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
		padding: 10px;
		margin: 5px;
		min-width: 325px;
		max-width: 325px;
	}
	
	#third_b input 
	{
		padding: 8px;
		border-radius: 5px;
		border: 2px solid #4840A3;
		margin: 5px;
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
		min-width: 300px;
		max-width: 300px;
		color: rgb(72, 64, 163);
	}
	
	#third_b button 
	{
		padding: 10px;
		background-color: rgb(72, 64, 163);
		color: rgb(249, 205, 106);
		border: none;
		border-radius: 5px;
		cursor: pointer;
		font-family: "Raleway";
		font-weight: 600;
		font-size: 15px;
		margin-left: 10px
	}
	
	#third_result_b
	{
		font-family: "Raleway";
		font-weight: 500;
		letter-spacing: 1.25px;
	}
	
	#first_header
	{
		font-family: "Raleway";
		font-weight: 400;
		font-size: 25px;
		display: flex;
		justify-content: flex-end;
		padding-left: 2.5%;
		padding-right: 1.25%;
		padding-bottom: 1%;
		text-shadow: 0 0 2px rgba(0,0,0,0.3);
	}
	
	#first_body
	{
		font-family: "Raleway";
		font-weight: 700;
		font-size: 13.5px;
		padding-left: 1.25%;
		padding-right: 1.25%;
		padding-bottom: 1.5%;
		display: flex;
		justify-content: flex-end;
		letter-spacing: 1.25px;
	}
	
	#model_component_second
	{
		max-width: 100%; 
	}
	
	#second_header
	{
		font-family: "Raleway";
		font-weight: 600;
		font-size: 25px;
		padding-left: 1.25%;
		padding-right: 2.5%;
		padding-bottom: 1%;
		display: flex;
		justify-content: flex-start;
		text-shadow: 0 0 2px rgba(0,0,0,0.3);
	}
	
	#second_body
	{
		font-family: "Raleway";
		font-weight: 700;
		font-size: 13.5px;
		padding-left: 1.25%;
		padding-right: 1.25%;
		padding-bottom: 1.5%;
		display: flex;
		justify-content: flex-start;
		letter-spacing: 1.25px;
	}
	
	#model_component_third
	{
		max-width: 100%;
	}
	
	#third_header
	{
		font-family: "Raleway";
		font-weight: 600;
		font-size: 25px;
		display: flex;
		justify-content: flex-end;
		padding-left: 2.5%;
		padding-right: 1.25%;
		padding-bottom: 1%;
		text-shadow: 0 0 2px rgba(0,0,0,0.3);
	}
	
	#third_body
	{
		font-family: "Raleway";
		font-weight: 700;
		font-size: 13.5px;
		padding-left: 1.25%;
		padding-right: 1.25%;
		padding-bottom: 1.5%;
		display: flex;
		justify-content: flex-end;
		letter-spacing: 1.25px;
	}
	
	#model_footer
	{
		font-family: "Raleway";
		font-weight: 600;
		font-size: 15px;
		padding-left: 1%;
		padding-right: 1%;
	}
	
	.algorithm
	{
		margin: 0px;
		padding-top: 2.5%;
		padding-bottom: 2.5%;
		color: rgb(72, 64, 163);
		position: relative;
	}
	
	.algorithm::before
	{
		content: '';
		position: absolute;
		inset: 0;
		min-width: 100%;
		height: auto;
		background-image: url("./assets/images/Untitled design (3).png");
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		opacity: 0.25;
		z-index: -1;
	}
	
	#algorithm_header
	{
		font-family: "Raleway";
		font-weight: 800;
		font-size: 26.5px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-shadow: 0 0 2px rgba(0,0,0,0.575);
	}
	
	#algorithm_header_desc
	{
		font-family: "Raleway";
		font-weight: 600;
		font-size: 15.75px;
		padding-left: 1.75%;
		padding-right: 1.75%;
	}
	
	#algorithm_body
	{
		display: flex;
		align-items: center;
		gap: 5%;
		padding-left: 2.5%;
		padding-right: 1.5%;
	}
	
	.available
	{
		margin: 0px;
		padding-top: 5%;
		padding-bottom: 2.5%;
		color: rgb(249, 205, 106);
		position: relative;
	}
	
	.available::before
	{
		content: '';
		position: absolute;
		inset: 0;
		min-width: 100%;
		min-height: 425px;
		background-image: url("./assets/images/Untitled design (1).png");
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		opacity: 1;
		z-index: -1;
	}
	
	#available_header
	{
		font-family: "Raleway";
		font-weight: 800;
		font-size: 26.5px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 2.25%;
		text-shadow: 0 0 2px rgba(0,0,0,0.575);
	}
	
	#available_body
	{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 5%;
		padding-left: 1.5%;
		padding-right: 1.5%;
		padding-top: 2.25%;
	}
	
	.available_inner_header
	{
		font-family: "Raleway";
		font-weight: 600;
		font-size: 35px;
		display: flex;
		justify-content: center;
		min-width: 100%;
		align-items: center;
		text-shadow: 0 0 2px rgba(0,0,0,0.3);
	}
	
	.available_inner_body
	{
		font-family: "Raleway";
		font-weight: 500;
		font-size: 25px;
		letter-spacing: 1px
	}
	
	.list
	{
		margin: 0px;
		padding-top: 1.25%;
		padding-bottom: 2.5%;
		color: rgb(249, 205, 106);
		padding-left: 1.5%;
		padding-right: 1.5%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.list::before
	{
		content: '';
		position: absolute;
		inset: 0;
		min-width: 100%;
		background-image: url("./assets/images/Untitled design (7).png");
		background-size: 100% 100%;
		background-position: cover;
		background-repeat: no-repeat;
		opacity: 1;
		z-index: -1;
	}
	
	.list_component
	{
		font-weight: 600;
		font-size: 16px;
		letter-spacing: 1px 
	}
	
	.search-container 
	{
		width: 30%;
		padding-left: 35%;
		padding-right: 35%;
		justify-content: center;
		align-items: center;
		background: rgb(72, 64, 163);
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
	}

	#search {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		border: 2px solid #F9CD6A;
		background: rgb(72, 64, 163);
		color: rgb(249, 205, 106);
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
	}

	#results {
		position: relative;
		margin-top: 15px;
		max-width: 100%;
		
		min-height: 100px;
		max-height: 100px;     /* 🔒 hard cap */
		overflow-y: scroll;    /* 🔑 force scroll */

		border: 2px solid #F9CD6A;
		background: rgb(72, 64, 163);
		color: rgb(249, 205, 106);

		display: none;
	}
	
	#search::placeholder {
		color: rgb(249, 205, 106);
		opacity: 1;
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
	}

	.item {
		padding: 8px;
		cursor: pointer;
		white-space: nowrap; /* prevents stretching */
		background: rgb(72, 64, 163);
		font-family: "Raleway";
		font-weight: 800;
		font-size: 15px;
		width: 100%
	}
	
	.item:hover {
		background: rgba(72, 64, 163, 0.15);
	}
	
	.contact
	{
		margin: 0px;
		padding-top: 5%;
		padding-bottom: 2.5%;
		color: rgb(249, 205, 106);
		position: relative;
	}
	
	.contact::before
	{
		content: '';
		position: absolute;
		inset: 0;
		min-width: 100%;
		min-height: 425px;
		background-image: url("./assets/images/Untitled design.png");
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		opacity: 1;
		z-index: -1;
	}
	
	#contact_header
	{
		font-family: "Raleway";
		font-weight: 800;
		font-size: 26.5px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding-top: 2.25%;
		padding-left: 2.25%;
		text-shadow: 0 0 2px rgba(0,0,0,0.575);
	}
	
	#contact_desc
	{
		font-family: "Raleway";
		font-weight: 600;
		font-size: 15.75px;
		padding-left: 2.25%;
		padding-right: 2.25%;
	}
	
	#contact_body
	{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 5%;
		padding-left: 6.25%;
		padding-right: 1.5%;
		padding-top: 2.25%;
	}
	
	.contact_inner_header
	{
		font-family: "Raleway";
		font-weight: 600;
		font-size: 22.5px;
		display: flex;
		justify-content: center;
		max-width: 100%;
		align-items: center;
		text-shadow: 0 0 2px rgba(0,0,0,0.3);
	}
	
	.img_tag
	{
		width: 25%;
		height: 25%;
		padding-top: 0.5%;
		padding-left: 38.5%;
	}
	
	.img_contact
	{
		width: 8%;
		height: 8%;
		padding-top: 5.75%;
		padding-right: 1.25%;
		padding-left: 5%;
	}
	
	.img_media
	{
		padding-top: 0.5%;
		padding-left: 1.5%;
		padding-right: 1.5%;
		width: 40px; 
		height: 35px;
	}
	
	.container
	{
		font-family: "Raleway";
		font-weight: 600;
		font-size: 17.5px;
		letter-spacing: 1.25px;
		word-spacing: 1px;
		color: rgb(72, 64, 163);
		max-width: 95%;
		padding-left: 2.75%;
		padding-right: 2.75%;
		padding-bottom: 3.75%;
		display: flex;
		justify-content: flex-start;
		text-shadow: 0 0 2px rgba(0,0,0,0.575);
	}
	
	.container-center
	{
		font-family: "Raleway";
		font-weight: 600;
		font-size: 15px;
		color: rgb(72, 64, 163);
		max-width: 100%;
		padding-left: 2.75%;
		padding-right: 2.75%;
		padding-top: 1.5%;
		padding-bottom: 1.5%;
		display: flex;
		justify-content: center;
		align-items: center;
		text-shadow: 0 0 2px rgba(0,0,0,0.575);
	}
	
}
