@charset "utf-8";
@import url("../../webfonts/Experimento/stylesheet.css");



#mainwrapper header {
    /*Header */
    background-image: url("../../img243.jpg");
    overflow: hidden;
    font-family: Punktype;
    font-style: normal;
    font-weight: 300;
}
#mainwrapper header #logo {
    /* Company Logo text */
    width: 100%;
    color: rgba(255,255,255,1.00);
    font-family: Punktype;
    font-weight: normal;
    font-style: normal;
    font-size: xx-large;
	
	
}
#mainwrapper header nav {
    /*Nav bar containing links in header */
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 2%;
    padding-left: 30px;
    font-family: Punktype;

    
    
}
body {
  background-color: #111111;
  margin: 0;
  overflow-x: hidden;
}
body {
    background-color: #111111;
    margin: 0;
    overflow-x: hidden;
    font-weight: normal;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: blendAnimation 20s infinite;
    z-index: -1; 
    pointer-events: none; 
}


@keyframes blendAnimation {
    0% { background-image: url('../../Untitled-2.png'); }
    33% { background-image: url('../../Untitled-Pat3.png'); }
    66% { background-image: url('../../Par2.png'); }
    100% { background-image: url('../../Untitled-2.png'); }
    }



.bg {
  position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  width: 200%;
  height: 200vh;
  background: url('../../noise.png') repeat 0 0;
  background-repeat: repeat;
  animation: bg-animation .2s infinite;
  opacity: .15;
  visibility: visible;
  z-index: -1; 
  pointer-events: none; 
}

@keyframes bg-animation {
    0% { transform: translate(0,0) }
    10% { transform: translate(-5%,-5%) }
    20% { transform: translate(-10%,5%) }
    30% { transform: translate(5%,-10%) }
    40% { transform: translate(-5%,15%) }
    50% { transform: translate(-10%,5%) }
    60% { transform: translate(15%,0) }
    70% { transform: translate(0,10%) }
    80% { transform: translate(-15%,0) }
    90% { transform: translate(10%,5%) }
    100% { transform: translate(5%,0) }
}



header nav a {
	/* Links in header */
	padding-right: 2%;
	margin-right: 100px;
	font-style: italic;
}
#content #mainContent h1, #content #mainContent h2 {
    text-align: center;
    color: rgba(255,255,255,1.00);
    padding: 10px;
    background-image: url("../../img243.jpg");
	background-repeat: repeat;
	background-position: left;
    font-family: Punktype;
    font-weight: normal;
	
}
#content #mainContent h3 {
	/*Captions ot Taglines */
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);
	background-color: black;
}
#content #mainContent #bannerImage {
	/*Container for main banner image */
	width: 100%;
	background-color: rgba(208,207,207,1.00);
}
#content #mainContent p {
    /* All paragraphs under maincontent */
    color: rgba(255,255,255,1.00);
    font-family: source-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 200;
    text-align: justify;
    padding: 20px;
    background-image: url("../../img243.jpg");
	background-size: cover;
	background-repeat: repeat;

}
#content #mainContent #authorInfo {
	/* Author info section */
	background-color: black;
	padding-top: 10px;
}
#content #mainContent #authorInfo h2, #content #mainContent #authorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 11px;
	
}
#content #mainContent #authorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-right: 2%;

}
footer article {
    /* Footer articles */
    width: 46%;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    text-align: justify;
    font-family: source-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 200;
    color: rgba(255,255,255,1);
    background-color: black;
    margin-left: 40px;
    margin-bottom: 10px;
}
footer article h3 {
	/* Footer article titles */
	text-align: center;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#mainContent {
	/* Container for the blog post in individal blog view */
	padding-left: 2%;
	width: 71%;
	float: left;
	padding-right: 2%;
	padding-top: 0px;
}
#mainwrapper #content #sidebar {
    /* Sidebar*/
    width: 283px;
	height: 799px;
    padding-left: 2%;
    padding-right: 2%;
    float: left;
    background-color: rgba(246,246,246,1.00);
    background-image: url("../../img242.jpg");
	background-size: contain;
	
    margin-top: 61px;
    padding-top: 32px;
}
#mainwrapper {
    /* Container of all content */
    width: 100%;
    overflow: auto;
}



#footerbar {
    /* Footer bar at the bottom of the page */
    height: 18px;
    clear: both;
    background-color: rgba(0,0,0,1.00);
    width: 100%;
}
footer {
    /* Container for footer artices */
    width: 71%;
    padding-right: 2%;
}
.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}
#mainContent #bannerImage img {
	/* Actual banner image */
	width: 100%;
}
#sidebar #adimage img {
    /* Image in sidebar */
    width: 100%;
}
#mainwrapper header nav a {
    /* Links in header */
    color: rgba(255,255,255,1.00);
    text-decoration: underline;
    font-weight: normal;
}

/* Tablet view */
@media screen and (max-width:769px) {
.notOnDesktop {
	/* Search box shown only in mobile view and Tablet view */
	display: block;
	text-align: right;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 96%;
}
#content .notOnDesktop input {
	height: 28px;
}
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 96%;
}

footer {
	/* Footer region */
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	background-color:#000000;
}
#content footer article {
	/*Each footer article */
	width: 46%;
	

}
#mainwrapper header {
	/* Header */
	width: 100%;
}
}

/* Mobile view */
@media screen and (max-width:480px) {
#mainwrapper header #logo {
	/* Company Logo text in header */
	width: 96%;
	margin-left: 2%;
}
#mainwrapper header nav {
	/*navigation links in header */
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	width: 98%;
}
#content #sidebar #adimage {
	/* Container for image in sidebar */
	width: 100%;
}
#content #sidebar nav {
	/* Navigation bar for links in sidebar */
	width: 96%;
	padding-top: 7px;
}
#sidebar nav ul li {
	display: inline-block;
	width: 32%;
	text-align: center;
}
#mainwrapper #content #sidebar {
	/* sidebar */
	padding-bottom: 0px;
}
#content .notOnDesktop {
	/* Search box shown only in mobile and tablet view */
	width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
#content .notOnDesktop input {
	width: 80%;
	text-align: center;
}
#content #mainContent h3 {
	/* Title under maincontent, if any */
	font-size: 14px;
}
#content footer article {
	/* Each foter article */
	width: 96%;
	
}
}
.maincont {
}
