@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic);

.resizeImage {
	height: 100px;
	width: 200px;
}

*{
	margin:0;
	padding: 0;
}

.aboutUsButtonSection {
	background-color: black;
	
	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: 100% 100%;
}

.joinButton {
	height: 200px;
	width: 400px;
	background-image: linear-gradient(to bottom right, green , gold, chartreuse);
	color: black;
	border: 3px blue solid;
	animation: wiggle 2s linear infinite;
	font-size: 50px;
}

/* Keyframes */
@keyframes wiggle {
	0%, 7% {
	  transform: rotateZ(0);
	}
	15% {
	  transform: rotateZ(-15deg);
	}
	20% {
	  transform: rotateZ(10deg);
	}
	25% {
	  transform: rotateZ(-10deg);
	}
	30% {
	  transform: rotateZ(6deg);
	}
	35% {
	  transform: rotateZ(-4deg);
	}
	40%, 100% {
	  transform: rotateZ(0);
	}
  }
  

.joinButton:hover{
	background-image: linear-gradient(to bottom left, chartreuse,  gold, green);
	border: 3px red solid;
	transform: scale(1.3);
}

html {
	scroll-behavior: smooth;
}

#nav-bar
{
	position:sticky;
	top: 0;
	z-index: 10;
}

.NavLogoLeft {
	height: 25%;
	width: 50%;
}

.NavLogoLeft2 {
	height: 62%;
	width: 62%;
	max-height: 300px;
}

h3 {
	text-decoration: underline #007bff;
	color: black;
}

/* Add a black background color to the top navigation bar */
.topnav 
{
  	overflow: hidden;
	
 	
}

