html{
	font-family: Georgia, serif;
}

a {
    text-decoration: none;
}

/* Home Page Intro */

.homepageheader{
	background-image: url("images/SiteBackground.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	margin: auto;
	height: 100vh;
	box-shadow: 0 3000px rgba(20, 20, 20, 0.5) inset;
}

.headergrid{
	display: grid;
	grid-template-columns: 1fr 2fr;
}

.homepagelogo{
	max-width: 232px;
	height: auto;
	margin-right: 1rem;
	margin-top: 10px;
	margin-left: 10px;	
}

.headermenu{
	margin-right: 5%;
	margin-left: auto;
	margin-top: 10%;
	color: white;
}

.headertagline{
	font-family: Georgia, serif;
	color: white;
	text-align: center;
	display: block;
}

.headertitle{
	display: block;
	font-family: Georgia, serif;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	color: white;
	margin-bottom: 0px;
	margin-top: 0px;
}


.button-custom{
	font-family: Georgia, serif;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border-color: white;
	border-width: 2px;
	border-style: solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 1rem;
	margin-bottom: 1rem;
	color: white;
}

a.button-custom:hover{
	border-color: greenyellow;
	color: greenyellow;
	cursor: pointer;
}

.tags{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6rem;
	text-align: center;
}
.taglink{
	display: inline;
	font-size: 2rem;
	text-decoration: none;
	text-align: center;
	width: 100px;
	border-color: white;
	border-style: solid;
	border-width: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 4rem;
	color: white;
}
.taglink:hover{
	border-color: greenyellow;
	color: greenyellow;
	cursor: pointer;
}
/* Services Section */

.servicessection{
	margin-top: 5%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 2rem;
}

.servicesgrid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.services{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	box-shadow: 0 3000px rgba(20, 20, 20, 0.55) inset;
	margin-left: 2px;
	margin-right: 2px;
	height: 360px;
	border-color: whitesmoke;
	border-width: 2px;
	border-radius: 10px;
}
.cncservices{
	background-image: url("images/CNC-Services.png");
}
.servicestext{
	display: block;
	font-family: Georgia, serif;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: white;
	margin-left: auto;
	margin-right: auto;
	position: relative;
  	top: 50%;
 	-ms-transform: translateY(-50%);
 	transform: translateY(-50%);
 	cursor: pointer;
}
.servicestext:hover{
	color: greenyellow;
}

.droneservices{
	background-image: url("images/Muskoka Autumn.png");
}

.shopservices{
	background-image: url("images/Machine shop services.png");
}

.techservices{
	background-image: url("images/computer services.jpeg");
}

.serviceshelpgrid{
	display: grid;
	margin-top: 3rem;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-column-gap: 20px;
}

.serviceshelptext1{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 3rem;
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 4;
	padding-right: 10px;
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 1px;
}

.serviceshelptext2{
	font-size: 1rem;
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}

.serviceshelptext3{
	font-size: 1rem;
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}

.serviceshelptext4{
	display: inline-block;
	text-decoration: none;
	font-size: 1rem;
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 4;
	text-align: center;
	color: teal;
	border-color: teal;
	border-width: 2px;
	border-style: solid;
	width: max-content;
	height: max-content;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}
.serviceshelptext4:hover{
	border-color: greenyellow;
	color: greenyellow;
}

.parallax1{
	display: block;
	background-image: url("images/Muskoka Autumn.png");
  	height: 80vh;
	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.contacttext1{
	display: block;
	color: white;
	font-style: italic;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	padding-top: 6rem;
}

.contacttext2{
	display: block;
	color: white;
	font-style: italic;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding-top: 3rem;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.contactbutton{
	display: block;
	text-align: center;
	font-size: 1rem;
	color: white;
	border-color: white;
	border-width: 2px;
	border-style: solid;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6rem;
  	
	cursor: pointer;
}
.contactbutton:hover{
	border-color: greenyellow;
	color: greenyellow;
}

.diysection{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	font-size: 4rem;
	font-weight: bold;
	max-width: 75%;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	border-radius: 25px;
	color: black;
}
.diysection:hover{
	border-color: greenyellow;
	color: greenyellow;	
}

.diytext1{
	display: block;
	text-align: center;
	color: darkslategray;
}

.gallerysection{
	display: block;
	margin-top: 3rem;
}

.gallery{
	display: flex;
	flex-wrap: wrap;
		
  	margin-left: auto;
  	margin-right: auto;
  	width: 90vw;
}

.footer{
	display: block;
	margin-top: 6rem;
}

.footerimage{
	display: block;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.footertext{
	color: darkslategray;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

/*************** 
 Media Querries 
****************/

@media screen and (max-width: 1024px){
	.homepagelogo{
		max-width: 175px;
		margin-top: 2px;
	}
	.servicesgrid{
		grid-template-columns: 1fr 1fr;	
	}
	.services{
	margin-bottom: 2px;
	margin-top: 2px;	
	}
	.serviceshelpgrid{
		display: block;
		text-align: center;	
	}
}


@media screen and (max-width: 750px){
	.homepagelogo{
		max-width: 175px;	
		margin-bottom: 3rem;
	}
	.headertitle{
		font-size: 2rem;	
	}
	.headertagline{
		font-size: 10px;	
	}
	.servicesgrid{
		grid-template-columns: 1fr;
	}
	.services{
	margin-bottom: 2px;
	margin-top: 2px;	
	}
	.contacttext2{
		font-size: 1rem;	
	}
	.taglink{
		font-size: 1rem;	
	}
}