.container-bg-margin {
	margin-top:150px;
	margin-bottom:150px;
}

.grey-important {
	color: grey !important;
}

.white-important {
	color: white !important;
}

.orange-important {
	color: orange !important;
}

.white-important {
	color: white !important;
}

.pricing-container {
	margin-bottom: 60px;	
}

.pricing-title {
	font-weight: 800;	
}

.left-text {
	list-style-type: none;
}

.logo-width-important {
	width: 25% !important;
}

.main-subtext {
	font-weight: 200;
	color: white !important;
}

.intro-image {
	background-image: url("../img/tt-photo/IMG_9022.jpg");
}

.shooter-image {
	background-image: url("/img/full/hunter_warm.jpeg") !important;
}

.image-override {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

@media only screen and (max-width: 600px) {
	.intro-image {
		background-image: url("../img/tt-photo/mobile_shorthair.jpg");
	}
	.shooter-image {
		background: grey !important;
	}
	.main-subtext {
		color: white !important;
		font-weight: 400;
	}
}

.white-background {
	background-color: white;
}