/* Style the links inside the navigation bar */
.topnav a 
{
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 26px 16px;
  text-decoration: none;
  font-size: 17px;
  
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the "active" element to highlight the current page */
.topnav a.active {
  background-color: limegreen;
  
}

.navbarNav ul .li
{
	color: white;
	background-color: black;
}

.topnav a 
{
  	background-color: white;
	font-size: 20px;
  
}
.navbar-brand img
{
	height:100px;
	padding-left:0;
	
}

.navbar-nav li
{
	padding: 0 10px;
}

.navbar-nav li a
{
	border: 3px solid #007bff;
	background-image: linear-gradient(to bottom right, #FFF9D1 , #E9DEFF,#BFEEFF);
	float: right;
	text-align: left;
	font-size: 15px;
	opacity: 80%;
}


#nav-bar ul li a:hover
{
	color:darkblue!important;
	background-image: linear-gradient(to bottom right, lightblue, lightblue, lightblue, #007bff);
	font-weight: bold;
}

.navbar
{
	background-color: black;
	margin-left: auto;
  	margin-right: auto;
	position: relative;
	width: 100%;
	height: 100px;
	margin-bottom: 1px;
}


.navbar-toggler
{
	border: none;
}

.navbar-link
{
	color:#555!important;
	font-weight:600;
	font-size:16px;
}


#Slider
{
	width: auto;
	height: 240px;;
}



/*-----product images------*/
.featured-categories
{
	margin: 50px 0;
	background-color: gainsboro;
}

.featured-categories img
{
	width: 100%;
	padding: 20px 0;
	transition: 1s;
	cursor: pointer;
	height: 75%;
}

.featured-categories img:hover
{
	transform: scale(1.1);
}

/*---on sale---*/
.sectionTitleJH {
	font-size: 36px;
	text-align: center;
	color: lime;
	padding-bottom: 20px;
	background: black;
	border: 2px solid lime;
	width: 280px;
	padding-left: 68px;
	padding-top: 15px;
	height: 75px;
	margin-bottom: 30px;
	display: flex;
	margin-top: 70px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.sectionTitlePLST {
	font-size: 36px;
	text-align: center;
	color: lime;
	font-weight: bold;
	padding-bottom: 20px;
	background: black;
	border: 2px solid lime;
	width: 280px;
	padding-left: 80px;
	padding-top: 15px;
	height: 75px;
	margin-bottom: 30px;
	display: flex;
	margin-top: 70px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.sectionTitleSTNG {
	font-size: 36px;
	text-align: center;
	color: lime;
	font-weight: bold;
	padding-bottom: 20px;
	background: black;
	border: 2px solid lime;
	width: 280px;
	padding-left: 5px;
	padding-top: 0px;
	height: 75px;
	margin-bottom: 30px;
	display: flex;
	margin-top: 70px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.sectionTitleCLTH {
	font-size: 36px;
	text-align: center;
	color: lime;
	font-weight: bold;
	padding-bottom: 20px;
	background: black;
	border: 2px solid lime;
	width: 280px;
	padding-left: 80px;
	padding-top: 15px;
	height: 75px;
	margin-bottom: 30px;
	display: flex;
	margin-top: 70px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.sectionTitleACC {
	font-size: 36px;
	text-align: center;
	color: lime;
	font-weight: bold;
	padding-bottom: 20px;
	background: black;
	border: 2px solid lime;
	width: 280px;
	padding-left: 50px;
	padding-top: 15px;
	height: 75px;
	margin-bottom: 30px;
	display: flex;
	margin-top: 70px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.sectionTitleHARN {
	font-size: 36px;
	text-align: center;
	color: lime;
	font-weight: bold;
	padding-bottom: 20px;
	background: black;
	border: 2px solid lime;
	width: 280px;
	padding-left: 60px;
	padding-top: 15px;
	height: 75px;
	margin-bottom: 30px;
	display: flex;
	margin-top: 70px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.sectionTitleFLYS {
	font-size: 36px;
	text-align: center;
	color: lime;
	font-weight: bold;
	padding-bottom: 20px;
	background: black;
	border: 2px solid lime;
	width: 280px;
	padding-left: 50px;
	padding-top: 15px;
	height: 75px;
	margin-bottom: 30px;
	display: flex;
	margin-top: 70px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 50%;
}

#site {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 1em;
}



/*-----product-top css-------*/

.product-top img
{
	width: 100%;
	height: 150px;
}

.product-top img:hover {
	transform: scale(1.1);
	border: solid 3px lime;
}

.product-top2 img
{
	width: 100%;
	height: 150px;
}

.product-top2 img:hover {
	transform: scale(1.1);
	border: solid 3px limegreen;
}

.overlay-right {
	display: block;
	opacity: 0;
	position: absolute;
	top: 10%;
	margin-left: 0;
	width: 70px;
	margin-bottom: 5%;
	margin-top: 5%;
	
}

.overlay-right .fa {
	cursor: pointer;
	background-color: #fff;
	color: #000;
	height: 35px;
	width: 35px;
	font-size: 20px;
	padding: 7px;
	margin-bottom: 5%;
	margin-top: 10px;;
}

.overlay-right .btn-secondary {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}

.product-top:hover .overlay-right {
	opacity: 1;
	margin-left: 5%;
	transition: 0.5s;
}

.product-bottom h3 {
	font-size: 28px;
	padding-bottom: 10px; 
}

#masthead {
	margin-top: 3em;
	padding: 2em 0 0.5em 0;
	border-bottom: 1px solid #ddd;
}

#masthead h1 {
	margin: 0;
	font-size: 3.5em;
	overflow: hidden;
	padding-left: 85px;
	min-height: 82px;
	line-height: 2.3;
}

.tagline {
	float: right;
	color: #00CDCD;
	font-size: 14px;
	padding-top: 3.5em;
}

#products ul {
	margin: 1.5em 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#products li {
	float: left;
	width: 31%;
	margin: 0 1%;
	display: block;
}

.product-image {
	width: 100%;
	padding: 20px 0;
	transition: 1s;
	cursor: pointer;
	height: 300px;
	overflow: hidden;
	
}

.product-description {
	
	
	color: black;
	border-radius: 5px;
}

.product-name {
	text-align: center;
	color: black;
	margin: 0;
	font-size: 1.4em;
	
	
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.product-price {
	width: 2.7em;
	height: 2em;
	font-size: 1.0;
	text-align: left;
	margin-left: 60px;
	background: #fff;
	color: black;
	
}

form.add-to-cart div
{
	text-align: center;
	color: black;

	
	
}

form.add-to-cart p 
{
	text-align: center;
	
	color: #00CDCD;
}

form.add-to-cart p .btn
{
	text-align: center;
	background-image: linear-gradient(to bottom right, limegreen, darkgreen);
	color: white;
	margin-bottom: 40px;
}

form.add-to-cart p .btn:hover
{
	text-align: center;
	background-image: linear-gradient(to bottom right, red, darkred);
	color: white;
	margin-bottom: 40px;
	opacity:75%
}

form input.qty {
	width: 60px;
	border: 2px solid #eee;
	font: 1.5em 'PT Serif', serif;
	background: #f9f9f9;
	color: #000;
	border-radius: 3px;
	margin-left: 0.4em;
	
}

.btn{
	display: inline-block;
	background: #800;
	color: white;
	
	padding: 0.3em 1em;
	text-align: center;
	border-radius: 4px;
	border: 1px solid white;
}
 a.btn {
	display: inline-block;
	background: #cc1400;
	color: #fff;
	font: 1em 'PT Serif', serif;
	padding: 0.3em 1em;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #a00;
}


#slider
{
	width: 100%;
}

#about
{
	padding-top: 50px;
	padding-bottom: 50px;
	color: black;
}

#about .btn
{
	margin-top:20px;
	margin-bottom:30px;
	
}

.about-content
{
	padding-top: 20px;
}

.skills-bar p
{
	margin-bottom:6px;
	font-weight: 600;
}

.progress-bar
{
	border-radius:16px;
}

.progress
{
	border-radius:16px!important;
	margin-bottom: 20px;
}

#services
{
	background: black;
	background-size: cover;
	background-position: center;
	color:#555!important;
	background-attachment: fixed;
	padding-top:50px;
	padding-bottom: 50px;
}



#services h1
{
	text-align: center;
	color:#fff!important;
	padding-bottom: 10px;
}

#services h1::after
{
	content: '';
	background:#efefef;
	display: block;
	height:3px;
	width:170px;
	margin: 20px auto 5px;
}
#services h3
{
	font-weight: 400;
	color: white;
	margin: auto;
}
#services p
{
	font-weight: 400;
	color: white;
	margin: auto;
	margin-top: 20px;
}


#services i
{
	
	color: white;
}

.icon
{
	font-size:40px;
	margin:20px auto;
	padding: 20px;
	height: 80px;
	width:80px;
	border:1px solid #fff;
	border-radius:50%;
}

.services .col-md-4:hover{
	background:#007bff;
	cursor: pointer;
	transition: 0.7s;
	
}


/*-------team-------*/
#team
{
	padding-top: 50px;
	padding-bottom: 50px;
	color: #555;
	
}

.indexFont {
	color: white;
}

h1
{
	text-align: center;
	color:black!important;
	padding-bottom: 10px;
}

h1::after
{
	content:'';
	background: #007bff;
	display: block;
	height: 3px;
	width: 170px;
	margin: 20px auto 5px;
}

.profile-pic .img-box
{
	opacity: 1;
	display: block;
	position: relative;
}

.profile-pic .img-box img
{
	filter: grayscale(1);
	
}

.profile-pic .img-box img:hover
{
	filter: grayscale(0);
	cursor: pointer;
	
}

.profile-pic h2
{
	font-size: 22px;
	font-weight: bold;
	margin-top:15px;
	color: #007bff!important;
	
}

.profile-pic h3
{
	font-size: 15px;
	font-weight: bold;
	margin-top:15px;
	color: black;
	
}

#team .fa
{
	height:25px;
	width: 25px;
	color: #007bff !important;
	background: #fff;
	padding: 4px;
	border-radius: 50%;
}

.img-box ul
{
	padding: 15px 0;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}

.img-box ul li
{
	padding: 5px;
	display: inline-block;
}

.img-box:hover ul
{
	opacity: 1;
	
}

.img-box ul, .img-box ul
{
	transition: 0.5s;
}

.img-responsive
{
	height: 250px;
	width: 200px;
	margin: 0px 50px;
	border: 1px solid lime;

	
}


/*-------contact---------*/

#contact
{
	background-image: url(screenImg/carosuelImageDoorZoomed.jpeg);
	background-size: cover;
    background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #777;

}

.contact-form
{
	padding: 15px;
}

::placeholder
{
	color: #999!important;
}

.follow
{
	background: #fff;
	padding: 10px;
	margin: 15px;
}

.contact-info .fa
{
	margin: 10px;
	color: #007bff;
	font-weight: bold;
}

.FeaturedCategoriesOpactiy1 {
	opacity: 25%;
}

.FeaturedCategoriesOpactiy2 {
	opacity: 50%;
}

.FeaturedCategoriesOpactiy3 {
	opacity: 75%;
}

.FeaturedCategoriesOpactiy4 {
	opacity: 100%;
}

#site-info {
	height: 3em;
	width: 100%;
	line-height: 3;
	text-align: center;
	background: #201E1E;
	position: absolute;
	color: #fff;
	left: 0;
	bottom: 0;
}

body#checkout-page #site-info {
	position: static;
}

#shopping-cart {
	margin: 1.5em 0;
}

.shopping-cart {
	border: 1px solid #ddd;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
}

.shopping-cart th {
	font-size: 1.3em;
	padding: 0.3em;
	width: 33.3%;
	border: 1px solid #ddd;
	text-transform: uppercase;
}

.shopping-cart td {
	padding: 0.3em;
	width: 33.3%;
	border: 1px solid #ddd;
}

.shopping-cart tr:nth-child(even) {
	background: #fafafa;
}

.shopping-cart td.pdelete2 {
	text-align: center;
}

.pdelete2 a,
.pdelete2 a:hover {
	color: #c00;
	text-decoration: none;
	font-size: 2.5em;
	display: block;
	text-align: center;
}

#shopping-cart-actions {
	margin: 1.5em 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#shopping-cart-actions li {
	display: inline-block;
	margin-right: 1em;
}

#pricing {
	padding: 0.5em;
	margin: 1em 0;
	background: #fafafa;
}

#sub-total, #shipping {
	margin: 1.5em 0;
	text-align: right;
}

