@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@import url(https://cdnjs.cloudflare.com/ajax/libs/weather-icons/1.2/css/weather-icons.min.css);

body {

	font-size: 18px;
}

#pelicula{
    background: url(bg.jpg);
    background-size: cover;
    position: fixed;
    top: -20%;
    right: -1%;
    filter: blur(5px);
    width: 1920px;
    height: 1080px;
    z-index: -1;
    	margin: 0;
	padding: 0;
}
#pelicula2{

    position: fixed;
    top: -20%;
    right: -1%;
    background-color: rgb(70, 66, 2);
    opacity: 0.4;
    filter: blur(5px);
    width: 1920px;
    height: 1080px;
    z-index: 0;
    	margin: 0;
	padding: 0;
}

.container {
    display: flex; /* or inline-flex */
  }

h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#temp{
	font-size: 35px;
	
}


.widget {
    z-index: 1;
	height: 300px;
	width: 450px;
	position: absolute;
  left: 50%;
	top: 30%;
	transform: translate(-50%, -50%);
}

#up1{
	position: absolute;
	top: -60px;
	left: 250px;
	
}
#up1t{
	position: absolute;
	top: -60px;
	left: 256px;
	text-align: center;
	
}
#down1{
	position: absolute;
	top: -60px;
	left: 192px;
	transform: rotate(180deg);
	
}
#down1t{
	position: absolute;
	top: -60px;
	left: 198px;
	text-align: center;

	
}

.widget2 {
    z-index: 1;
	height: 200px;
	width: 180px;
	border-radius: 20px;
	position: absolute;
  left: 20%;
	top: 75%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	align-items: center;
}
.widget3 {
    z-index: 1;
	height: 200px;
	width: 180px;
	border-radius: 20px;
	position: absolute;
  left: 40%;
	top: 75%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	align-items: center;
}
.widget4 {
    z-index: 1;
	height: 200px;
	width: 180px;
	border-radius: 20px;
	position: absolute;
  left: 60%;
	top: 75%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	align-items: center;
}
.widget5 {
    z-index: 1;
	height: 200px;
	width: 180px;
	border-radius: 20px;
	position: absolute;
  left: 80%;
	top: 75%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	align-items: center;
}

h1{
	text-align: center;
}

#temp4, #temp3, #temp2, #temp1{
	line-height: 1.1875em;
	position: relative;
	text-align: center;
	top: 35px;	

}

#desc4, #desc3, #desc2, #desc1{
	line-height: 1.1875em;
	position: relative;
	text-align: center;
	top: 33px !important;
	font-size: 14px;
	left: 0 !important;	

}

#desc{
	font-size: 16px;

}

#day4, #day3, #day2, #day1{
	line-height: 1.1875em;
	position: relative;
	text-align: center;
	top: 20px !important;
	font-size: 14px;
	left: 0 !important;	

}


#SVGicon1, #SVGicon2, #SVGicon3, #SVGicon4{
	height: 50px;
	top: 100px;
}



.weatherIcon{
	background-color: #f0f8fa;
	height: 70%;
	width: 100%;
	position: absolute;
    left: 0;
	top: 20;

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


.weatherIconSVG{
	background-color: #f0f8fa;
	height: 70%;
	width: 100%;
	position: absolute;
    left: 0;
	top: 20;
	opacity: 0.3;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.weatherIcon:before{
	display: block;
	content: attr(title);
	color: #818b8d;
	font-family: weathericons; 
	font-size: 110px;
	position: absolute;
	left: 50%;
	top: 58%;
	transform: translate(-50%, -50%);
}

.weatherData {
	background-color: #2e3336;
	height: 30%;
	width: 100%;
	position: absolute;
    left: 0;
	bottom: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

h1 {
	color: #c5cdcf;
	font-family: 'Open Sans';
  font-weight: 200;
	font-size: 2.9375em;
	line-height: 2.9375em;
	position: absolute;
	left: 6%;
	top: 50%;
	transform: translate(0, -50%);
}

h2 {
	color: #8f9b9d;
	font-family: 'Open Sans';
  font-weight: 200;
	font-size: 1.1875em;
	line-height: 1.1875em;
	position: absolute;
	top: 24%;
	left: 27%;
}

h3 {
	color: #c5cdcf;
	font-family: 'Open Sans';
  font-weight: 400;
	font-size: 0.8125em;
	line-height: 0.8125em;
	position: absolute;
	bottom: 25%;
	left: 27%;
}

h4 {
	color: #fff;
	font-family: 'Open Sans';
  font-weight: 700;
	text-transform: uppercase;
	font-size: 0.6875em;
	line-height: 0.6875em;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 0);
}

h5 {
	color: #fff;
	font-family: 'Open Sans';
  font-weight: 500;
	font-size: 1.8125em;
	line-height: 28px;
	position: absolute;
	bottom: 24%;
	left: 50%;
	transform: translate(-50%, 0);
}
h6 {
	color: #7a7a7a;
	font-family: 'Open Sans';
  font-weight: 500;
	line-height: 28px;
}

.date {
	background-color: #c1a517;
	height: 30%;
	width: 22%;
	position: absolute;
    right: 0;
	bottom: 0;
	border-bottom-right-radius: 10px;
}