@CHARSET "UTF-8";


/******************************************/
/**************** GENERAL *****************/
/******************************************/

	/* https://www.dafont.com/ */
	@font-face { font-family: aAtmospheric; src: url('../fonts/aAtmospheric.ttf'); }
	@font-face { font-family: anklepants; src: url('../fonts/anklepants.ttf'); }
	@font-face { font-family: Ethnocentric; src: url('../fonts/ethnocentric rg.ttf');}
	@font-face { font-family: Ethnocentric; font-style: italic; src: url('../fonts/ethnocentric rg it.ttf');}
	@font-face { font-family: Robotica; src: url('../fonts/Robotica.ttf');}
	@font-face { font-family: zekton; src: url('../fonts/zekton rg.ttf');}

	html,body {
		background-color: #ffaec1;
		color: white;
		font-family: Robotica, "Motiva Sans", Arial, Helvetica, sans-serif;
	}

	.sub-text {
		color: #616161;
	}

	#main {
		padding: 0;
		background-color: #ffaec1;
		background-image: url('../files/chiron-boi-feint.png');
		background-position: top;
		background-repeat: repeat;
		background-size: 50px;
	}

	.hideme {
	  	opacity: 0;
	}

	.btn-big {
		height: 70px;
	}

	.btn-xs {
		padding: 3px;
		font-size: 12px;
	}

	.clickable {
		cursor: pointer;
	}

	.strike {
		text-decoration: line-through;
	}

	.modal-xl {
	    width: 95%;
	   	max-width:1200px;
	   	margin: 20px auto;
  	}	

  	.modal .close {
		position: absolute;
		right: -8px;
		top: -8px;
		background-color: black;
		color: white;
		border: 1px white solid;
		border-radius: 30px;
		width: 30px;
		height: 30px;
		opacity: 1;
		z-index: 10;
	}

	.atmospheric {
		font-family: aAtmospheric;
	}

	.ethnocentric {
		font-family: Ethnocentric;
	}

	.ankle {
		font-family: anklepants;
	}

	.robotica {
		font-family: Robotica;
	}

	input.error,textarea.error {
		box-shadow: 1px 0px 10px 3px red;
	}

	.form-error-message {
		font-size: 10px;
		font-style: italic;
		font-family: zekton;
		color: red;
		text-align: left;
	}







/*****************************************/
/**************** HEADER *****************/
/*****************************************/

	#top-nav {
		width: 100%;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 100;
		color: #ffaec1;
		background-color: black;
		transition: background-color 0.3s;
		box-shadow: 1px 0px 20px 3px black;
	    font-family: Robotica;
    	font-size: 15px;
	}

	#top-nav .container {
		padding: 10px 15px 0 15px;
	}

	#top-nav .nav-item a {
		color: #ffaec1;
		border-bottom: 3px solid black;
		transition: color 0.3s, border-bottom 0.3s, font-size 0.1s;
	}

	#top-nav .nav-item a:hover {
		color: #e2d5b6;
    	border-bottom: 3px solid #e2d5b6;
    	font-size: 16px;
	}

	#top-nav .navbar-brand {
		width: 100px;
		background-image: url('../files/chiron-logo-sm-pink.png');
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		cursor: pointer;
	    margin: -10px 30px -10px 0;
    	min-height: 50px;
	}

	#top-nav a.nav-link {
		padding: 0 20px;
		text-transform: lowercase;
	}

	#top-nav .nav-item .border-right-sm {
		border-right: none !important;
	}

	#top-nav .navbar-toggler i {
		color: #ffaec1;
	}





