﻿/* default styles */
h1 {
	color: green;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #2d9c4c; 
	text-decoration:underline;
	font-size: 2em;
}
p {
	font-family: atma;
}
/* What is Kimchi Section -home- */
.kimchi-whatIs {
	text-align: center;
	color: #FF9999; /* light red */
	font-size: 3em;
}
.text-box-kimchi {
	border: 3px solid black;
	margin-left: 10px;
	margin-right: 10px;
}
.kimchi-text {
	margin-left:0em; 
	font-size: 3vw;
}
.kimchi-text li {
	list-style-type: none;
	font-family: Sniglet;
	margin-top: 1vw;
}
/* Pickle Kimchi Section */
#pickle-kimchi-links > *:last-child {
      margin-bottom: 10rem;
}
.jarLinks {
	height:50%; 
	width: 50%; 
	border-radius:10px;
	box-shadow: 5px 5px 15px black;
}
/* Header */
.title {
	align-items: center;
}
.title img {
	height: 15vw;
	margin-bottom: -9vw;
}
/* Banner */
.banner {
	width: 100vw;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
}
.banner img {
  	width: 100%;
  	height: 100%;     
  	display: block;    
}
.banner-undertext {
	text-align: center; 
	font-size: 2vw; 
	font-style:italic; 
	color: #5e4c15;
}
.banner-maintext {
	text-align: center;
	font-size: 7vw; 
	font-family: Sniglet;
}
/* Navigation */
.navbar {
  background: #ad9a5f; /* Light Brown */
  padding: 0.5em 1em;
  border-radius: 3px;
}
.navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-brand {
  font-weight: bold;
  font-size:2em;
}
.navbar-toggle {
  background: none;
  border: none;
  font-size: 2em;
  cursor: pointer;
  display: block;
}
.navbar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  flex-direction: column;
  width: 100%;
}
.navbar-menu li {
  margin-left: 1em;
}
.navbar-menu a {
  text-decoration: none;
  color: ;
  font-family: 'Open Sans', sans-serif;
}
.navbar-menu.active {
	display: flex;
}
nav li a:hover {
	background-color: #c94126;
}
.navbarItem {
	font-size: 32px;
}
.item1 {
	margin-left:0em;
	color: white;
}
.item2 {
	margin-left:2em; 
	color: #99CCFF; /* light blue */
}
.item3 {
	margin-left:3em;
 	color: #FFFF99; /* yellow */
}
.item4 {
	margin-left:4em; 
	color: #FF9999; /* light red */
}
.item5 {
	margin-left:4em; 
	color: #CCFF99; /* light green */
}
.item6 {
	margin-left:4em;
	color: #FFCCFF; /*Pink*/ 
}
/* Mobile View Media Query */

@media screen and (max-width: 480px), print {
	/* Kimchi and Pickles photo homepage */
	.jarLinks {
		height:100%; 
		width: 100%; 
		border-radius:10px;
		box-shadow: 5px 5px 15px black;
	}
	/* Navigation */
	.navbarItem {
		font-size: 32px;
}
	.item1 {
		font-size: 32px;
}	
	.item2 {
		margin-left: 0em;
		color: #99CCFF;
}
	.item3 {
		margin-left: 0em;
 		color: #FFFF99;
}
	.item4 {
		margin-left: 0em;
		color: #FF9999;
}
	.item5 {
		margin-left: 0em;
		color: #CCFF99;
}
	.item6 {
		margin-left:0em;
		color: #FFCCFF; /*Pink*/
}
	.navbar-menu {
    	display: none;
    	flex-direction: column;
    	align-items: center;     
    	justify-content: center;  
    	width: 100%;
}

	.navbar-menu li {
	    margin: 0.5em 0;          
    	width: 100%;
    	text-align: center;        
}

	.navbar-menu a {
	    display: inline-block;     
    	width: auto;
    	text-align: center;
}
	.navbar-menu.active {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    	justify-content: center;
    	min-height: 50vh;         
    	width: 100%;
}
	/* Banner */
  	.banner-undertext {
		text-align: center; 
		font-size: 5vw; 
		font-style:italic; 
		color: #5e4c15;
}
	.banner-maintext {
		text-align: center;
		font-size: 8vw; 
		font-family: Sniglet;
}
	/* What is Kimchi Section -home- */
.kimchi-whatIs {
	text-align: center;
	color: #FF9999; /* light red */
	font-size: 3em;
}
.text-box-kimchi {
	border: 3px solid black;
}
.kimchi-text {
	margin-left:0em; 
	font-size: 5vw;
}

}



