@charset "utf-8";
/* Global Styles */

a:hover {
	color: rgba(255,255,255,1.00);
}
/*header*/
header {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	background-color: #131319;
	padding:10px;
	text-align:center;
	display: flex;
    justify-content: center;
    align-items: center;
}
/* Logo placeholder*/
#logo {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 139px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background-color: rgba(190,190,190,1.00);
}
/* div for Links in header */
#headerLinks {
	float: left;
	width: calc( 100% - 139px );
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(255,255,255,1.00);
}
/* Links in header */
#headerLinks a {
	text-decoration: none;
	color: rgba(146,146,146,1.00);
	padding-left: 66px;
	font-size: 14px;
}
/* Offer text banner*/
#offer {
	
	font-family: 'Montserrat', sans-serif;
	clear: both;
	/* background-image: url(bannerFIXED.png); */
	background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height:100%;

}
/* Main content of the site */
#content {
	filter: drop-shadow(0px 0px 13px #000000);
	background-color: #201f28;
	clear: both;
	overflow: auto;
}
/* Sidebar */
#content .sidebar {
	font-family: 'Montserrat', sans-serif;
	color: #0f0f13;
	float: left;
	width: 24%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
	background-color: #131319;
	padding-top: 36px;
	height: 2300px;
}

#content{
	font-family: 'Montserrat', sans-serif;
	color: white;
	float: left;
}


/*menubar's properties for menus in sidebar */
#content .sidebar #menubar {
	text-align: left;
	color: white;
	position: relative;
	left: 0%;
}
/* Search field in sidebar */
#content .sidebar #search {
	width: 100%;
	border-radius: 0px;
	height: 42px;
	text-align: center;
	color: rgba(208,207,207,1.00);
	font-size: 14px;
	;
	margin-bottom: 21px;
}
/* Whole page content */
#mainWrapper {
	margin-left:auto;
	margin-right:auto;
	width: 1280px;
	
}
/*menu elements */
.menu ul li {
	list-style-type: none;
	font-size: 14px;
	position: relative;
	left: -35px;
	padding-top: 12px;
	line-height:40px;
}
/* main content of the site */
#content .mainContent {
	padding-top:20px;
	float: left;
	width: 70%;
	text-align: center;
	
	justify-content: center;
}
/* Each product Information in the catalog */
.mainContent .productInfo {
	display:inline-block;
	padding-left: 1%;
	padding-right: 1%;
	width: 270px;;
}
/* Prices of a products in catalog */
 .productInfo .price {
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 22px;
	position: relative;
	top: -20px;
}
/* Content holder for products in catalog*/
 .productInfo .productContent {
	position: relative;
	top: -37px;
	font-size: 14px;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);
	white-space: pre-wrap;
}

/* footer */
#mainWrapper footer {
	clear: both;
	overflow: auto;
	background-color: #0f0f13;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	line-height: 1.8;
	padding-top: 22px;
	padding-left: 22px;
	text-align: center;
	padding-bottom: 22px;
	padding-right: 22px;
	font-family: 'Montserrat', sans-serif;
	color: white;
}
/*Each footer content */
#mainWrapper footer div {
	width: 27%;
	float: left;
	padding-left: 4%;
	padding-right: 2%;
	color: rgba(255,255,255,1.00);
	text-align: justify;
}
/* Links in footer */
footer div a {
	color: rgba(146,146,146,1.00);
	display: block;
	text-decoration: none;
	text-align: center;
}
/* Product's images in catalog */
.productInfo div img {
	width: 100%;
	border: solid #00000070 3px;
}
/*Links in sidebar */
.sidebar #menubar .menu ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
.sidebar #menubar .menu ul li a:hover {
	color: rgba(107,97,97,1.00);
	text-decoration: none;
}
/* Menu headings in sidebar */
#menubar .menu h2 {
	font-size: 14px;
}
/*Links under menus in sidebar */
#menubar .menu ul li a {
	font-size: 20px;
}
/* Menus in sidebar */
.sidebar #menubar .menu {
	margin-bottom: 29px;
}
/* Container for links in footer */
footer .footerlinks {
	margin-top: -15px;
}

.socialbutton{
	margin:5px;
	
}
.socialbutton img{
	height:40px;
	border-radius: 500px;
}

@media screen and (max-width:1500px) {
	html{
		zoom: 0.8;
	}
	.socialbutton img{
	height:50px;
}
}

@media screen and (max-width:1200px) {
	html{
		zoom: 0.6;
	}
	.socialbutton img{
	height:70px;
}
}



/*media query for small screen devices */
@media screen and (max-width:800px) {
	html{
		zoom: 0.4;
	}
/*Container for links in header */
#menubar .menu ul li a {
	font-size: 40px;
}
#mainWrapper footer {
	font-size:30px;
}
.socialbutton img{
	height:90px;
}
.menu ul li {
	line-height:80px;
}
#mainWrapper header #headerLinks {
	width: 100%;
	text-align: center;
	background-color: rgba(190,190,190,1.00);
	padding-bottom: 21px;
}
/* Logo placeholder*/
#mainWrapper header #logo {
	width: 100%;
	text-align: center;
}
/* Links in header */
header #headerLinks a {
	text-align: center;
	padding-right: 15px;
	padding-left: 0px;
}
/*Offer - Text Banner */
#mainWrapper #offer {
	padding-left: 0px;
	text-align: center;
}
.productInfo .price{
	font-size:50px;
}
.productInfo .productContent{
	font-size:30px;
}
h2 {
	font-size: 70px;
}
/* Menubar in sidebar */
#content .sidebar {
	
	float: none;
	width: 24%;
	width:100%;
	height: 300px;
	
}
/*Menu headings in sidebar */
#menubar .menu h2 {
	width: 100%;
	display: block;
}
/* Each product in catalog view */
.mainContent .productInfo {
	display:inline-block;
	padding-left: 1%;
	padding-right: 1%;
	width: 800px;
}
header {
	height:160px;
	
}
.productInfo div{
	width: 100%;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	left: -2%;
}
.productInfo div img {
		width: 100%;
		border: solid #00000070 3px;
	}
#mainWrapper footer div {
	width: 100%;
	margin-left: -16px;
	text-align: justify;
	padding-bottom: 16px;
	overflow: auto;
}
/* Unordered list for menu elements */
.menu ul {
	position: relative;
	padding-left: 24%;
}
/* Container for links in footer */
#mainWrapper footer .footerlinks {
	padding-left: 8%;
}
/* Main content which excludes the sidebar */
#content .mainContent {
	text-align: center;
	padding-left: 0px;
	width:100%;

}
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 256px 256px;
  }
}
#animate-area {
  width: 100%;
  height: 100%;
  background-image: url(bg.png);
  background-repeat: true;
  animation: animatedBackground 10s linear infinite running;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999;

}

#glow-area {
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  opacity:0.2;
  background: linear-gradient(90deg,rgba(51, 204, 102, 1) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(51, 204, 102, 1) 100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999;

}

