@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

body{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: hsl(0, 0%, 100%);
	font-weight: 700;
	background-color: hsl(229, 57%, 11%);
	background-image: url(../images/bg-desktop.png);
	background-repeat: no-repeat;
        background-attachment: fixed;
	background-position: bottom;
}
.container{
	margin: 120px 250px;
}
.icon-div{
	border-radius: 2%;
	border-top-right-radius: 43%;
	background: hsl(228, 56%, 26%);
	width:200px;
	text-align: center;
	height:140px;
	padding-top:25px;
	padding-right: 50px;
	float:left;
	margin-top: 25px;
}
.text-div{
	background: hsl(228, 56%, 26%);
	border-radius: 2%;
	width:400px;
	height:70px;
	text-align: center;
	padding:30px;
	margin-top: 60px;
	margin-left: 15px;
	display: inline-block;
}
.icon-container{
	display: block;
	margin-top: 25px;
}
a{
	background-color: hsl(229, 57%, 11%);
	padding: 10px;
	padding-bottom:5px;
	padding-top: 15px;
	border-radius: 10%;
	text-decoration: none;
}
span{
	color: hsl(243, 100%, 93%);
	font-weight: 400;
}
.meter{
	background-color: hsl(229, 57%, 11%);
	position: absolute;
	width: 380px;
	height: 15px;
	border-radius:50px;
	color: hsl(229, 57%, 11%);
	z-index: 1;
}
.meter-range{
	background: repeating-linear-gradient(to right, hsl(6, 100%, 80%), hsl(335, 100%, 65%));
	position: relative;
	color: hsl(335, 100%, 65%);
	z-index: 2;
	width: 300px;
	height: 12px;
	top: -17px;
	border-radius: 50px;
	float: left;
}
.meter-icon{
	position: absolute;
	right: 1px;
	z-index: 3;
	background-color: hsl(0, 0%, 100%);
	color: hsl(0, 0%, 100%);
	width: 10px;
	height: 10px;
	border-radius:45px;
}
.banner-text{
	position: relative;
	float: right;
	z-index: 4;
	background-color: hsl(0, 0%, 100%); 
	color: Grayish Blue: hsl(229, 7%, 55%);
	bottom: 80px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: -2px;
	padding: 20px;
	font-weight: 700;
}
.scale{
	position: absolute;
	padding-top: 8px;
}
/*
.attribution { font-size: 11px; text-align: center; }
    .attribution a { color: hsl(228, 45%, 44%); }
	*/
	
	
@media only screen and (max-width:600px){
body{
		background-color: hsl(229, 57%, 11%);
		background-image: url(../images/bg-mobile.png);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
}
.container{
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 0 auto;
}
.icon-div{
	border-radius: 5px;
	border-top-right-radius: 90px;
	background: hsl(228, 56%, 26%);
	width: 100%;
	text-align: center;
	height: auto;
	padding-top:25px;
	padding-bottom: 25px;
	margin-top: 0 auto;
}
.text-div{
	background: hsl(228, 56%, 26%);
	border-radius: 2%;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px;
	padding-bottom: 30px;
	margin-top: 50px;
	margin-left: 0px;
	display: inline-block;
}
.banner-text{
	position: relative;
	text-align: center;
	z-index: 4;
	background-color: hsl(0, 0%, 100%); 
	color: Grayish Blue: hsl(229, 7%, 55%);
	top: 80px;
	right: 50%;
	border-radius: 10px;
	padding: 20px;
	font-weight: 700;
}
.meter{
	background-color: hsl(229, 57%, 11%);
	position: absolute;
	width: 85%;
	height: 15px;
	border-radius:50px;
	color: hsl(229, 57%, 11%);
	z-index: 1;
}
.meter-range{
	background: repeating-linear-gradient(to right, hsl(6, 100%, 80%), hsl(335, 100%, 65%));
	position: relative;
	color: hsl(335, 100%, 65%);
	z-index: 2;
	width: 70%;
	height: 12px;
	top: 2px;
	border-radius: 50px;
	float: left;
}
}
