@charset "UTF-8";


body, html {
	font-family:"Raleway", sans-serif;
	background-color:rgba(31,31,31,1.00);
	margin: 0 auto;
	font-style: normal;
	font-weight: 100;
	width: 100vw;
    height: 100%;
	overflow-x: hidden;

}
* {
	scroll-behavior: smooth;
}
p {
	font-family: "Montserrat", sans-serif;

}
.center-logo {
	display: none;
}
.nav {
	font-family: 'Timmana', sans-serif;
	position: fixed;
	width: 100%;
	padding: .2vw 2vw;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	box-sizing: border-box;
	align-content: center;
	background-color:rgba(0,0,0,.8);
	top: 0;
	left: 0;
	overflow: hidden;
	z-index:99;
	
}
.nav img {
	width: 20%;
	padding: .50vw 0;
}
.nav-links {
	margin-top:3vw;
	
}

.nav-links a {
	padding: 0 1vw;
	text-decoration: none;
	font-size: 20px;
	 background: -webkit-linear-gradient(rgba(221,237,255,1.00), rgba(213,215,222,1.00));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;



}
.nav-links a:hover {
		 background: -webkit-linear-gradient(rgba(86,130,255,1.00), rgba(213,215,222,1.00));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

}
@keyframes sway {
	 0% {
		 transform: rotate(4deg);
	}
	 50% {
		 transform: rotate(-4deg);
	}
	 100% {
		 transform: rotate(4deg);
	}
}



 .message {
	 margin-top: 40px;
}
 
.notice {
	width: 60%;
	margin: 0 auto;
}
#contactForm p {
	font-weight: 900;
}

.contact {
	display: flex;
	gap: 2vw;
	margin: -1vw auto 0;
	color:rgba(76,76,76,1.00);
	
}
.contact p {
	font-weight: 600;
}
.button {
	padding: 1vw 1vw;
	background-color: rgba(0,3,253,1.00);
	color: #ffffff;
	text-decoration: none;
	font-weight: 200;
	border-radius: 7px;
	border: none;
	font-size: 20px;
	box-shadow: 2px 2px 7px rgba(100,100,100,.4);
	align-self: center;
	margin-top: 0vw;
	
}
#contactForm {
	position: relative;
	margin:15vw auto 0;
	box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  padding: 2vw;
  width: 80vw;
 
  background: #fff;

  border-radius: 7px;
}

#date {
	--smart-color: #ccc;
	--smart-font-size: 20px;
}
.schedule {
	display: flex;
	flex-direction: column;
	gap: 1vw;
	justify-content: space-around;
	width: 60%;
	margin:1vw auto;

	padding: 1vw;
	
}
input, textarea {
	padding: 1vw;
	margin: .5vw;
	border-color: rgba(192, 192, 192, .8);
	border-radius: 7px;
	background-color:rgba(255,255,255,1.00);
	box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
	box-sizing: border-box;
	
}
input::placeholder, textarea::placeholder {
	padding-left: 10px;
}
.formBtnA {
	padding: 0 2vw;
	background-color: rgba(0,3,253,1.00);
	color: #ffffff;
	text-decoration: none;
	font-weight: 200;
	border-radius: 7px;
	border: none;
	font-size: 20px;
	box-shadow: 1px 2px 2px rgba(100,100,100,.4);
	padding: 1vw 0;
}
.formBtnA:hover {
	background-color: #000;
}
.formBtn {
	opacity:5;
}
.uploadOuter {
	 text-align: center;
	 padding: 20px;

}
 .uploadOuter strong {
	 padding: 0 10px;
}
.btn-primary {
	background-color: rgba(1,54,255,1.00);
	padding: 1vw;
	color: #FFF;
	font-weight: 600;
	border-radius: 4px;
	transition:500ms linear;
}
.btn-primary:hover {
	background-color:rgba(239,227,0,1.00);
	color:rgba(1,54,255,1.00);
}
 .dragBox {
	 width: 100%;
	 height: 100px;
	 margin: 2vw auto;
	 position: relative;
	 text-align: center;
	 font-weight: bold;
	 line-height: 95px;
	 color: #999;
	 border: 2px dashed #ccc;
	 display: inline-block;
	 transition: transform 0.3s;
	 background-color: rgba(255,255,255,1.00);
}
 .dragBox input[type="file"] {
	 position: absolute;
	 height: 100%;
	 width: 100%;
	 opacity: 0;
	 top: 0;
	 left: 0;
}
 .draging {
	 transform: scale(1.1);
}
 #preview {
	 text-align: center;
}
 #preview img {
	 max-width: 20vw;
	 height:auto;
}
#list {
  width: 100%;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
