﻿

.wrapper {
	display: flex;
}

.wrapper .wrapper__inner {
	width: 100%;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.header,
.main,
.footer {
	width: 100%;
}

.main {
	flex-grow: 1;
	position: relative;
}

.footer {
	margin-top: auto;
}

.container {
	/*position: relative;*/
}

.homepage-img {
	/*background-image: url('../../images/architecture-engineering.jpg');*/
	background-image: url('../../images/Homepage.JPG');
	/*top: -1rem;*/
	top: -0.1rem;
	bottom: 0;
	background-position: center;
	background-size: cover;
	/*position: absolute;*/
	position: relative;
	height: 72vh;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	margin-bottom: 50px;
	/*height: calc(100vh - 57px - 60px);*/
	/*height: calc(100vh - 0px - 60px);*/
	/*width: 100vw;*/
	/*top: 0;*/
	/*filter: brightness(50%);*/
}

/*html, body {
	margin: 0;
	padding: 0;
}*/

.about-us-img {
	background-image: url('../../images/about-us.jpg');
	width: 100%;
	height: 55vh;
	background-position: center;
	background-size: cover;
	border-radius: 1.25rem;
}

.mandatory-field-color{
	color: red;
}

h1 {
	text-align: center;
	line-height: 2.5;
}

p{
	font-size: 14px;
}

/*.carousel{
	top: -1rem;
}*/


/*.carousel img {
    top: 0;
    left: 0;
    min-width: 100%;
    height: 800px;
    max-height: 800px;
    width: auto;
}*/

.carousel-inner > .carousel-item > img {
	height: 70vh;
}

/*.carousel-inner > .item > img {
	width: 640px;
	height: 360px;
}*/

/*.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
	height:200px;
}*/

/*
img.resize {
	width: 200px;
	height: 40px;
}

img.resize {
	max-width: 50%;
	max-height: 50%;
}*/

.navbar {
	/*display: grid;*/
}

body {
	font-size: 16px;
	overflow-x: hidden;
}

.navbar-nav{
	padding-left: 30px;
}

.email-position {
	padding: 100px;
}

.main {
	background-color: #f5f5f5;
}

.header {
	/*height: 7em;*/ /*hide settings menu in phone mode*/
	margin-bottom: -14px;
}

.footer {
	height: 60px;
	line-height: 40px;
}

ul {
	list-style-type: none;
}

.footer-trademark {
	margin-left: -30px;
	margin-top: -30px;
}

.footer-useful-links {
	margin-top: 30px;
}

.footer-follow-us {
	margin-top: 30px;
}

.card {
	text-align: center;
	/*height: 595px;*/
}

.btn {
	border-radius: 1.25rem;
}

.img {
	border-radius: 1.25rem;
}

.service-img{
	display: block;
	margin: 0 auto;
}

.mb-2 {
	border-radius: 1.25rem;
}

.w-100 {
	border-radius: 1.25rem;
	/*border-radius: 1.25rem 1.25rem 0 0;*/
}

.card-body{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.card-wrapper{
	padding-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
	.service-img{
		width: 270px;
		height: 400px;
	}
}

@media only screen and (max-width: 1024px) {
	.card-wrapper{
		flex: 0 0 50%;
		max-width: 50%;
		width: 100%;
	}
	.service-img {
		width: 100% !important;
		height: auto;
	}

	.about-us-img {
		height: 400px;
	}
	
}

@media only screen and (max-width: 676px) {
	.card-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.footer-wrapper{
		text-align: center;
	}

	.about-us-img{
		height: 300px;
	}
}