
html {
box-sizing: border-box;
}
*, *:before, *:after{
/* MARGIN & PADDING TO 0 HELPS THE IMAGE GRID */
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}

#logo{
	width:200px;
	height: 200px;
	margin: 10px auto 10px auto;}

#logo2{
	width: 200px;
	height: 200px;
	margin: 10px auto 10px auto;
}

#logogallery{
	width: 200px;
	height: 200px;
	margin: 10px auto 10px auto;
	background-color:#FF3E41;
	animation-name: colors;
	animation-duration: 4s;
}

@keyframes colors{
	from {background-color:#F94295;}
	to {background-color:#3EC300;}
}

body{
	font-family: "Courier New", Courier, monospace;
}

h2{
	text-align: center;
}
	

h4 {
	font-size: 12px;
}
	

#ini {
	background-color: #333;
	height:30px;
	color: white;
	font-family: times new roman;
	text-align: center;	
	padding: 7px 5px 1px 1px;	
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}

.topnav{
	overflow: hidden;
	background-color:#333;
	padding: 0 0 0 19%;
}
.topnav a{
	float: left;
	display: inline-block;
	color:white;
	text-align: center;
	padding:14px 16px;
	font-size: 17px;
}

.topnav a:hover{
	background-color: #00FFCC;
	color: black;

}
.topnav .icon{
	display: none;
}
@media screen and (max-width: 650px){
	.topnav a:not(:first-child) {display:none;}
	.topnav a.icon {
	float: right;
	display: block;
}
}
@media screen and (max-width: 650px) {
	.topnav.responsive {position:relative;}
	.topnav.responsive .icon{
	position: absolute;
	right: 0;
	top: 0;
}
	.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
}
}


table {
	border-collapse: collapse;
	width: 100%;
}

td, th {
	text-align: left;
	padding: 10px;
}
Tr:nth-child(even) {
	background-color: #D5DFDC;
}

.aboutus {
	background-image: url(images/aboutus.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size:cover;
	font-size: 18px;
	color: black;
	text-shadow: 3px 3px 3px white;
	text-align: center;
	padding: 12%;
}


#slider{
	max-width: 100%;
	position: relative;
	margin: auto;
	padding: 3% 0 3% 0;
}

#slider {
	overflow: hidden;
}
#slider figure {
	position: relative;
	width: 400%;
	height: auto;
	margin: 0;
	left: 0;
	animation: 25s slider infinite;
}
#slider figure img {
width: 25%;
float: left;
height: 85%;
}

@keyframes slider {
	0% {left: 0;}
	14.2% {left: 0;}
	28.4% {left: -100%;}
	42.6% {left: -100%;}
	56.8% {left: -200%;}
	71% {left: -200%;}
	85.2% {left: -300%;}
	100% {left: -300%;}
}
	

/* images display */


.column {
	float: left;
	width: 20%;
	length: 100%;
	margin-bottom: 16px;
	padding: 0 8px 3% 0;
	}

@media screen and (max-width: 650px) {
.column {
	width: 100%;
	display: block;
	}
}

.card{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	font-family:"Helvetica Neue", helvetica,sans-serif;
}
.container{
	padding: 0 16px;
}
.container::after, .row:after{
	content: "";
	clear: both;
	display: table;
}
.Models{
	color:grey;
}
.button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 8px;
	color: white;
	background-color: black;
	text-align: center;
	cursor: pointer;
	width: 100%;
}
.button:hover{
	background-color: #A4A9AC;
}

.column2 {
	float: left;
	width: 50%;
	margin-bottom: 16px;
	padding: 0 8px 3% 0;
	}

@media screen and (max-width: 650px) {
.column2 {
	width: 100%;
	display: block;
	}
}

.card2{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	font-family:Arial,sans-serif;
}
.container2{
	padding: 0 16px;
}
.container2::after, .row:after{
	content: "";
	clear: both;
	display: table;
}
.Models2{
	color:grey;
}
.button2 {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 8px;
	color: white;
	background-color: black;
	text-align: center;
	cursor: pointer;
	width: 100%;
}
.button2:hover{
	background-color: #A4A9AC;
}

/* Merch */

.column4 {
	float: left;
	width: 33.33%;
	margin-bottom: 16px;
	padding: 0 8px 3% 0;
	}

@media screen and (max-width: 650px) {
.column4 {
	width: 100%;
	display: block;
	}
}

/* product page */
	
.column3{
	float: left;
	width: 12.7%;
	padding: .4% 1px 0 0;
}
.column3 img{
	opacity: 0.8;
	cursor: pointer;
}
.column3 img:hover {
	opacity: 1;
}
.row2:after {
	content:"";
	display: table;
	clear: both;
}
.container3 {
	position:absolute;
	display: none;
	max-width:49.1%;
	margin: auto;
	float: right;
}
.container4 {
	position:absolute;
	left: 52%;
	display: auto;
	padding: 3% 0% 0% 2%;
	width: 47%;
}
	

#imgtext {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: white;
	font-size: 20px;
}
.closebtn {
	position: absolute;
	top: 10px;
	right: 15px;
	color: white;
	font-size: 35px;
	cursor: pointer;
}


.contact2 {
	float: left;
	width: 50%;
	margin-bottom: 16px;
	padding: 0 8px 4% 0;
	}

@media screen and (max-width: 650px) {
.contact2 {
	width: 100%;
	display: block;
	}
}

.top {
	color: black;
	font-size: 18px;
	text-align: center;
}
.footer{
	position: absolute;
	left: 0;
	padding: 2% 0 1% 0;
	width: 100%;
	height: 20%;
	background-color: #00FFCC;
	opacity: 35%;
	color: black;
	text-align: center;
}

.footer:hover{
	opacity:1;
}

.gallerycont{
	width:75%;
	margin: 2rem auto;
	position: relative;
	padding: 3% 0 3% 0;
}

.gallery{
	display: grid;
    	grid-template-columns: repeat(8, 1fr);
   	grid-template-rows: repeat(8, 7vw);
   	grid-gap: 25px;
}

.gallery__img {
	width: 100%;
  	height: 100%;
  	object-fit: cover;
  	display: block;
}
.gallery__item--1{
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}
.gallery__item--2{
	grid-column-start: 3;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 3;
}
.gallery__item--3{
	grid-column-start: 5;
	grid-column-end: 9;
	grid-row-start: 1;
	grid-row-end: 6;
}
.gallery__item--4{
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row-start: 3;
	grid-row-end: 6;
}
.gallery__item--5{
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row-start: 6;
	grid-row-end: 9;
}

.gallery__item--6{
	grid-column-start: 5;
	grid-column-end: 9;
	grid-row-start: 6;
	grid-row-end: 9;
}
.gallery__item--7{
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 9;
	grid-row-end: 11;
}
.gallery__item--8{
	grid-column-start: 3;
	grid-column-end: 5;
	grid-row-start: 9;
	grid-row-end: 11;
}

.gallery__item--9{
	grid-column-start: 5;
	grid-column-end: 9;
	grid-row-start: 9;
	grid-row-end: 12;
}
.gallery__item--10{
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row-start: 11;
	grid-row-end: 12;
}
.gallery1{
	background-color: black;
	color:white;
	font-size: 24px;
	padding: 20px;
}

div.polaroid {
  width: 33.3%;
  float: left;
  background-color: white;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 6px 2px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 2%;
padding: 10px 10px 1% 10px;
}

div.polacont {
  text-align: center;
  padding: 1% 0 1% 0;
}

div.brand::after, .row::after {
  content: "";
  clear: both;
  display: table;
}