/****************************************/
/**************** HOME ******************/
/****************************************/
	#about {
		width: 100%;
		background-color: black;
		background-image: url('../files/stars-woohoo.jpeg');
		background-position: center;
		background-size: 750px;
		background-repeat: repeat;
	  padding: 100px 0;
	}


	#main-stars {
		background-color: black;
		margin: auto;
		height: 800px;
		position: relative;
		box-shadow: 0px 0px 20px 12px black;
		/*background-image: url('../files/cat-stars-omg.jpeg');*/
		background-image: url('../files/chiron.jpeg');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		z-index: 90;
	}

	#main-stars img {
		width: 100%;
		position: absolute;
	}

	#main-stars .stars-text {
		width: 60%;
	    color: #feaec1;
	    position: absolute;
	    top: 20%;
	    right: 5%;
	    border-radius: 10px;
	    padding: 15px;
	    box-shadow: 0px 0px 20px 8px #a4a4a459;
	    background-color: #000000b0;
	    border: 2px solid #feaec140;
	    min-height: 200px;
	    font-family: aAtmospheric;
	    cursor: pointer;
	    transition: color 0.3s, background-color 0.3s;
	}

	#main-stars .stars-text:hover {
		color: #eee8d4;
		background-color: #000000c4;
	}

	#main-stars .stars-text .star-text-lg h2 {
		text-align: right;
		font-size: 30px;
	}

	#main-stars .stars-text .star-text-sm {
		
	}

	#main-stars .stars-text .star-text-sm h5 {
		text-align: right;
		font-size: 15px;
	}

	#about-blurb {
		color: #eee8d4;
		padding: 20px;
		border-radius: 10px;
		box-shadow: none;
		background-color: #000000b0;
	}

	#about-blurb #about-title {
		text-align: center;
		margin-bottom: 20px;
	}

	#about-blurb #about-title h2 {
		font-size: 50px;
		color: #feaec1;
	}

	#about-blurb #about-img img {
		width: 100%;
	}

	#about-blurb #about-bio {
		font-family: zekton;
	}

	#about-blurb #about-descriptors {
		text-align: center;
		margin-bottom: 20px;
		color: #feaec1;
	}

	#main-testimonials {
		padding: 150px 0;
		background-image: url('../files/chiron-boi.png');
		background-position: center;
		background-size: 350px;
		background-repeat: repeat;
	}

	#main-testimonials #testimonials {
		background-color: #0000004f;
		padding: 20px;
		border-radius: 15px;
		border: solid 1px black;
	}

	#main-testimonials #testimonials h2 {
		text-align: center;
		color: white;
		margin-bottom: 30px;
	}

	#main-testimonials #testimonials .testimonial {
		text-align: center;
	    padding: 30px 15px;
	    border: 1px solid #0000002e;
	    color: black;
	    background-color: #feaec1;
	    margin: 20px 5px;
	    border-radius: 3px;
	    font-family: aAtmospheric;
	}

	#main-testimonials #testimonials .testimonial .testimonial-img {
		margin-bottom: 20px;
	}

	#main-testimonials #testimonials .testimonial .testimonial-img img {
	    height: 100px;
    	width: 100px;
	}

	#main-testimonials #testimonials .testimonial .testimonial-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	#main-testimonials #testimonials .testimonial .testimonial-subtitle {
		font-size: 15px;
		font-style: italic;
		margin-bottom: 10px;
	}

	#main-testimonials #testimonials .testimonial .testimonial-quote {
		font-style: italic;
		padding: 5px;
	    border: 1px solid #dd9dac;
	    background-color: #f5becb;
	    border-radius: 3px;
	    font-size: 15px;
	    font-family: 'zekton';
	}





