::-moz-selection {
	background: rgba(222, 56, 0, 0.5);
}

::selection {
	background: rgba(222, 56, 0, 0.5);
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Montserrat', sans-serif;
	box-sizing: content-box;
}

#typeHeading {
	font-weight: 300;
}

.mt2 {
	margin-top: 2rem;
}

.mt3 {
	margin-top: 3rem;
}

.margin-up {
	margin-bottom: -10px;
}

.bg-grad-red {
	/*background: rgba(0, 0, 0, 1);*/
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .85), rgba(149, 59, 59, 1));
}

.bg-red {
	background-color: #953b3b !important;
}

a {
	color: #953b3b;
}

.bold {
	font-weight: 700;
}

table th {
	font-weight: 700;
}

a:hover {
	color: #772929;
}

.redBold {
	font-family: 'Roboto', sans-serif ; 
	font-weight: 700;
	color: #953b3b;
	font-size: 6rem;
}

.btn-primary {
	background-color: #953b3b !important;
}

.btn-primary:not([disabled]):not(.disabled):active {
	background-color: #953b3b !important;
}

.md-form input[type="text"]:focus:not([readonly]),
.md-form input[type="email"]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
	box-shadow: 0 1px 0 0 #953b3b;
	border-bottom: 1px solid #953b3b;
}

.md-form input[type="text"]:focus:not([readonly]) + label,
.md-form input[type="email"]:focus:not([readonly]) + label,
.md-form textarea.md-textarea:focus:not([readonly]) + label {
	color: #953b3b;
}

/* 
@media screen\0 {

	.jumbo-parallax .container {
		margin: 0;
	}
} */

.padding {
	padding: 5rem 0;
}

.paddingb2{
	padding-bottom: 2rem;
}

.navbar {
	box-shadow: none;
}

.navbar ul {
	z-index: 1000;
	text-transform: uppercase;
}

.jumbo-parallax {
	background-image: url("../../assets/img/Venison_Header.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
	height: 100vh;
	color: #000;
	margin-bottom: 0;
}

.jumbotron {
	margin: 0;
}

.jumbotron h2 {
	margin: 0 auto;
	text-align: center;
	padding: 2rem 0;
	color: #fff;
	transition: 1s all;
}

.makeblack h1{
	padding-bottom: 2rem;
}

#about {
	background-image: url(../../assets/img/What.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	padding: 7rem 0;
}

#divisions {
	background-image: url(../../assets/img/Division.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	padding: 3rem 0;
}

#about h2, #divisions h2 {
	font-size: 2rem;
	font-weight: 700;
}

#about .lead, #divisions .lead {
	font-size: 1.4rem;
}

#divisions p {
	color: #fff;
	font-size: 1.2rem;
}

#about p {
	color: rgba(0, 0, 0, .8);
	font-size: 1.2rem;
}

.list-justify {
	padding-left: 2em;
	position: relative;
}

.list-justify .fas {
	position: absolute;
	left: 0;
	padding-top:7px;
}

.list-justify li {
	padding: 0 0 1rem 0;
}

footer {
	background-color: #111;
}

footer hr {
	/* width: 50%; */
	border-color: #222;
	margin: 0 auto;
}

.top-footer {
	padding: 4rem 0;
}

.top-footer hr {
	border-color: #fff;
	border-width: 2px;
	width: 25px;
	margin: auto 0;
	padding-bottom: 25px;
	text-align: left;
}

.top-footer a {
	color: #fff;
	text-decoration: none;
}

.small-footer p{
	margin: 0;
	text-align: center;
}

.small-footer p a {
	text-decoration: none;
	color: #fff;
}

footer .small-footer {
	padding: 25px 0;
}

.navbar-nav .nav-item .dropdown-menu .nav-link {
	color: #000 !important;
	transition: all 1s;
}

.scrolled {
	background-color: rgba(255, 255, 255, .5);
	box-shadow: 0 0 10px #000;
	padding: 0 15px;
	transition: all 1s;
}

.scrolled.navbar-dark .navbar-nav .nav-item .nav-link {
    color: black;
    font-weight: 400;
}

