*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	border: none;

}

html{
	margin: 0;
    padding: 0;
    box-sizing: border-box;
	border: none;
}

body {
	margin: 0;
    padding: 0;
    box-sizing: border-box;
	border: none;
	background: #0C1E21;
}

.globalHeader{
    position: relative;
    display: grid;
    height: 50px;
    place-items: center;
	top: 0;
}

.headerNav{
    position: relative;
    display: grid;
    place-items: center;
	height: 58px;
    width: 100%;
    background: #0C1E21;
    z-index: 999;
}

.navMenu{
	position: fixed;
	display: grid;
	grid-template-columns: 20% 60% 20%;
	height: 58px;
    width: 100%;
    max-width: 1024px;
}


.cL{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.cLLogo{
	display: flex;
    cursor: pointer;
    opacity: 0.8;
}

.cLLogo:hover{
    opacity: 1;
    transition: opacity 400ms;
}

.cC{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.services{
	display: flex;
	height: 100%;
	width: 100%;
}

.desktopNav {
	display: flex;
	width: 100%;
    justify-content: space-between;
    align-items: center;
	list-style: none;
	
}

.desktopNav li a {
    color: azure;
    text-decoration: none;
    font-size: 14px;
	font-family: "Montserrat";
	font-weight: 500;
    letter-spacing: 0.8px;
	opacity: 0.8;
    text-transform: uppercase;
	cursor: pointer;
    transition: opacity 400ms;
}

.desktopNav li a:hover {
	color: azure;
    opacity: 1;
}

.cR{
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
	left: 0;
	bottom: 0;
}

.socialMediaIcons {
	position: absolute;
	display: flex;
	justify-content: space-between;
    align-items: center;
	list-style: none;
	height: 100%;
	width: 120px;
	z-index: 20;
}

.fb{
    background-image: url(../media/img/fb.svg);
    background-size: cover;
}

.ln{
    background-image: url(../media/img/ln.svg);
    background-size: cover;
}

.ig{
    background-image: url(../media/img/ig.svg);
    background-size: cover;
}

.fb,
.ln,
.ig{
    height: 16px;
	width: 16px;
	opacity: 0.8;
    transition: opacity 400ms;
}

.fb:hover,
.ln:hover,
.ig:hover {
	cursor: pointer;
	opacity: 1;
}

.mobNav{
	display: none;
}


.mainMobPortNav {
	position: relative;
	display: none;
    place-items: center;
	height: 58px;
    width: 100%;
    z-index: 999;
}

.mainMobPortNavMenu {
	display: grid;
	grid-template-columns: 15% 70% 15%;
	width: 95%;
    place-items: center;
}

.mainMobPortCL {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.mainMobPortCC {
	display: grid;
    place-items: center;
	transition: all 100ms ease;
	z-index: 400;
}

.mainMobPortCR {
	display: grid;
    place-items: center;
	width: 100%;
	z-index: 400;
}

.menu-icon{
	display: grid;
    place-items: center;
	cursor: pointer;
}

.menu-icon .line-1,
.menu-icon .line-2 {
	position: absolute;
	height: 1.5px;
	width: 22px;
	background: azure;
    z-index: 999;
}

.menu-icon .line-1 {
	margin-top: -7px;
}
	.menu-icon .line-2 {
	margin-top: 7px;
}

/* ---------------------- */

.close-icon{
	display: none;
    place-items: center;
	cursor: pointer;
	}

.close-icon .close-1,
.close-icon .close-2 {
	position: absolute;
	height: 1.5px;
	width: 22px;
	background: azure;
	z-index: 999;
	}

.close-icon .close-1 {
	transform: rotate(45deg);
	}

.close-icon .close-2 {
	transform: rotate(-45deg);
	}



.main {
	display: grid;
	width: 100%;
    max-width: 2560px;
    margin: 0;
	margin-top: 0px;
	place-items: center;
}

.section-page{
	display: grid;
    grid-template-columns: 1fr;
	width: 100%;
	height: fit-content;
	place-items: center;
}

.section-header{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	place-items: center;
	height: 5vh;
	width: 100%;
}

.main-frame{
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	place-items: center;
}

.mainHeader{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	height: 100vh;
	width: 100%;
	place-items: center;
	margin-top: -50px;
}

.headerTitle{
	display: grid;
	width: 80%;
	max-width: 600px;
	height: 80%;
	max-height: 450px;
	place-items: center;
	place-content: center;
}

.content-block{
	display: grid;
	font-family: "Montserrat";
	font: normal 700 5rem / 1 "Montserrat";
	font-size: 34px;
	color: grey;
	max-width: 100%;
	text-transform: uppercase;
	text-align: center;
}

.outline-white{
	-webkit-text-fill-color: grey;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #04AA6D;
	opacity: 0.8;
}

#contactForm{
	display: grid;
	height: 100%;
	width: 100%;
	place-items: center;
}

label{
	color: white;
}


input[type=text], select , 
input[type=email], select {
	width: 100%;
	padding: 12px 2px;
	margin: 2px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	background: rgba(12,30,33,1);
	color: azure;
	max-width: 300px; /* Maximum form width */
  }
  
#message {
	width: 100%;
	height: 120px;
	padding: 12px 2px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	background: rgba(12,30,33,1);
	color: azure;
	resize: none;
	max-width: 300px; /* Maximum form width */
  }

 .submit_1 {
	background-color: #04AA6D;
	border: none;
	color: white;
	padding: 16px 32px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	width: 100%;
	max-width: 300px; /* Maximum form width */
	font-family: "Montserrat";
  }


  ::placeholder{
	opacity: 0.7;
	font-family: "Montserrat";
	
  }

  #statusLine{
	color: aliceblue;
  }

