.home-header
{
	position: fixed;
	width: 100vw;
  height: 12vh;
	background-color: rgba(85, 85, 87, 0.555);
  z-index: 4;
}

.home-page 
{
    width: 100vw;
    height: 49vw;
    position: relative;
    background-image: url("images/front-bg.png");
    background-repeat:no-repeat;
    background-size: 100vw 49vw;
    background-position: top center;
}

.about-page
{
    height: 100vh;
    width: 100vw;
    position: relative;
    background-image: url("images/about-bg.png");
    background-repeat:no-repeat;
    background-size:100% 100vh;
}

.service-page
{
    height: 100vh;
    width: 100vw;
    position: relative;
    background-image: url("images/service-bg.png");
    background-repeat:no-repeat;
    background-size:100% 100vh;
}

.sale-page
{
    height: 100vh;
    width: 100vw;
    position: relative;
    background-image: url("images/sale-bg.png");
    background-repeat:no-repeat;
    background-size:100% 100vh;
}

#menuBtn
{
  display: none;
  pointer-events: none;
}

.phonetext
{
  color: black;
  text-decoration: none;
}

.sale-contact-text
{
  color: black;
  text-decoration: none;
  font-size: calc(1vw + 1vh);
}

.sale-img-text
{
  color: black;
  text-decoration: none;
  font-size: calc(0.5vw + 1vh);
  padding-left: 6%;
  margin-left: auto;
  margin-right: auto;
}

.sale-img-text:hover{
  color: rgb(223, 127, 50);
}

.phonetext:hover {
  color: rgb(223, 127, 50);
}

.sale-contact-text:hover
{
  color: rgb(223, 127, 50);
}


/* Mobile CSS */
  @media screen and (max-width: 500px) 
{
    body
    {
    overflow-x: hidden !important; /* Hide horizontal scrollbar */
    }
    .home-page
    {   
        background-size:100% auto;
        background-position: top;
        height: 100vh !important;
    }
    .default-bg
    {
        width: 100vw;
        height: 56vw;
        background-color: rgba(28, 28, 34, 0.5);
    }
    .nowopen 
    {
      width: calc(10vh) !important;
      height: auto !important;
      margin-left: -6% !important;
    }
    .repair-icon
    {
      width: calc(10vh) !important;
      height: auto;
      margin-left: 4% !important;
    }
    #map
    {
      margin-left: auto;
      margin-right: auto;
      height: 20vh !important;
    }
    .line-yellow
    {
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .prairieIcon
    {
      margin-left: 10%;
      margin-right: auto !important;
    }
    .service-text-font
    {
      margin-left: 20%;
    }
    .sale-row
    {
      margin-top: 1% !important;
    }
    .logoSale
    {
      margin-top: 1% !important;
    }
    .sale-text
    {
      margin-left: 3% !important;
    }
    .about-div-block
    {
      background-color: rgba(90, 89, 89, 0.466);
      width: 80vw !important;
      margin-left: auto !important;
      margin-right: auto !important;
      margin-left: 10% !important;
    }
    .sale-text
    {
      font-size: calc(2vw + 1vh) !important;
    }
    .home-header
    {
      height: 8vh !important;
    }
    .footer
    {
      bottom: unset;
      top: 46vw !important;
    }
    #menuBtn
    {
      display: block !important;
      color: white;
    }
    .logo
    {	
      width: 140% !important;
      margin-top: 20%;
    }
    .phone
    {
      font-size: calc((2.2vw + 2vh)* 0.4) !important;
      margin-top: 14% !important;
      margin-left: 9% !important;
    }
    .phonelogo
    {
      width: 5% !important;
    }
    .visitus{
      margin-top: 5%;
    }
    .saleblock
    {
      display: none !important;
    }
    .saleblockmobile
    {
      display: block !important;
    }
    #flex { display: flex; flex-direction: column !important; }
    #a { order: 2; }
    #b { order: 1; }
}

.phone
{
    clear: both;
    display: block;
    font-size: calc((2vw + 2vh)* 0.5);
    font-style: normal;
    font-weight: bolder;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	  color: black;
    margin-top: 2%;
    margin-left: -4%;
}

.footer 
{
  margin-left: auto;
  margin-right: auto;
	width: 75vw;
	background-color: rgba(72, 72, 73, 0.616);
	position: relative;
	top: 39vw;
	text-align: center;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

}

#footertext 
{
	color: rgb(223, 127, 50);
	font-weight: bold;
  font-size: 4vw;
	text-align: center;
}

#footerCtner
{
	background-color: rgba(23, 23, 24, 0.781);
	margin-bottom: 2%;
}

.logo
{	
	width: 70%;
	margin-left:7%;
	float:left;
}

body {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll; 
  position: relative;
}

body::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}


.nowopen 
{
	position: absolute;
	width: calc(1vw * 3vh);
	height: auto;
	left: 5%;
	top: 1%;
}

