#wrapper		{	background-color: white;
					padding: 10px;
					width: 80%;
					margin: auto;	}
				
#main			{	background-color: white;
					padding: 10px;
					color: #000000;	}
					
#logo			{	width: 100%;	}

#menu			{	width: 100%;	}

#storeinfo		{	text-align: center;
					font-family: Verdana, Geneva, sans-serif;	
					color: #f46271;
					font-weight: 5;	}

.menuitem		{	display: inline;
					color: #f46271;
					padding: 20px;
					margin:0;
					width: 100%; }

.menuitem:hover {
	color: #ffc8ce;
}

.menuitem:active {
	color: #623615;
}

.button {
  background-color: #f46271;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button:hover {
	background-color: #ffc8ce;
}

.button:active {
	background-color: #623615;
}

.category img	{	width: 25%;
					padding: 10px;	}
					
.phoneimg		{	display:none;
					padding: 0;
					width: 100%;}

.catleft		{ 	float:left;	}

.catright		{ 	float:right;	}

.category		{	clear: both;	}

#nav			{	list-style-type: none;
					border-top: 3px double #623615;
					border-bottom: 3px double #623615;
					padding-top: 20px;	
					padding-bottom: 20px;	}
					
.phoneshow 		{	 display: none;	}
					
#designs		{	text-align:center;	}
					
textarea			{	resize: none;	}
					
a				{	text-decoration: none;	}
				
body			{	font-family: Verdana, Geneva, sans-serif;	
					background-image: url("../images/background.jpg");
					background-size: 100% auto;	}

header			{ 	text-align: center;
					color: #FFFFFF;
					background-color: white;	}

header > div 		{	height: 50px;
					display: inline-block;	}
					
header img		{	margin: 20px;
					width: 50%;	}
					
h1, h2, h3		{	font-family: logofont;	}

h1				{	font-size: 300%;
					text-align: center;	}

h2				{	font-size: 200%;	}

footer			{	color: #000000;
					background-color: #FFFFFF;
					padding: 10px;
					font-size: 75%;
					clear:both;
					text-align: center;	}
				
footer a			{	color: #f46271;	}

footer a:active	{	color: #623615;	}

footer a:hover	{	color: #ffc8ce;	}

.required		{	color: red;	}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #000000;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  text-align: center;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

img.demo {
	width: 50%;
	margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.column img {
	cursor: pointer;
	transition: 1s;
}

.column img:hover {
	filter: drop-shadow(4px 4px 6px gray); 
	transform: scale(1.05)
}

#main-slider {
	width: 40%;
	padding-right: 10px;
	display: inline-block;
}

#aboutme {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 55%;
}

#aboutme p , #aboutme ul {
	font-size: 90%;
}

#aboutme h2 {
	text-align: center;
	margin: 0;
}

#aboutme::after {
	clear: both;
}

.slider {
	
}

.slider-wrapper {
	width: 100%;
	height: 400px;
	position: relative;
}

.slider-wrapper img {
	width: 100%;
}

.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s linear;
}

.slider-wrapper > .slide:first-child {
	opacity: 1;
}

.gallery {
  display: flex;
  flex-wrap: wrap;s
  padding: 0 4px;
  margin: 0 auto;
}

/* Create three equal columns that sits next to each other */
.column {
  flex: 32%;
  max-width: 32%;
  padding: 0 6px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  #aboutme {
    width: 100%;
  }
  #main-slider {
	  width: 100%;
  }
  .slide{
	  width: 50%;
  }
  .desktopbreak, .catright, .catleft, .phonehide {
	  display:none;
  }
  .category {
	  text-align: center;
  }
  .category img	{	width: 50%;
					padding: 10px;	}
  .phoneimg {
	  display:block;
	  margin: 0 auto;
	  text-align: center;
	  width: 50%;
  }
  
  .phoneshow {
	  display: block;
  }
  
  h1{
	  font-size:250%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}