@charset "utf-8";
/* CSS Document */

* {
    box-sizing: border-box;
	
}

body {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 5px 5px 50px 2px;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif"; 
	top:0;
}
.header {
	background-color: #FF0000;
	background-image: url(../images/stripe3.png);
	padding: 2px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 3px 5px rgba(0,0,0,0.50);
	letter-spacing: 0em;
	color: #FFF;
	border-top: 5px solid #FFCE00;
	border-bottom: 5px solid #FFCE00;
	margin-top: 50px;
}
.store {
	color: #04F33D;
	font-family: Impact, "Haettenschweiler", "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 250%;
	text-align: center;
	text-shadow: 10px 10px 20px rgba(53,2,8,1.00);
	line-height: 0.2px;
	font-weight: 900;

}
.notelp {
	color: #FCF300;
	font-family: "source-sans-pro",Impact, "Haettenschweiler", "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 200%;
	text-align: center;
	text-shadow: 0px 5px 5px rgba(0,0,0,0.40);
	line-height: 10px;
	}
.quote {
	line-height: 0.5px;
}
.marquee {
    background-color: #A60001;
    color: #FFF500;
    height: 20px;
    font-weight: bold;
    border-bottom: 5px solid #EBCC00;
    padding-bottom: 20px;
    padding-top: 5px;
}
/* DROP DOWN NAVIGASI */
.topnav {
  background-image: -webkit-linear-gradient(270deg,rgba(153,0,9,1.00) 0%,rgba(255,11,11,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(153,0,9,1.00) 0%,rgba(255,11,11,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(153,0,9,1.00) 0%,rgba(255,11,11,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(153,0,9,1.00) 0%,rgba(255,11,11,1.00) 100%);
  position: fixed;
  top: 0;
  bottom: 10;
  border-bottom: 5px solid #FFCE00;	
  width: 1200px;
	
}
@media screen and (max-width: 1200px){
.topnav {

  width: 100%;
	
}
}
.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	border-right: 1px solid #FF0004;
	
	
}

.active {
	background-color: #E8BB00;
	color: white;
	background-image: -webkit-linear-gradient(270deg,rgba(190,0,0,1.00) 0%,rgba(253,108,35,1.00) 76.68%,rgba(255,182,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(190,0,0,1.00) 0%,rgba(253,108,35,1.00) 76.68%,rgba(255,182,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(190,0,0,1.00) 0%,rgba(253,108,35,1.00) 76.68%,rgba(255,182,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(190,0,0,1.00) 0%,rgba(253,108,35,1.00) 76.68%,rgba(255,182,0,1.00) 100%);
}

.topnav .icon {
  display: none;
}

.dropdown {
	float: left;
	overflow: hidden;
	border-right: 1px solid #FF0004;
	border-left: 1px solid #FF0004;
}

.dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFE782;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #E8BB00;
  color: white;
}

.dropdown-content a:hover {
	background-color: #FF9131;
	color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 768px) {
	.topnav{
		width: 100%;
	}
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .quote {
	line-height: 0.2px;
	font-size: 66%;
}
    .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 360px) {
.store {

	font-size: 140%;
	text-align: center;
	text-shadow: 10px 10px 20px rgba(53,2,8,1.00);
	line-height: 0.2px;
	font-weight: 400;

}
.notelp {
	font-size: 120%;
	text-align: center;
	text-shadow: 0px 5px 5px rgba(0,0,0,0.40);
	line-height: 10px;
	}
.quote {
	line-height: 0.2px;
	font-size: 50%;
}
	
}
