.moli-h{
max-height: 800px;
}
.footer1{
margin-left: 50px;
margin-top: 100px;
}
.imgcolwidth1{
max-width: 640px;
}
.list-group-item-action {
color: black !important;
}

.triangle1{
width: 0;
	height: 0;
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-bottom: 150px solid green;
	filter: drop-shadow(0 0 5px #000);
	margin: 0 auto;
}
.triangle2{
width: 0;
	height: 0;
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-bottom: 150px solid green;
	filter: drop-shadow(0 0 5px #000);
	margin: 0 auto;
}
.triangle3{
width: 0;
	height: 0;
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-bottom: 150px solid green;
	filter: drop-shadow(0 0 5px #000);
	margin: 0 auto;
}

.triangle-on1{
    border-bottom: 150px solid lime
}
.triangle-on2{
   border-bottom: 150px solid red
}
.triangle-on3{
    border-bottom: 150px solid orange
}


.circle{
width: 50px;
	height: 50px;
	background: red;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	filter: drop-shadow(0 0 5px #000);
}

.circle2{
width: 50px;
	height: 50px;
	background: red;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	filter: drop-shadow(0 0 5px #000);
}
.circle3{
width: 50px;
	height: 50px;
	background: red;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	filter: drop-shadow(0 0 5px #000);
}
.circle4{
width: 50px;
	height: 50px;
	background: red;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	filter: drop-shadow(0 0 5px #000);
}
.circle5{
width: 50px;
	height: 50px;
	background: red;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	filter: drop-shadow(0 0 5px #000);
}


.circle-on{
    background:purple

}

.circle-on2{
    background:blue

}
.circle-on3{
    background:pink

}
.circle-on4{
    background:yellow

}
.circle-on5{
    background:lime
    
}


.circle1{
width: 50px;
	height: 50px;
	opacity: 0;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	filter: drop-shadow(0 0 5px #000);
}



.star-five {
   margin: 50px 0;
   position: relative;
   display: block;
   color: red;
   width: 0px;
   height: 0px;
   border-right:  100px solid transparent;
   border-bottom: 70px  solid yellow;
   border-left:   100px solid transparent;
   -moz-transform:    rotate(35deg);
   -webkit-transform: rotate(35deg);
   -ms-transform:     rotate(35deg);
   -o-transform:      rotate(35deg);
   filter: drop-shadow(0 0 5px #000);
   margin: 0 auto;
}
.star-five:before {
   border-bottom: 80px solid yellow;
   border-left: 30px solid transparent;
   border-right: 30px solid transparent;
   position: absolute;
   height: 0;
   width: 0;
   top: -45px;
   left: -65px;
   display: block;
   content: '';
   -webkit-transform: rotate(-35deg);
   -moz-transform:    rotate(-35deg);
   -ms-transform:     rotate(-35deg);
   -o-transform:      rotate(-35deg);
    margin: 0 auto;
}
.star-five:after {
   position: absolute;
   display: block;
   color: red;
   top: 3px;
   left: -105px;
   width: 0px;
   height: 0px;
   border-right: 100px solid transparent;
   border-bottom: 70px solid yellow;
   border-left: 100px solid transparent;
   -webkit-transform: rotate(-70deg);
   -moz-transform:    rotate(-70deg);
   -ms-transform:     rotate(-70deg);
   -o-transform:      rotate(-70deg);
   content: '';
   margin: 0 auto;
}

.stem{
width: 50px;
	height: 50px;
	background: brown;
	filter: drop-shadow(0 0 5px #000);
    margin: 0 auto;
}
