@charset "utf-8";

html, body {
  height: 100%;
  width: 100%;

}

body {
  margin: 0;
  padding: 0;

}






.column {
	display: flex;
	padding: 2px;
	
}


.navisection {
	position: sticky;
	top: 0;
	height: 80px;
	z-index: 1000;
	background-color: #1c1c1c;	
}

.navi {
	
	position: absolute;
	width: 30px;
	height: 20px;
	left: 15px;
	top: 28px;
	
}

.hamburgermenu {
	height: 20px;
	width: 20px;
	left: 15px;
	position: absolute;
}

.search {
	height: 20px;
	left: 280px;
	position: absolute;
}

.user {
	height: 20px;
	left: 320px;
	position: absolute;
}

.logo {
	top: -25px;
	left: 70px;
	position: absolute;

}



h2{
	color: white;
	
	
}

h3 {
	color: white;
	
	
}

h4 {
	color: white;
	text-shadow: 2px 2px 2px black;
}

h5 {
	color: #89C711;
	padding-left: 3px;
	
	
}

p {
	font-size: 0.7em
}

.container {
	position: relative;
	display: inline-block;
	
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-light {
	font-weight: 100;
}

.bottom-left {
	position: absolute;
	padding-left: 3%;
	bottom: -150px;
	left: 15px;
	background-color: #93D80F;
	width: 200px;
	align-content: center;
	text-align: justify;
	background-attachment: fixed;
	
}
.bottom-left h4{
	padding-top: 4px;
	font-size: 17px;
	padding-left: 10px;
}

.bottom-left2 {
	position: absolute;
	padding-left: 3%;
	bottom: -195px;
	left: 15px;
	background-color: rgba(33, 32, 38, 0.77);
	width: 320px;
	float: left;
	display: flex;
	align-items: center;
	
}


.bottom-left2 .item2 {
	float: right;
	margin-left: auto;
	padding-right: 20px;
	
	
}

.bottom-left2 h2 {
	font-size: 15px;
	padding-left: 10px;
	
}

.section {
	width: 100vw;
	min-height: 254px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("Pics/main.png");
}

.img {
	width: 100%;
}

.rectangle {
	padding-left: 4%;
	float: left;
	padding-right: 1%;
	
}

.section2 {
	background-color: #1C1C1C;
	height: 60vh;
	padding: 20px;
}

.section2 h5{
	font-size: 17px;
}

.container3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	color: white;

	

}



.container3 p{
	font-size: 10px;
	
}

.row1, .row2 {
    width: 100%;
    display: flex;
	line-height: 0;

}

.column2 {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
	padding-left: 2%;
	

}

.newreleaseimg {
	width: 30%;
	margin-bottom: 10px
		
}

.image-wrapper {
	flex: 1;
	margin: 10px;
}





/*{border: 1px solid white}/