@charset "UTF-8";
/* CSS Document */
/* font
font-family: 'Akronim';
font-family: 'Ubuntu' ;
font-family: 'Federant' ;
font-family: 'Hind Siliguri' ;
*/
body{
	background-color: black;
	margin: 0;
}
h1{
	color: white;
	font-family: 'Akronim';
	font-size: 60px;
	top: -15px;
	left: 40%;
	position: absolute;
}
.tagline1{
	text-align: center;
	background-color: black;
	color: white;
	padding: 10px;
	font-family: 'Akronim';
	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: 'Federant';
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 50px;
	transform: translate(-50%,-50%);
}
	.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: black;
		font-family: 'Federant';
		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: orange;
	}
	.dropdown:hover .dropdown-content{
		display: block;
	}
.logo{
	position: absolute;
	display: inline-block;
	left: 0px;
	top: 0px;
	z-index:2;
	padding: 10px;
	border: none;
	width: 90px;
	height: auto;
	
}
.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("03.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.vidcon1{
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	margin-left: 70px;
}
.piccon3{
	height: 800px;
	background-image: url("01.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.vidcon2{
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}

/* STORE */
.col{
	font-size: 20px;
	float: left;
	margin-top: 25px;
	width: 30%;
	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: 'Federant' ;
	color: black;
}

.price {
	color: black;
	font-family: 'Federant' ;
	font-size: 22px;
}

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

.card button:hover {
  opacity: 0.7;
}

/* ABOUT */
.piccon4{
	height: 800px;
	background-image: url("05.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
h3{
	color: white;
	font-size: 35px;
	font-family: 'Federant';
}
p{
	font-size: 20px;
	font-family: 'Hind Siliguri' ;
	color: gray;
	text-align: center;
	padding-right: 5px;
}

/* CONTACT */
.position{
	top: 600px;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

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

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

input[type=submit]:hover {
  background-color: orangered;
}
.lname
.container {
  border-radius: 5px;
  background-color:#F29FC5;
  padding: 10px;
}
.row{
	float: right;
	margin-top: 65px;
	padding: 10px;
}
.column {
  float: left;
  width: 45%;
  margin-top: 65px;
  padding: 10px;
}