#response{
	color: azure;
}


  


.headerContact{
	height: 100%;
	width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.welcome-video-video{
	width: 100%;
	object-fit:cover;
}

h1{
	font-family: "Montserrat";
	font-size: 42px;
	line-height: 160%;
	color: azure;
}

h2{
	font-family: "Montserrat";
	font-size: 22px;
	font-weight: 300;
	color: grey;
	max-width: 70%;
	line-height: 180%;
	text-align: center;
}

.contact__email{
	color: grey;
	font-size: 24px;
	font-weight: 600;
	font-family: "Montserrat";
	letter-spacing: -1px;
	text-decoration: none;
	transition: all 400ms ease;
}

.contact__email:hover{
	color: aliceblue;
	text-decoration: underline;
}


@media screen and (max-width: 734px) and (min-width: 0px) {
	.headerNav{
        display: none;
    }

    .mainMobPortNav {
        display: grid;
		background: #0C1E21;
    }

    .mobNav{
		position: -webkit-sticky;
		position: fixed;
        display: flex;
		flex-direction: column;
		padding: 0px;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 0vh;
        background: rgba(12,30,33,1);
        z-index: 999;
		justify-content: start;
		overflow: hidden;
		z-index: 250;
		transition: all 600ms ease;
	}
	
	.mobServices{
		display: flex;
		height: 100vh;
		width: 100%;
	}
	
	
	.mobServicesNav {
		position: absolute;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 40vh;
		top: 15vh;
		justify-content: space-between;
		list-style: none;
		padding-left: 15%;
		z-index: 400;
	}

	.mobServicesNav li a {
		color: azure;
		text-decoration: none;
		font-size: 28px;
		font-family: "Montserrat";
		font-weight: 600;
		opacity: 1;
		text-transform: uppercase;
		cursor: pointer;
		line-height: 2.5;
	}


	.mobServicesNav li a:hover {
		color: azure;
		opacity: 1;
	}
	
	.mobServicesNav .mediaIcons{
		padding-top: 10%;
	}
	
	.mediaIcons {
		display: flex;
		width: 30vw;
		justify-content: space-between;
		align-items: center;
        max-width: 145px;
	}

	
	.mediaIcons img {
		height: 20px;
		width: 20px;
	}
	
    .fb,
    .ln,
    .ig{
        height: 20px;
        width: 20px;
        opacity: 1;
    }

	h1{
		font-size: 28px;
	}

	h2{
		font-size: 18px;
	}

	.contact__email{
		font-size: 22px;
	}

}

@media screen and (orientation: portrait){
	.mainHeader{
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}
}


@media screen and (max-width: 1023px) and (min-width: 481px){
    .header h1{
		font-size: 42px;
	}

	.welcome-header h2{
		font-size: 36px;
	}

	.header h2{
		font-size: 32px;
	}

	.header{
		height: 15vh;
		min-height: 140px;
		max-height: 200px;
		justify-items: center;
	}

	.content{
		height: 50vh;
		min-height: 250px;
		max-height: 350px;
		justify-items: center;
		text-align: center;
	}

	.content h3{
		font-size: 29px;
		justify-self: center;
		width: 90%;
		margin-left: 0;
	}

	.content em{
		font-size: 29px;
	}
	

	.header{
		justify-items: center;
		text-align: center;
	}

	.header h2{
		justify-self: center;
	}


	.section-footer{
		height: 5vh;
		min-height: 50px;
	}
}

@media screen and (max-width: 480px) and (min-width: 321px) and (orientation: portrait){

	
	.header h1{
		font-size: 28px;
	}

	.welcome-header h2{
		font-size: 24px;
	}

	.header h2{
		font-size: 22px;
	}

	.header{
		height: 15vh;
		min-height: 80px;
		max-height: 90px;
		justify-items: center;
	}

	.content{
		height: 50vh;
		min-height: 150px;
		max-height: 220px;
		justify-items: center;
		text-align: center;
	}

	.content h3{
		font-size: 17px;
		justify-self: center;
		width: 90%;
		margin-left: 0;
	}

	.content em{
		font-size: 17px;
	}
	

	.header{
		justify-items: center;
		text-align: center;
	}

	.header h2{
		justify-self: center;
	}

	.section-footer{
		height: 5vh;
		min-height: 50px;
	}

}




@media screen and (max-width: 320px) and (min-width: 0px) and (orientation: portrait){

	.header h1{
		font-size: 21px;
	}

	.welcome-header h2{
		font-size: 19px;
	}

	.header h2{
		font-size: 19px;
		line-height: 1.5;
	}


	
	.header{
		height: 15vh;
		min-height: 55px;
		max-height: 65px;
		justify-items: center;
	}

	.content{
		height: 50vh;
		min-height: 150px;
		max-height: 200px;
		justify-items: center;
		text-align: center;
	}

	.content h3{
		font-size: 15px;
		justify-self: center;
		width: 90%;
		margin-left: 0;
	}

	.content em{
		font-size: 15px;
	}

	.header{
		justify-items: center;
		text-align: center;
	}

	.header h2{
		justify-self: center;
	}


	.section-footer{
		height: 5vh;
		min-height: 50px;
	}

}
