 /* You may use the following selectors, but it's not required. */

body {
	font-family: Lato;
}

#sidebar{
	position: fixed;
	top:260px;
	font-size: 16px;
	background: rgba(0,0,0,0.2);
	text-align: center;
	padding:20px;
	border-radius: 5px;
	color:white;
	font-style: bold;
	left: 50px;
	height:100%;
}

#sidebar p{
   text-align:left;
   line-height: 20px;
   font-size: 14px;
}

#create{
	background: #f5f5f5;
	z-index: 2;
	font-size: 16px;
	padding: 20px;
	border-radius: 5px;
	color: black;
}

#button{
	z-index: 1;
	position: absolute;;
	top: 83px;
	left: 1200px;
}

#lens{
	position: absolute;
	top: 33px;
	left:900px;
	z-index: 1;
}
#lens img{
	width: 30px;
	height: 30px;
	position: absolute;
	top:35px;
	left:300px;
}
#search{
	position: absolute;
	top:70px;
	left: 1050px;
	z-index: 1;
    border-radius: 5px;
}

#infocontain{
	border-radius: 5px;
	background: rgba(0,0,0,0.1);
	position: absolute;
	padding:20px;
	top:255px;
	left: 1090px;
	width: 200px;
}

#info{
	font-size: 16px;
   line-height: 14px;
}

#linkcontain{
	border-radius: 5px;
	background:#f5f5f5;
	position: absolute;
	padding:20px;
	top:430px;
	left: 1090px;
	width: 200;
	height: 450px;
	z-index: 1;
}

#link{
	font-size: 18px;
	text-align: left;
	font-size: 18px;
    margin: 10px;
}
#up1{
	text-align: center;
	background: rgba(0,0,100,0.2);
	position: absolute;
	padding:10px;
	top:260px;
	left: 290px;
	border-radius: 5px;
	text-align: center;
	font-size: 15px;
	color: white;
	font-style: bold;
}

#up2{
	text-align: center;
	background: rgba(0,0,100,0.2);
	position: absolute;
	padding:10px;
	top:595px;
	left: 290px;
	border-radius: 5px;
	text-align: center;
	font-size: 15px;
	color: white;
	font-style: bold;
}

#up3{
	text-align: center;
	background: rgba(0,0,100,0.2);
	position: absolute;
	padding:10px;
	top:725px;
	left: 290px;
	border-radius: 5px;
	text-align: center;
	font-size: 15px;
	color: white;
	font-style: bold;
}

#up4{
	text-align: center;
	background: rgba(0,0,100,0.2);
	position: absolute;
	padding:10px;
	top:850px;
	left: 290px;
	border-radius: 5px;
	z-index: 1
	text-align: center;
	font-size: 15px;
	color: white;
	font-style: bold;
}
.up{
	color:#FFFFFF;
	margin-bottom: 5px;

}

.up img{
	height: 30px;
	width: 30px;
}
.down{
	color:#FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.down img{
	height: 30px;
	width: 30px;
}

#nav{
	background: #B0E0E5;
	height:200px;
	width: 100%;
	position:absolute;
	top:0px;
    background-image: url(../images/nav.png)
}

#nav img{
	height: 155px;
	width: 100%;
}


#aww{
	position: absolute;
	left: 240px;
	font-size: 16px;
	color:#FFFFFF;
	top:100px;
}

#comment{
	position: absolute;
	left: 330px;
	font-size: 16px;
	color:#FFFFFF;
	top:100px;
}
#related{
	position: absolute;
	left: 420px;
	font-size: 16px;
	color:#FFFFFF;
	top:100px;
}

#viewimages{
	position: absolute;
	left: 540px;
	font-size: 16px;
	color:#FFFFFF;
	top:100px;
}
#promoted{
	position: absolute;
	left: 640px;
	font-size: 16px;
	color:#FFFFFF;
	top:100px;
}
#container {
    width: 675px;
    position: relative;
    background:#E1F3FA;
    top:250px;
    left: 350px;
    padding: 30 10px;
    border-radius: 5px;
}

#thumbnail {
	display: block;
	height: 100px;
	width: 150px;
	position: absolute;
	border-radius: 5px;
}

#thumbnail img {
	height: 100%;
	width: 100%;
   border-radius: 5px;
	object-fit:cover;
	position: relative;
   left: 10px;
   bottom: 5px;
}

#header {
	font-weight: 900;
	font-size: 21px;
	position: relative;
	left: 180px;
}

#subheader {
	position: relative;
	left:180px;
	font-style: italic;
	font-size: 14px;
	padding: 5px;

}

#description {
	font-size: 14px;
	position: relative;
	left: 180px;
	padding: 5px;

}


#box{
	background-color: #f5f5f5;
	width: 675px;
	left:350px;
	position: relative;
	top:280px;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
}
#submit{
	background-color: rgba(0,0,0,0.1);
	padding: 10px;
	font-size: 16px;
	width: 60px;
	border-radius: 5px;
	left: 605px;
	position: absolute;
	top:70px;
}

#submit:hover {
   background-color: rgba(0,0,0,0.2);
}


#list-container{
	position: relative;
	top:310px;
	width: 675px;
	left:350px;
	background: rgba(0,0,0,0.1);
	padding: 10px;
	border-radius: 5px;
}


.list-item {
	padding: 10px 30px 3px;
	background-color: white;
	margin: 10px 20px;
	border-radius: 5px;
}

.list-item p{
   size: 14px;
}

#link2 p {
   font-size: 14px;
   line-height: 10px;
   position: relative;
   top: 10px;
   left: 10px;
}