/*********************************************/
/**************** OFFERINGS ******************/
/*********************************************/
	#offerings-main {
		width: 100%;
		background-color: black;
		background-image: url('../files/stars-woohoo.jpeg');
		background-position: center;
		background-size: 750px;
		background-repeat: repeat;
		padding: 100px 0 250px 0;
	}

	.offerings {
		margin-top: 50px;
	}

	.offering {
		margin-top: 5px;
	}

	.offering .offering-details {
		color: black;
		cursor: pointer;
		transition: box-shadow 0.3s;
		border-radius: 10px;
	}

	.offering .offering-details .offering-head {
		padding: 10px;
		background-color: #feaec1;
		border-radius: 10px 10px 0 0;
		border: 3px solid #feaec1;
		border-bottom: none;
		text-align: center;
		transition: border-color 0.3s;
	}

	.offering .offering-details .offering-head .offering-title {
		padding: 0 20px;
		font-size: 20px;
	}

	.offering .offering-details .offering-image {
		margin: 20px;
	}

	.offering .offering-details .offering-image img {
		height: 100px;
	}

	.offering .offering-details .offering-body {
		padding: 6px;
		background-color: #feaec1c7;
		background-image: url('../files/chiron-boi-feint.png');
		background-position: center;
		background-size: 350px;
		background-repeat: repeat;
		border-radius: 0 0 10px 10px;
		border: 3px solid #feaec1;
		border-top: none;
		box-shadow: inset 14px 20px 20px 20px #feaec199;
		transition: border-color 0.3s;
	}

	.offering .offering-details .offering-description {
		background-color: #feaec1d4;
		border: 1px solid #ffc0cb63;
		border-radius: 0 0 5px 5px;
		padding: 5px;
		font-family: zekton;
		font-size: 15px;
		transition: background-color 0.3s;
	}

	.offering .offering-details.highlight {
		box-shadow: 0px 0px 20px 0px #ffddf3;
	}

	.offering .offering-details.highlight .offering-head {
		border-color: #ffddf3;
	}

	.offering .offering-details.highlight .offering-body {
		border-color: #ffddf3;
	}

	.offering .offering-details.highlight .offering-description {
		border-color: #ffbbe7;
		background-color: #feaec1d8;
	}

	.offering .offering-details .offering-level {
		color: white;
    	font-size: 13px;
	}





/*******************************************/
/**************** CONTACT ******************/
/*******************************************/
	#contact-main {
		background-color: #feaec1;
		margin: 40px 0;
		color: black;
	}

	.contact-title {
		margin-bottom: 50px;
	}

	#contact-body {
	    padding: 5px;
		background-color: #feaec1c7;
		background-image: url(../files/chiron-boi-feint.png);
		background-position: center;
		background-size: 350px;
		background-repeat: repeat;
		box-shadow: inset 14px 20px 20px 20px #feaec199;
	}

	#contact-body-inside {
	    padding: 20px;
	    box-shadow: 0px 0px 18px 1px black;
	    background-color: #ffc8d5;
	}

	#contact-body form .contact-submit {
		background-color: orange;
	    border: 1px solid #e9c98f;
	    color: #faf1da;
	}

	#contact-body form .contact-submit:hover {
		background-color: #4e37b273;
	}

	#contact-body form .submit-group {
	    display: flex;
    	justify-content: space-between;
    }

    .contact-media {
		font-size: 25px;
	}

	.contact-colly {
		padding: 5px;
		background-color: #feaec1c7;
		background-image: url(../files/chiron-boi-feint.png);
		background-position: center;
		background-size: 350px;
		background-repeat: repeat;
		box-shadow: inset 14px 20px 20px 20px #feaec199;
		margin: 20px 0;
	}

	.contact-colly img {
		width: 100%;
	}





