body {
	overflow-x: hidden;
	background-color: black;
	width: 100vw;
}

@font-face {
	font-family: Effortless;
	src: url(../fonts/effortless.ttf);
}


/*-- remove bootstrap default padding/margin --*/

.nopadding {
	padding: 0px!important;
}

.nomargin {
	margin: 0px!important;
}

/*-- navbar --*/

nav {
	padding-top: 30px!important;
	padding-bottom: 20px!important;
	padding-left: 60px!important;
	padding-right: 60px!important;
	border-bottom: solid #000 5px;
	background: black!important;
	margin-top:50px;
}

.header_img {
	width:100%;
	height: auto;
}

.footer_img {
	width:auto;
	height:100px;
}

.anchor_link {
	display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

@media only screen and (max-width: 768px) {
	.nav-link {
		font-family: Effortless;
		font-size: 25px!important;
		color: white;
		text-transform: uppercase;
		padding-left: 20px!important;
		padding-right: 20px!important;
		border-bottom: 1px solid black;
		border-top: 1px solid black;
		-webkit-transition: border-bottom 1s, border-top 0.5s; /* Safari */
		transition: border-bottom 1s, border-top 0.5s;
	}

	.nav-link:hover {
		font-family: Effortless;
		font-size: 25px;
		color: #39ff14;
		text-transform: uppercase;
		border: none	
		text-decoration: none;
	}

	.nav-link:focus {
		font-family: Effortless;
		font-size: 25px;
		color: #bc13fe ;
		text-transform: uppercase;
		border: none	
		text-decoration: none;
	}
	.section {
		margin-top: 50px!important;
		margin-bottom: 50px!important;
	}
}

li {
  display: inline;
}
.nav-link {
	font-family: Effortless;
	font-size: 40px;
	color: white;
	text-transform: uppercase;
	padding-left: 20px!important;
	padding-right: 20px!important;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	-webkit-transition: border-bottom 1s, border-top 0.5s; /* Safari */
	transition: border-bottom 1s, border-top 0.5s;
}

.nav-link:hover {
	font-family: Effortless;
	font-size: 40px;
	color: white;
	text-shadow: 0 0 10px #39ff14;
	text-transform: uppercase;
	border: none	
	text-decoration: none;
}

.nav-link:focus {
	font-family: Effortless;
	font-size: 40px;
	color: white ;
	text-shadow: 0 0 10px #bc13fe;
	text-transform: uppercase;
	border: none	
	text-decoration: none;
}

.navbar-nav {
	flex-direction: row;
	background: black!important;
	border-bottom: 3px solid white;
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:100;
  border-bottom: 40px solid black;
  transition: 0.5s;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .main_page {
  padding-top: 60px;
}


/*-- change color of background of certain div - this is used for the footer in this example --*/

.bg-black {
	background-color: black;
	border-top: #fff solid 3px;
}

/*-- footer links but can be used anywhere on page --*/

.contact {
	font-family: Effortless;
	font-size: 20px;
	color: #fff!important;
	text-align: center;
	margin-top: 1.5rem;
}

a.contact:hover {
	text-decoration: none;
	color: white!important;
	text-shadow: 0 0 10px #39ff14;
}

a.contact:focus {
	text-decoration: none;
	color: white!important;
	text-shadow: 0 0 10px #bc13fe;
}


/*-- spacing for each section --*/

.section {
	margin-top: 150px!important;
	margin-bottom: 150px!important;
}

.text {
	font-family: 'Exo', sans-serif;
	color: white;
	font-size: 20px;
	text-align: center;
	cursor: context-menu;
}

/*-- forms --*/

h2 {
	font-family: Effortless;
	color: white;
	font-size: 65px;
    text-align: center;
	padding: 15px;
	cursor: context-menu;
	text-shadow: 0 0 10px #39ff14;
}

h3 {
	font-family: Effortless;
	color: white;
	font-size: 40px;
    text-align: center;
	padding: 15px;
	cursor: context-menu;
	text-shadow: 0 0 10px #bc13fe;
	margin-bottom: 50px;
}

h4 {
	font-family: Effortless;
	color: white;
	font-size: 28px;
    text-align: center;
	padding: 15px;
	cursor: context-menu;
}

input {
	border-radius: 0!important;
	border:solid 2px #fff!important;
	font-family: 'Exo', sans-serif;
	color: #39ff14;
	text-align: center;
}

input:focus {
	border:solid 2px #bc13fe!important;
	outline:none!important;
	box-shadow: none!important;
}

input:hover {
	border:solid 2px #39ff14!important;
	outline:none!important;
	box-shadow: none!important;
}

textarea {
	border-radius: 0!important;
	border:solid 2px #fff!important;
	text-align: center;
}

textarea:focus {
	border:solid 2px #bc13fe!important;
	outline:none!important;
	box-shadow: none!important;
}

textarea:hover {
	border:solid 2px #39ff14!important;
	outline:none!important;
	box-shadow: none!important;
}

form #website{ display:none; }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(221,0,72,1)!important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(221,0,72,1)!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: rgba(221,0,72,1)!important;
}

.star_error {
	color: rgba(221,0,72,1)!important;
	font-family: 'Exo', sans-serif;
	text-align:center;
}

/*-- button can be used anywhere, to make a different button style copy and paste this code, change class name and colors etc --*/

.sendbtn {
	background: #000;
	border:none!important;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Effortless;
	color: white;
	cursor:pointer;
	font-size: 30px;
	border-bottom: solid 3px white!important;
}

.sendbtn:hover {
	background: #000;
	border:none!important;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Effortless;
	color: white;
	text-shadow: 0 0 10px #39ff14;
	cursor:pointer;
	font-size: 30px;
	border-bottom: solid 3px white!important;
}

.sendbtn:focus {
	background: #000;
	border:none!important;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Effortless;
	color: white;
	text-shadow: 0 0 10px #bc13fe;
	cursor:pointer;
	font-size: 30px;
	border-bottom: solid 3px white!important;
	outline: black;
}

.closebtn {
	background: #000;
	border:none!important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Effortless;
	color: white;
	cursor:pointer;
	font-size: 20px;
	border-bottom: solid 1px white!important;
	float: right!important;
}

.closebtn:hover {
	background: #000;
	border:none!important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Effortless;
	color: white;
	text-shadow: 0 0 10px #39ff14;
	cursor:pointer;
	font-size: 20px;
	border-bottom: solid 1px white!important;
	float: right!important;
}

.closebtn:focus {
	background: #000;
	border:none!important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Effortless;
	color: white;
	text-shadow: 0 0 10px #bc13fe;
	cursor:pointer;
	font-size: 20px;
	border-bottom: solid 1px white!important;
	outline: black;
	float: right!important;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 38px;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
	background-color: black;
	color: white;
	text-shadow: 0 0 10px #39ff14;
}

#myBtn:focus {
	background-color: black;
	color: white;
	text-shadow: 0 0 10px #bc13fe;
}

