@charset "utf-8";
/* CSS Document */

/*
#navbarDropdownMenuLink, a.dropdown-item {
	color: #b60000;
	font-weight: 800;
	font-size: 18px;
}
a.dropdown-item {
	color: #b60000;
	font-weight: 600;
	font-size: 18px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #000000;
	font-size: 20px;
}
*/
	
* {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;	
	font-size: 17px;	
}	
.navbar {
    border-style: none;
    border-width: 0px;
}
h1, h2, h3, h4, h5, h6 {
	/* font-family: 'Passion One', sans-serif; */
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
}	
.fp-watermark {
	display: none;		
}
.kanit-bold {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.kanit-extrabold {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: normal;
}	
	
/* Defining each sectino background and styles */
	#section0{
		background: linear-gradient(to bottom, rgba(143,2,34,0.60) 0%,rgba(169,3,4,0.60) 100%), url('../images/ace-auto-salvage-banner004.jpg') no-repeat bottom center fixed;
		background-size: cover;
	}

	#section1{
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(225,225,225,1) 100%), url('../images/motor-salvage-001.jpg') no-repeat bottom right fixed;
		/* background-size: cover;	*/
	}

	#section2{
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(225,225,225,1) 100%), url('../images/background-left-001.jpg') no-repeat bottom center fixed;
		background-size: cover;	
	}
	
	#section3{
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(225,225,225,1) 100%), url('../images/background-left-001.jpg') no-repeat bottom center fixed;
		background-size: cover;	
	}	
	

	#section4{
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(225,225,225,1) 100%), url('../images/background-left-001.jpg') no-repeat bottom center fixed;
		background-size: cover;	
	}
	
	#section5{
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(225,225,225,1) 100%), url('../images/background-left-001.jpg') no-repeat bottom center fixed;
		background-size: cover;	
	}	
	
	#section6{
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(225,225,225,1) 100%), url('../images/background-left-001.jpg') no-repeat bottom center fixed;
		background-size: cover;	
	}

	#section7{
		background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);

	}

/* Link Styles */

.phone-link {
	text-decoration: none;
} 

/* Back to Top */

#moveTo{
  bottom: 20px;
  left: 20px;
  position: fixed;
  z-index:999;
  font-size: 3em;
  cursor:pointer;
  border-radius: 30px;
}

/* Inputs */

input[type=text] {
  background-color: #BB0000;
  color: white;
}

/* Spacer */
#spacer {
	min-height: 150px;
}

/* fullpage */
.fp-table {
    display: flex;
    flex-direction: column;
    justify-content: center; 
	width: 100%;
}

footer h5 {
  
}

.text-warning {
	color: #d8a302;
}
/*Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */

	h1 {
		font-size: 10.0vw;		
	}
	h2 {
		font-size: 5.0vw;		
	}

@media screen and (min-width: 576px) { 
	h1 {
		font-size: 10.0vw;		
	}
	h2 {
		font-size: 5.0vw;		
	}
	
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) { 
	h1 {
		font-size: 10.0vw;		
	}
	h2 {
		font-size: 2.5em;		
	}

}

/* Large devices (desktops, 992px and up) */
@media screen and  (min-width: 992px) { 
	h1 {
		font-size: 10.0vw;		
	}
	h2 {
		font-size: 4.0vw;		
	}

}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) { 
	h1 {
		font-size: 10.0vw;		
	}
	h2 {
		font-size: 4.0vw;		
	}

}