.repair-icon
{
    position: absolute;
	width: calc(1vw * 3vh);
	height: auto;
    margin-top: -7%;
    margin-bottom: 4%;
    margin-left: -4%;
}

#about-welcome
{ 
  padding-top: 4%;
  margin-top: 1%;
  margin-left: 5%;
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: calc(2vw + 1vh);
	text-align: center;
}

#about-unv
{
    padding-top: 4%;
    margin-top: 20%;
    margin-left: 5%;
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: calc(2vw + 1vh);
	text-align: center;
}

.welcome-block
{   
    padding-top: 5%;
    padding-left: 2%;
}

.about-text-font
{
	color: rgb(255, 255, 255);
    margin-right: 10%;
    margin-left: 8%;
    font-size: calc(1vw + 1vh);
}

#about-title
{
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: calc(2vw + 2vh);
	text-align: center;
}

.linee
{   
    height: 4px;
    width: 80%;
    background-color: orange;
    margin-bottom: 2%;
    margin-left: 10%;
}

.about-repair
{
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-top: 6%;
}

.header-div-service
{
  background-color: rgb(75, 75, 75);
}

#map 
{
	height: 300px;
	/* The height is 400 pixels */
	width: 80%;
	/* The width is the width of the web page */
}

.head-space
{
  width: 100%;
  height: 5vh;
}

.spacer
{
  width: 100%;
  height: 3vh;
}

.line-yellow
{
  height: 4px;
  width: 80%;
  background-color: orange;
  margin-left: 1px;
}

.service-text-font
{
  color: rgb(0, 0, 0);
  margin-right: 20%;
  margin-top: 4%;
  font-size: calc(1vw + 1vh);
  text-align: center;
}

.prairieIcon
{
  width: 80%;
	height: auto;
}

ul.dashed 
{
  margin-top: 5%;
	list-style-type: none;
	font-weight: 630;
	font-size: calc(1vw + 1vh);
}

.visitus
{
  color: rgb(0, 0, 0);
	font-weight: bold;
	font-size: calc(2vw + 1vh);
	text-align: center;
}

.icon-text-styling
{
  color: rgb(0, 0, 0);
  font-size: calc(1vw + 1vh);
}

.phonelogo
{
  width: 3%;
	height: auto;
}

.logoSale
{
	width: 4%;
	height: auto;
	float:left;
  margin-right: 2%;
  margin-top: 2%;  
}

.sale-img
{
	width: 10vw;
	height: 5vw;
  float: center;
  /* padding-bottom: 10px; */
}

.sale-row
{
  margin-top: 3%;
  margin-left: 25%;
}

.kijiji-link
{
	font-size: calc(1vw + 1vh);
  text-align: center;
}
.sale-image-div{
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  /* padding-left: 10%;  */
}

.sale-text
{
	top: 10%;
	font-size: calc(2.2vw);
	line-height: 120%;
	text-align: center;
  margin-right: 2%;
  margin-left: -12%;
  padding-left: 15%;
  padding-right: 15%;
}

#flex { display: flex; flex-direction: row; }
.saleblock 
{
  display: block;
}

.saleblockmobile
{
  display: none;
}


/*#region NavBar*/
.topnav 
{
	overflow: hidden;
  z-index: 2;
  position: fixed;
  right: 0; 
  top: 0;
}
  
  .topnav a {
	float: right;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 12px 16px;
	text-decoration: none;
	font-size: 17px;
  margin-right: -10px;
  }

  .topnavsale a{
	  color: black;
  }
  
  .topnav a:hover {
	background-color: #ddd;
	color: black;
  }
  
  .topnav a.active {
	background-color:rgb(223, 127, 50);
	color: white;
  }
  
  .topnav .icon {
	display: none;
  }
  
  @media screen and (max-width: 500px) 
  {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon 
      {
        float: right;
        display: block;
      }
  }
  
  @media screen and (max-width: 500px) 
  {
	.topnav.responsive 
  {
    position: fixed !important;
    left: 0 !important;
    display: flex;
    flex-flow: column;
  }
	.topnav.responsive .icon {
	  position: fixed !important;
	  right: 0;
	  top: 0;
	}
	.topnav.responsive a {
	  float: none;
	  display: block;
	  text-align: left;
    background-color: rgba(53, 52, 52, 0.603);
	}
  
  .topnav.responsive #menuBtn{
    pointer-events: initial !important;
  }

  .sale   {order: 5;}
  .booking  {order: 4;}
  .service {order: 3;}
  .about  {order: 2;}
  .home  {order: 1;}
}
/*#endregion NavBar*/


/*#region Scroll Down Animation*/
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 76vw;
}

.chevron {
  position: absolute;
  width: calc(4vw + 1vh);
  /* width: 2.1rem; */
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #ffffff;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

/*#endregion Scroll Down Animation*/