/*-- more css can be added to images, this is just basic --*/

.gallery-img {
	width: 100%;
	margin: auto;
	height: 350px;
	padding: 15px;
	object-fit: cover;	
	object-position: 50% 50%;
	background-color: black;
	border-bottom: solid white 3px;
	border-top: solid white 3px;
}

.purple {
	text-shadow: 0 0 10px #bc13fe;
}

.green {
	text-shadow: 0 0 10px #39ff14;
}

.phone {
	color: white;
	border-bottom: solid white 3px;
}

.phone:hover {
	color: white;
	border-bottom: solid white 3px;
	text-shadow: 0 0 10px #39ff14;
	text-decoration:none!important;
}

.phone:focus {
	color: white;
	text-shadow: 0 0 10px #bc13fe;
	text-decoration:none!important;
}

.review_text {
	font-family: 'Exo', sans-serif;
	color: white;
	font-size: 20px;
	text-align: center;
	cursor: context-menu;	
	padding-left: 45px;
	padding-right: 45px;
	min-height: 150px;
}

.review_name {
	font-family: 'Exo', sans-serif;
	color: white;
	font-size: 20px;
	text-align: center;
	cursor: context-menu;	
	padding-left: 45px;
	padding-right: 45px;
	min-height: 50px;
}

.review_stars {
	font-family: 'Exo', sans-serif;
	font-size: 20px;
	text-align: center;
	cursor: context-menu;	
	margin-bottom: 150px!important;
}

/*-------MODALS------*/

.modal-backdrop {
    opacity:1!important;
}

.modal-content {
	background: black;
}

.modal-footer {
	border: none!important;
}

.modal-body {
	border-bottom: white solid 3px;
}

.modal-header {
	border: none!important;
	text-align: right;
}

.starrating > input {
	display: none;
}

@import url(//https://use.fontawesome.com/releases/v5.6.3/css/all.css);

.starrating > label:before { 
	content: "\f005"; /* Star */
	margin: 5px;
	font-size: 24px;
	font-family: 'Font Awesome 5 Free';
	display: inline-block; 
	cursor: pointer;
}

.starrating > label {
	color: white; 
	cursor: pointer;
	text-shadow: 0 0 10px #bc13fe;	
}

.starrating > input:checked ~ label {
	color: white ; 
	text-shadow: 0 0 10px #39ff14;	 
} 

.starrating > input:checked ~ label:before { 
	color: white ; 
	text-shadow: 0 0 10px #39ff14;	
}

.starrating > input:hover ~ label:before { 
	color: white ; 
	text-shadow: 0 0 10px #39ff14;	
	cursor: pointer;
} 
	