/*****************************************/
/**************** FOOTER *****************/
/*****************************************/
	#footer {
		border-top: 1px solid #f6aebf;
		padding: 50px;
		text-align: center;
		z-index: 100;
	}

	#footer-motto {
		margin: 20px 0;
	}

	#footer-logo img {
		height: 150px;
		width: 150px;
		margin: auto;
		margin-bottom: 50px;
	}

	#footer-media {
		margin-bottom: 30px;
		font-size: 30px;
	}

	#footer-links .footer-link {
		padding: 0 2%;
	}

	#footer-links .footer-link.link-right {
		border-left: 1px gray solid;
	}

	#footer-links .footer-link.link-left {
		border-right: 1px gray solid;
	}

	#footer-sponsors {
		color: #8dcc4e;
		display: inline-block;
		width: 100%;
	}

	.footer-sponsor {
		width: 50px;
		height: 50px;
		border: 1px solid #8dcc4e52;
		cursor: pointer;
		display: inherit;
	}

	.footer-sponsor:hover {
		border: 1px solid #8dcc4e;
		background-color: #1f231e;
	}

	.footer-sponsor img {
		width: 100%;
		height: 100%;
	}

	.offering-modal .modal-body {
		background-color: #feaec1;
		color: black;
	}

	.offering-modal .off-title {
		text-align: center;
		font-size: 25px;
	}

	.offering-modal .off-image {
		text-align: center;
		padding: 20px;
	}

	.offering-modal .off-image img {
		height: 200px;
	}

	.offering-modal .off-body {
		padding: 6px;
		background-color: #feaec1c7;
		background-image: url('../files/chiron-boi-feint.png');
		background-position: center;
		background-size: 350px;
		background-repeat: repeat;
		border: 1px solid #ffc0cbcf;
		box-shadow: inset 14px 20px 20px 20px #feaec199;
	}

	.offering-modal .off-level {
		color: white;
    	font-size: 14px;
	}

	.offering-modal .off-description {
		background-color: #feaec1d4;
		border: 1px solid #ffc0cb63;
		padding: 5px;
		font-family: zekton;
		font-size: 15px;
		transition: background-color 0.3s;
	}

	.offering-modal .off-description .off-price {
		font-family: anklepants;
	}

	.offering-modal .off-book {
		background-color: orange;
	    border: 1px solid #e9c98f;
	    color: #faf1da;
	}

	.offering-modal .off-book:hover {
		background-color: #4e37b273;
	}

	.offering-modal .acuity-embed-button {
		background: #f37f90; 
		color: #fff; 
		padding: 8px 12px; 
		border: 0px; 
		-webkit-box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset;
		-moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset;
		box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset;
		border-radius: 4px; 
		text-decoration: none; 
		display: inline-block;
	}

	.slides-modal .off-body {
		margin: auto;
		margin-top: 50px;
		margin-bottom: 50px;
		width: 95%;
	}

	#socialModal .modal-body {
		background-color: #feaec1;
		color: black;
	}

	#socialModal .newsletter-header {
		text-align: center;
	}

	#socialModal #newsletter-form {
		padding: 20px;
		text-align: center;
	}

	#socialModal #newsletter-form label {
		margin: 7px 0 0 0;
	}

	#socialModal #newsletter-form button[type="submit"] {
		background-color: orange;
	    border: 1px solid #e9c98f;
	    color: #faf1da;
	}

	#socialModal #newsletter-form button[type="submit"]:hover {
		background-color: #4e37b273;
	}

	#socialModal .social {
		border-top: 3px solid #f9c1cf;
		padding: 20px 0 0 0;
	}

	#socialModal .social .social-links {
		text-align: center;
	}

	#socialModal .social .social-links .media-link {
		font-size: 50px;
	    color: #faf1da;
	    transition: color 0.4s;
	}

	#socialModal .social .social-links .media-link:hover {
		color: #4e37b273;
	}