#sub-total span,
#shipping span {
	margin-left: 1em;
}

#content > h1,
#checkout-order-form h2 {
	font-size: 2em;
	text-align: center;
}

#pricing #sub-total,
#pricing #shipping {
	margin: 1em 0;
}

#checkout-order-form {
	margin: 1.5em 0;
}

#checkout-order-form fieldset {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 1em;
	margin-bottom: 1.3em;
}

#checkout-order-form legend {
	padding: 0.3em;
	background: #fafafa;
	font-weight: bold;
}

#checkout-order-form div {
	margin-bottom: 1em;
}

#checkout-order-form label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.3em;
	text-align: left;
}

#checkout-order-form input[type="text"] {
	width: 200px;
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0.1em;
}

#checkout-order-form select {
	width: 200px;
	display: block;
}

.message {
	display: block;
	margin: 0.5em 0;
	color: red;
}

#user-details {
	margin: 1.5em 0;
}

#user-details > h2 {
	text-align: center;
	font-size: 2em;
}

#user-details-content {
	margin: 1.5em 0;
	padding: 1em;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
}

#user-details-content .detail {
	float: left;
	width: 46%;
}

#user-details-content .detail.right {
	float: right;
}

#user-details-content .detail > h2 {
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 0.5em;
}

#user-details-content ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

