charset "utf-8";
/* CSS Document 2 Makerando.com */
@media screen and (min-device-width: 641px) and (max-device-width: 1000px) {

.content {
max-width:80% ;


	}

.herodx{
		display: none;
	}
	

}

@media only screen and (max-device-width: 400px) {

.herodx{
		clear: both;
		 display: none;
	}


#mob-break{
		display: none;
	}

}

html{
	padding:0px;
	margin:0px;
	cursor:url(img/point.png),auto;

	
}

body {
	font-family: 'Nunito Sans', sans-serif;
	font-size:0.9em;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	transition: 0s linear;
    transition-property: background-position;
    margin:0px;
	width: 100%;
	height:100%;
	
}
h1{
	 font-family: 'Press Start 2P', cursive;
	 font-size: 1.2em;
	 line-height: 1.2em;
	
	
}
footer{
	color:#FFF;
	position:fixed;
	bottom:0px;
	width:100%;
	display:block;
	font-size:8px;
	text-align:center;
	font-family: 'Press Start 2P', cursive;

  background:linear-gradient(-270deg, #000 0%, rgba(57, 67, 99, 0) 113%, rgba(57, 67, 99, 0) 79%);
  padding:8px;


}
	
}

nav a, ul a{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	
}

a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	
}
.link{
	clear:both; 
	padding:3px; 
	width:auto;
	margin:5px;
	border:1px solid rgba(255,255,255,0.5); 
	text-align:center;
	
}


.content{
	margin:auto;
	display:flex; 
	height:70%;
	
}


.post img{
object-fit: contain;
}

.post-avatar{
	float:left;
	z-index:-2;
	text-align:center;
	
}


.post-username{
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, rgba(255, 255, 255, 0) 100%);
	height:auto;
	padding:3px;
	color:#fff;
	text-align:center;
	
}
.allpost{
	height:auto; 
	margin:3px;
	z-index:5;
}
#video-bg {
	position: fixed;
	right: 0;
	bottom: 0;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	z-index: -100;
	background: transparent url(first.png) no-repeat;
	background-size: cover;
}
#video-container {
	position: absolute;
}
#video-container {
	top:0%;
	left:0%;
	height:100%;
	width:100%;
	overflow: hidden;
}
video {
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
nav {
	mask-image: linear-gradient(180deg, #000 0%, rgba(57, 67, 99, 0) 177%, rgba(138, 125, 99, 0) 100%);
  margin: 0;
  bottom: 0;
}

nav ul {
  margin: 0;
  text-align: center;
  background: linear-gradient(180deg, #000 0%, rgba(57, 67, 99, 0) 177%, rgba(138, 125, 99, 0) 100%);
  width: auto;
  z-index:10;
  position:relative;

  
}

nav ul li {
	  display: inline-block;
}

nav ul li a {
  padding: 20px;
  font-family: 'Karla', sans-serif;
  color:#fff;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
  font-size: 1.2em;
  text-decoration: none;
  display: block;
}

nav ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}
div.ff7{
  border: solid 1px #424542;
  box-shadow: 1px 1px #e7dfe7,
              -1px -1px #e7dfe7,
              1px -1px #e7dfe7,
              -1px 1px #e7dfe7,
              0 -2px #9c9a9c,
              -2px 0 #7b757b,
              0 2px #424542;
  width: auto;
  padding: 5px;
  display:flex;
  background: #04009d;
  background: -moz-linear-gradient(top,  #04009d 0%, #06004d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04009d), color-stop(100%,#06004d));
  background: -webkit-linear-gradient(top,  #04009d 0%,#06004d 100%);
  background: -o-linear-gradient(top,  #04009d 0%,#06004d 100%);
  background: -ms-linear-gradient(top,  #04009d 0%,#06004d 100%);
  background: linear-gradient(to bottom,  #04009d 0%,#06004d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04009d', endColorstr='#06004d',GradientType=0 );
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
div.ff7 *{
  color: #eff1ff;
  text-shadow: 2px 2px #212421,
               1px 1px #212021;
  font-size: 14px;
  font-weight: normal;
  margin: 5px;
}
#avatar-p{
	float:right;
	margin-right:20px; 
	margin-top:10px; 
	padding:3px;
	border: rgba(0,0,0,0.5) solid 1px;
	background:#fff;
	
}

#drop-op{
	margin-right:20px;
	width:400px;
	float:right;
	
	
}

#op{
	float:left;
	width:60px;
	
	
}

option{
	color:#000;
	
}
button, input, select{
	padding:3px;
	width:auto;
	color:#fff;
	border:rgba(255,255,255,0.5) solid 1px;
	background:rgba(255,255,255,0.4);
	margin:2px;	
	
}
.page{
	margin-left:10px; 
	margin-right:10px; 
	width:90%; 
	margin:auto; 
	height: 100vh; 
	color:#fff;
}

.herodx{
	float:right; 
	min-width:50%;
	margin-left: 10px; 
	padding: 10px; 
	background:rgba(0,0,0,0.4); 
	color:#fff;
}

/* Css Shadow Effect for the prod-box and prod-box-list div */
 .shadow{
    -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.31);
    -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.31);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.31);
 }
 
 .dot {
  background: url(https://www.makerando.com/img/dots.png);
  background-color:rgba(0,0,0,0.4);
 height:100vh;
 overflow: hidden;
	}

.post{

	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 65%, rgba(255, 255, 255, 0) 100%);
	padding:10px;
	margin:auto; 
	height:auto;
	word-wrap: break-word;
  	text-align:center; 
   color: #fff; 
   padding: 10px; 
   width:auto; 
   font-size:16px;
   letter-spacing: 2px;

}
.newsline {
  display: none;
  padding-top:3px;
}
.hot-container p { margin-top: 10px; }
a { text-decoration: none; margin: 0 10px; }

.hot-container {
  min-height: 100px;
  margin-top: 100px;
  width: 100%;
  text-align: center;
}

a.btn {
  display: inline-block;
  color: #666;
  background-color: #eee;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  padding: 10px 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.3);
  border-bottom-width: 3px;
}

  a.btn:hover {
    background-color: #e3e3e3;
    border-color: rgba(0,0,0,0.5);
  }
  
  a.btn:active {
    background-color: #CCC;
    border-color: rgba(0,0,0,0.9);
  }

/* blue button */

a.btn.btn-blue {
  background-color: #699DB6;
  border-color: rgba(0,0,0,0.3);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  color: #FFF;
}

  a.btn.btn-blue:hover {
    background-color: #4F87A2;
    border-color: rgba(0,0,0,0.5);
  }
  
  a.btn.btn-blue:active {
    background-color: #3C677B;
    border-color: rgba(0,0,0,0.9);
  }

/* red button */

a.btn.btn-red {
  background-color: #E48681;
  border-color: rgba(0,0,0,0.3);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  color: #FFF;
}

  a.btn.btn-red:hover {
    background-color: #DA4F49;
    border-color: rgba(0,0,0,0.5);
  }
  
  a.btn.btn-red:active {
    background-color: #B32C24;
    border-color: rgba(0,0,0,0.9);
  }