/*******************************************/
/**************** SPYHOUSE *****************/
/*******************************************/
	#spyhouse-top {
		text-align: center;
		color: black;
	}

	#spyhouse-top img {
		height: 200px;
	}

	#spyhouse {
		font-family: zekton;
		color: #4d3030;
	}

	#spyhouse .step {
		font-family: Robotica;
		font-size: 18px;
	}

	#spyhouse .tip-form-border {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('/assets/files/cashmoneynocash.png');
		padding: 10px;
		width: 100%;
		border: 1px solid #c9c9c9;
	}

	#spyhouse .tip-form-generator {
		background-color: #dddbdb;
		border: 1px solid #c9c9c9;
	}

	#spyhouse .tip-form-header {
		padding: 40px;
		background-color: #d0d0d0;
		border-bottom: 1px solid #c9c9c9;
	}

	#spyhouse .tip-form-generator h3 {
		text-align: center;
		font-family: aAtmospheric;
		color: black;
	}

	#spyhouse .tip-form-generator h3 span {
		padding: 25px 40px 25px 40px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('/assets/files/cashmoney.png');
		border: 1px solid #c9c9c9;
	}

	#spyhouse .tip-form-generator-body {
		background-color: #d0d0d0;
		margin: 0 20px;
	}

	#spyhouse .location-group,#spyhouse .report-group,#spyhouse .submit-group {
		background-color: #dddbdb;
		margin-bottom: 0;
		padding: 10px;
	}

	#spyhouse .details-group {
		margin: 0 10px;
	}

	#spyhouse .report-details {
		padding: 25px 12px 12px 12px;
		color: black;
		font-family: aAtmospheric;
	}

	#spyhouse .report-group {
		border-bottom: 1px solid #c9c9c9;
	}

	#spyhouse .submit-group {
		border-top: 1px solid #c9c9c9;
	}

	#spyhouse #add-more-btn {
		margin: 10px 22px;
		background-color: transparent;
		border-color: black;
		color: black;
	}

	#spyhouse #add-more-btn-info {
		font-size: 12px;
	}

	#spyhouse #add-shifts-description {
		display: none;
		font-size: 15px;
		font-style: italic;
	}

	#spyhouse .add-shift {
		padding: 10px;
	    font-size: 13px;
	    margin: 10px;
	    background-color: #dddbdb;
	}

	#spyhouse .add-shift .remove-shift {
		padding-top: 20px;
	    font-size: 25px;
    	color: red;
    	cursor: pointer;
	}

	#spyhouse .add-shift .remove-shift:hover {
    	color: #ffafc1;
	}

	#spyhouse .add-shift .form-control {
		height: 30px;
		padding: 2px 7px 5px 7px;
		border-radius: 3px;
	}

	#spyhouse .add-shift .form-group {
		margin-bottom: 5px;
	}

	#spyhouse .add-shift .add-shift-error {
		color: red;
		margin-left: 10px;
	}

	#spyhouse .loading {
		margin-top: 20px;
		width: 100%;
		height: 100px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('/assets/files/loading.gif');
		background-color: #dddbdb;
		display: none;
	}

	#spyhouse .downloadables {
		background-color: #dddbdb;
	}

	#spyhouse .errors p {
		color: red;
	    font-size: small;
	    margin-left: 15px;
	    margin-bottom: 5px;
	}

	.remove-uploaded-report-btn {
		border: none;
		color: gray;
		background-color: unset;
	}

	.remove-uploaded-report-btn:hover {
		color: white;
	}

	.remove-uploaded-report-btn:focus {
		border: none;
	}

	#spyhouse-footer {
		margin-top: 100px;
		text-align: center;
		color: black;
	}







/****************************************/
/**************** SIZES *****************/
/****************************************/

	/*Extra small devices (portrait phones, less than 576px)
	No media query since this is the default in Bootstrap*/

	/*Small devices (landscape phones, 576px and up)*/
	@media (min-width: 576px) { 
		#top-nav .nav-item .border-right-sm {
			border-right: 1px solid #ffaec1 !important;
		}

		#main-testimonials .testimonial .testimonial-img img {
			/*width: 50%;*/
		}

		#about-blurb {
		    box-shadow: 0px 0px 20px 8px #a4a4a459;
		    border: 2px solid #feaec140;
		}

		#main-stars .stars-text {
			width: 50%;
		    top: 50%;
		    right: 10%;
		}

		#main-stars .stars-text .star-text-lg h2 {
			font-size: 35px;
		}

		#main-stars .stars-text .star-text-sm h5 {
			font-size: 18px;
		}
	}

	/*Medium devices (tablets, 768px and up)*/
	@media (min-width: 768px) { 
		#main-stars .stars-text {
			width: 45%;
		    top: 50%;
		    right: 10%;
		}

		#about-blurb #about-title {
			text-align: center;
			margin-bottom: 30px;
		}

		#main-stars .stars-text .star-text-lg h2 {
			font-size: 45px;
		}

		#main-stars .stars-text .star-text-sm h5 {
			font-size: 20px;
		}

		.slides-modal .off-body {
			width: 85%;
		}

		.contact-colly {
			margin: 0;
		}

		#socialModal #newsletter-form {
			padding: 20px 100px;
		}
	}

	/*Large devices (desktops, 992px and up)*/
	@media (min-width: 992px) {
		#main-stars .stars-text {
			width: 35%;
		    top: 50%;
		    right: 10%;
		}

		.slides-modal .off-body {
			width: 65%;
		}

		.contact-colly {
			margin: 20px;
		}
	}

	/*Extra large devices (large desktops, 1200px and up)*/
	@media (min-width: 1200px) { 
		
	}
















