@charset "UTF-8";
/* CSS Document */
/*font
font-family: 'Pacifico', cursive;
font-family: 'Roboto Slab', serif;
font-family: 'Roboto Mono', monospace;*/

body{
	background-color: #ffffff;
	margin: 0;
}
img.logo{
	position: absolute;
	display: inline-block;
	left: 0px;
	top: 0px;
	z-index:2;
	padding: 10px;
	border: none;
	width: 100px;
	height: auto;
}
h1{
	color: black;
	font-family: 'Pacifico', cursive;;
	font-size: 45px;
	top: -15px;
	left: 25%;
	z-index:2;
	position: absolute;
}

	.dropbtn{
		background-color: transparent;
		color: white;
		padding: 16px;
		font-size: 16px;
		border: none;
		width: 90px;
	}
	.dropdown{
		position: fixed;
		display: inline-block;
		right: 0px;
		top: 0px;
		z-index:2;
	}
	.dropdown-content{
		display: none;
		position: absolute;
		background-color: gray;
		font-family: 'Roboto Slab', serif;
		min-width: 100px;
		right: 0px;
		text-align: center;
	}
	.dropdown-content a{
		color: white;
		padding: 16px;
		text-decoration: none;
		display: block;
	}
	.dropdown-content a:hover{
		background-color: lightblue;
	}
	.dropdown:hover .dropdown-content{
		display: block;
	}
.image{
	top: 90px;
	position: relative;
}

.piccon1{
	height: 800px;
	background-image: url("02.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.piccon2{
	height: 800px;
	background-image: url("06.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.vidcon1{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.tagline1{
	text-align: center;
	background-color: black;
	color: white;
	padding: 10px;
	font-family: 'Pacifico', cursive;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 80px;
	transform: translate(-50%,-50%);
}
.tagline2{
	text-align: center;
	background-color: black;
	color: white;
	padding: 10px;
	font-family:'Roboto Slab', serif;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 50px;
	transform: translate(-50%,-50%);
}

/* ABOUT */
.img{
	width: 100%;
	height: auto;
	padding-top: 85px;
}
.con{
	width: 100%;
	height: 500px;
	background-image:url("04.jpg");
	background-repeat: no-repeat;
	clip-path: url("04.jpg");
	-webkit-clip-path: url("04.jpg");
	shape-outside: url("04.jpg");
	float: left;
	shape-margin: 10px;
		}
.con1{
	width: 100%;
	height: 300px;
	background-image:url("05.jpg");
	background-repeat: no-repeat;
	clip-path: url("05.jpg");
	-webkit-clip-path: url("05.jpg");
	shape-outside: url("05.jpg");
	float: right;
	shape-margin: 10px;
		}
	
p{
	font-size: 20px;
	font-family: 'Roboto Mono', monospace ;
	color: gray;
	text-align: left;
	padding-right: 5px;
}
.column{
	top: 100px;
	float: left;
	width: 30%;
	padding: 10px;
}

/* STORE */
h4{
	font-family: 'Roboto Slab', serif;
	font-size: 25px;
	color: black;
}
.col{
	font-size: 20px;
	float: left;
	margin-top: 200px;
	width: 25%;
	padding: 10px;
}
.card {
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 300px;
	margin: auto;
	text-align: center;
	font-family: 'Roboto Slab', serif ;
	color: black;
}

.price {
	color: black;
	font-family: 'Roboto Slab', serif ;
	font-size: 22px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  font-family: 'Roboto Slab', serif ;
  background-color: lightgreen;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.5;
}
.java{
	text-align: center;
}

/* CONTACT */
* {
  box-sizing: border-box;
}
.position{
	top: 600px;
}
h5{
	font-family: 'Roboto Slab', serif;
	color: black;
	text-align: center;
	font-size: 30px;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-family: 'Roboto Mono', monospace; 

}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-family: 'Roboto Mono', monospace; 
}

input[type=submit] {
  background-color: orange;
  color: white;
  font-family: 'Roboto Slab', serif ;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: orangered;
}
.lname
.container {
  border-radius: 5px;
  background-color: lightgreen;
  padding: 10px;
	top: 100px;
}
.row{
	float: right;
	margin-top: 65px;
	padding: 10px;
}
.column {
  float: left;
  width: 45%;
  margin-top: 65px;
  padding: 10px;
}
.col{
	font-size: 20px;
	text-align: center;
	float: left;
	width: 30%;
	top: 10px;
}
/*custom*/
h3{
	font-family: 'Roboto Mono', monospace;
	color: darkslategray;
	font-size: 20px;
}
div{
		font-size: 26px;
		font-family: 'Roboto Mono', monospace;
		padding: 20px;
	
	}
	button{
			background-color: darksalmon;
			border: none;
			font-family: 'Roboto Mono', monospace;
			color: white;
			padding: 10px 20px;
			text-decoration: none;
			width:100px;
			transition-duration: 0.5s;
		}
		button:hover{
			background-color: black;
		}

/*blog*/
h6{
	color: black;
	font-family: 'Pacifico', cursive;;
	font-size: 60px;
	top: -15px;
	left: 35%;
	z-index:2;
	position: absolute;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
	top: 90px;
  margin: auto;
}

/* Caption text */
.text {
  font-family: 'Archivo Narrow', sans-serif;
  color: white;
  font-size: 30px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

@media screen and (max-width: 600px) {
	.dropdown-content{
		min-width: 25%;
	}
	h1{
		font-size: 20px;
		left: 30%;
	}
	h3{
		font-size: 15px;
	}
	h4{
		font-size: 10px;
	}
	.tagline1, .tagline2{
		left: 50%;
		top: 50%;
		font-size: 40px;
	}
	.vidcon1{
		width:auto;
		height: 200px;
	}
	.column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}