.navbar .navbar-nav .nav-item .nav-link {
	/* font-weight: 400; */
	font-size: 1.025rem;
}

.transparent {
	transition: all 1s;
}

.text-white{
	color: #fff;
}

.page-title {
	margin: 0 0 45px 0;
	padding: 10rem 0 6rem 0;
	box-shadow: 0px 5px 20px #000;
	text-transform: uppercase;
	/*height: 400px;*/
}

.page-title hr {
	border-color: #fff;
	width: 100px;
	border-width: 3px;
}

.page-title h4, .page-title p {
	text-transform: none;
	margin-top: 2rem;
}

.contact-title {
	/* margin: 0 0 45px 0; */
	padding: 4rem 0 2rem 0;
	text-transform: uppercase;
	/*height: 400px;*/
}

.contact-title hr {
	border-color: #000;
	width: 100px;
	border-width: 3px;
}

.contact-title h4 {
	text-transform: none;
	margin-top: 2rem;
}

.section-title {
	/*margin: 0 0 45px 0;*/
	padding: 4rem 0;
	text-align: center;
}

.section-title h1 {
	font-weight: 600 !important;
}

.section-title hr {
	border-color: #fff;
	width: 100px;
	border-width: 3px;
}


.number-input input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	}
	
	.number-input input[type=number]::-webkit-inner-spin-button,
	.number-input input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	}
	
	.number-input {
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-left: auto;
	}
	
	.number-input button {
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0;
	position: relative;
	}
	
	.number-input button:before,
	.number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	height: 2px;
	transform: translate(-50%, -50%);
	}
	
	.number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
	}
	
	.number-input input[type=number] {
	text-align: center;
	}
	
	.number-input.number-input {
	border: 1px solid #ced4da;
	width: 10rem;
	border-radius: .25rem;
	}
	
	.number-input.number-input button {
	width: 2.6rem;
	height: .7rem;
	}
	
	.number-input.number-input button.minus {
	padding-left: 10px;
	}
	
	.number-input.number-input button:before,
	.number-input.number-input button:after {
	width: .7rem;
	background-color: #495057;
	}
	
	.number-input.number-input input[type=number] {
	max-width: 4rem;
	padding: .5rem;
	border: 1px solid #ced4da;
	border-width: 0 1px;
	font-size: 1rem;
	height: 2rem;
	color: #495057;
	}
	
	@media not all and (min-resolution:.001dpcm) {
			@supports (-webkit-appearance: none) and (stroke-color:transparent) {
			
			.number-input.def-number-input.safari_only button:before,
			.number-input.def-number-input.safari_only button:after {
			margin-top: -.3rem;
			}
		}
	}

@media screen and (max-width: 800px) {
	.jumbotron h2 {
		font-size: 2rem;
		transition: 1s all;
	}
	
	.jumbotron .display-5 {
		font-size: 1.2rem;
		transition: 1s all;
	}

	.navbar {
		background-color: rgba(255, 255, 255, .5);
	}
	
	.navbar-toggler {
	    color: black !important;
	}

	.redBold {
		font-family: 'Roboto', sans-serif ; 
		font-weight: 700;
		color: #953b3b;
		font-size: 3rem;
	}

	.jumbo-parallax {
		background-image: url("../../assets/img/Venison_Header_Mobile.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: unset;
		background-position: center;
		padding: 5rem 0;
		transform: none;
	}

	#about {
		background-image: url(../../assets/img/What.jpg);
		background-size: cover;
		background-attachment: unset;
		background-position: center;
		background-repeat: no-repeat;
		padding: 5rem 0;
		text-align: center;
	}
	
	#divisions {
		background-image: url(../../assets/img/Division_Mobile.jpg);
		background-size: cover;
		background-attachment: unset;
		background-position: center;
		background-repeat: no-repeat;
		padding: 5rem 0;
		text-align: center;
	}

	.number-input {
		margin-left: unset;
	}
}

.terms h2, .privacy h2,.terms h5, .privacy h5{
	margin: 1.5rem;
}

.terms p, .privacy p {
	line-height: 30px;
	font-size: .9rem;
}

.terms li, .privacy li {
	line-height: 30px;
	margin: 1rem 0;
	font-size: .9rem;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