#user-details-content li {
	display: block;
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #ddd;
}

#paypal-form {
	margin: 1.5em 0;
}

iframe {
	justify-content: center;
	display: block;
	margin: auto;
}

#bookTrip {
	justify-content: center;
	display: block;
	margin: auto;
}

#bookTripDiv {
	text-align: center;
}

#bookTripH2 {
	text-decoration: underline lime;
}

#ourTeamPaddingJoey {
	padding-left: 30px;
}

#ourTeamPaddingPaul {
	padding-right: 100px;
}

.joinTitle {
	font-size: 80px;
}


.column {
	float: left;
	width: 33.33%;
	padding: 75px;
  }
  
  /* Clear floats after image containers */
  .row::after {
	content: "";
	clear: both;
	display: table;
  }

  .aboutContainer {
	
	margin: auto;
    width: 60%;
    padding: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }

  .servicesHover {
	text-align: center;
  }

  .servicesHover:hover {
	color:red;
  }

  form {
	margin-bottom: 20px;
}

label {
	display: block;
	margin-bottom: 5px;
}

input[type="text"],
textarea {
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}

button {
	padding: 10px 20px;
	background-color: #333;
	color: #fff;
	border: none;
	cursor: pointer;
}

.review {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.review p {
	margin-bottom: 5px;
}

