body
{
	font-family: Arial;
	padding: 20px;
	background-color: #f1f1f1;
}

div.header
{
	padding: 30px;
	text-align: center;
	background: white;
}

div.topnav
{
	overflow: hidden;
	background-color: #333333;
	margin-bottom: 15px;
}
div.topnav a
{
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}
a.active
{
	background-color: #4caf50;
	color: white;
}
div.topnav a.icon
{
	display: none;
}
div.dropdown
{
	float: left;
	overflow: hidden;
}
div.dropdown button.dropbtn
{
	font-size: 17px;
	border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
div.dropdown-content
{
	display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
div.dropdown-content a
{
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
div.topnav a:hover, div.dropdown:hover button.dropbtn
{
	background-color: #555555;
	color: white;
}
div.dropdown-content a:hover
{
	background-color: #ddd;
    color: black;
}
div.dropdown:hover div.dropdown-content
{
    display: block;
}
@media screen and (max-width: 900px)
{
	div.topnav a:not(:first-child), div.dropdown button.dropbtn
	{
    	display: none;
  	}
  	div.topnav a.icon
	{
    	float: right;
    	display: block;
  	}
}
@media screen and (max-width: 900px)
{
	div.topnav.responsive
	{
		position: relative;
	}
  	div.topnav.responsive a.icon
	{
    	position: absolute;
    	right: 0;
    	top: 0;
  	}
  	div.topnav.responsive a
	{
    	float: none;
    	display: block;
    	text-align: left;
  	}
  	div.topnav.responsive .dropdown
	{
		float: none;
	}
  	div.topnav.responsive .dropdown-content
	{
		position: relative;
	}
  	div.topnav.responsive .dropdown .dropbtn
	{
    	display: block;
    	width: 100%;
    	text-align: left;
  	}
}

div.card
{
	background-color: white;
	padding: 20px;
	margin-top: 20px;
}

div.footer
{
	padding: 20px;
    background: #dddddd;
    margin-top: 20px;
	overflow: hidden;
	width: 100%;
}
div.footerItem
{
	float: left;
	width: 50%;	
}
@media screen and (max-width: 500px)
{
    div.footerItem
	{
        width: 100%;
		text-align: center !important;
		margin-top: 10px;
    }
}
a.footerLink:link
{
	text-decoration: none;
	color: black;
}
a.footerLink:visited
{
	text-decoration: none;
	color: black;
}
a.footerLink:hover
{
	text-decoration: underline;
}
a.footerLink:active
{
	text-decoration: underline;
}

input[type=text], input[type=email], input[type=number], select
{
	font-size: 20px;
    width: 100%;
    padding: 6px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=button], input[type=submit], input[type=reset], button.itemBtn
{
    background-color: #dddddd;
    border: none;
    color: black;
	font-weight: bold;
    padding: 8px 16px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}
@media screen and (max-width: 900px)
{
    div.buy
	{
        width: 100% !important;
    }
}
input[type=number].small
{
	width: 30%;
}
@media screen and (max-width: 1550px)
{
    input[type=number].small
	{
        width: 25%;
    }
}
@media screen and (max-width: 1300px)
{
    input[type=number].small
	{
        width: 20%;
    }
}
@media screen and (max-width: 1100px)
{
    input[type=number].small
	{
        width: 15%;
    }
}
@media screen and (max-width: 960px)
{
    input[type=number].small
	{
        width: 10%;
    }
}
@media screen and (max-width: 900px)
{
    input[type=number].small
	{
        width: 92%;
    }
}

*
{
	box-sizing: border-box;
}
div.row > div.column
{
	padding: 8px 8px;
}
div.row:after
{
	content: "";
	display: table;
	clear: both;
}
div.column
{
	float: left;
	width: 25%;
}
div.modal
{
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}
div.modal-content
{
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}
span.close
{
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}
span.close:hover, span.close:focus
{
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
div.mySlides
{
	display: none;
}
span.cursor
{
	cursor: pointer;
}
a.prev, a.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;
}
a.next
{
	right: 0;
	border-radius: 3px 0 0 3px;
}
a.prev:hover, a.next:hover
{
	background-color: rgba(0, 0, 0, 0.8);
}
div.numbertext
{
	color: #f2f2f2;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
img
{
	margin-bottom: -4px;
}
div.caption-container
{
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}
img.demo
{
	opacity: 0.6;
}
.active, img.demo:hover
{
	opacity: 1;
}
img.hover-shadow
{
	transition: 0.3s;
}
img.hover-shadow:hover
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media screen and (max-width: 1300px)
{
    div.column
	{
        width: 50%;
    }
}
@media screen and (max-width: 900px)
{
    div.column
	{
        width: 100%;
    }
}

img.blur
{
	max-width: 100%;
	max-height: 100%;
}
img.blur:hover
{
	filter: blur(6px);
}
img.blur:hover + div.blurText
{
	display: block;
}
div.blurColumn
{
	position: relative;
	text-align: center;
	float: left;
	width: 33.33%;
	height: auto;
	padding: 10px;
}
div.blurText
{
	display: none;
	pointer-events: none;
	color: white;
	font-size: 2vw;
	position: absolute;
}
@media screen and (max-width: 900px)
{
    div.blurColumn
	{
        width: 100%;
    }
}