.thumb {
    height: 75px;
    border: 1px solid #323a44;
    margin: 10px 5px 0 0;
}
@media (max-width:800px) {
	.contact {
		flex-direction: column;
	}
		#contactForm {

  width: 94vw;
 
}
	.schedule {
	display: flex;
	flex-direction: column;
	gap: 1vw;
	justify-content: space-around;
	width: 84%;
	margin:1vw auto;
	
}
}
@media (max-width: 600px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
	.overlay-text {

	font-size: 3.5vw;
}

}

@media (max-width:750px) {

	
	.request{
	background: rgba(255,255,255,1.00);
	width: 100%;
	padding: 3vw 0vw 4vw;
	margin-top: 8vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
	.estimate {
		flex-direction: column-reverse;
		text-align: center;
	}
	.estimate img {
		display: none;
	}
.request p {
	font-size: 1.3em;

	}
	.textB h2 {
		font-size:6vw;
	}
	.banner{
		display:flex;
		margin-top:10vw;
		width: 100%;
		height: 60vh;
		justify-content: center;
	}
	.intro {
		align-self:center;
	}
		#menu {
  background:rgba(0,0,0,.3);
		border: none;
		box-shadow: 2px 2px 3px rgba(100,100,100,.4);
  width: 6vw;
  height: 6vw;
		margin-top: 4vw;
		margin-left:2vw;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;

}

#menu span {
  width: 25px;
  height: 4px;
  background-color:rgba(0,0,200,1.00);
  border-radius: 3px;
  transition: 0.3s ease;
  transform-origin: center;

}

.open .line1 {
  transform: rotate(45deg) translateY(3px) translateX(4px);
}

.open .line2 {
  transform: rotate(-45deg) translateY(-3px) translateX(4px);
}

	.center-logo {
		display: flex;
		position: fixed;
		width: 100%;
		background-color:rgba(0,0,0,1.00);
		z-index: 99;

	}
	.center-logo img {
		display: block;
		width: 30%;
		margin: 0 auto;
		padding: 2vw 1vw;
	}

	.nav {
	display: none;
		width: 90vw;
		height: 70vh;
		background-color: #000000;
background-image: linear-gradient(147deg, #000000 0%, #04619f 74%);
		margin-top: 12vw;
		box-shadow: 2px 2px 10px rgba(100,100,100,.3);
		border-radius:7px;
		color:rgba(5,4,244,1.00);

	}
	.nav-links {
	display:block;
	margin-top: 3.3vw;
		line-height: 2;

		
}
    .nav-links a {
	display: flex; 
	flex-direction: row;
	padding: 1vw;
		box-shadow: 1px 2px 5px rgba(0,0,0,.4);
		transition: 500ms ease-in;
		

}
.nav-links a:hover {
		 background: -webkit-linear-gradient(rgba(86,130,255,1.00), rgba(213,215,222,1.00));
  -webkit-background-clip: none;
  background-clip: none;
  -webkit-text-fill-color: rgba(5,4,244,1.00);;

}

	.logo {
		width: 80%;
		margin: 1.5vw 1vw;
	}
	.dropdown {
		overflow: scroll;
	}
	.dropdown-content {
    display: none;
    position:absolute;
    background-color: #fff;
    top: 7vw;
	width: 400px;
	height: 500px;
	border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	left: 0;
	margin-left: 20vw;
	overflow: scroll;
		  
		
	
}
	.link-row {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.column-link {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		border-bottom: 1px solid rgba(60,85,125,1.00);
	}
	.column-b-link {
		width: 40%;
	}
	.flex-box {
		width: 100%;
	}
	.flex-box {
	padding-top: 3vw;
	display: flex;
		flex-direction: column;
	
	z-index: 9;
}
.about .text {
	width: 94%;
	height: 70%;
	padding: 2vw;
	background: rgba(255,255,255,1.00);
	box-shadow: 2px 2px 10px rgba(100,100,100,.5);
	margin: 0 auto;
	border:2px solid rgba(7,236,239,1.00);
}
.flex-box img {
	margin-left: 40vw;
	margin-bottom: -10vw;
	border-radius: 4px;
	width: 50%;
	align-self: flex-start;
	z-index:96;
}
}
@media (max-width: 700px) {
	.services {
		flex-direction: column;
	}
	.card {
		width: 80%;
		margin: 0 auto;
	}
	.card img {
		display: block;
		width: 50%;
		margin: 0 auto;
	}

}
@media (max-width:550px) {
	
	#menu {
		height: 8vw;
		width: 8vw;
	}
	.center-logo img {
		width: 35%;
	}
}
@media (max-width:400px) {
	#logo-sml {
		width: 40vw;
	}
	.dropdown-content {

    width: 330px;
	height: 600px;
	margin-left: 10vw;
	
}
		#menu {
		height: 9.5vw;
		width: 9.5vw;
	}
	#menu span {
  width: 21px;
  height: 4px;

}
	  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
		.overlay-text {

	font-size: 5vw;
}
}