/* Author: Karl Webster, Date of publishing: 09 April 2018, Copywright 2018 - Kaptiv8 Ltd., karl.webster@kaptiviii.com*/
html, body{
    height:100%;
    width: 100%;
}

body{
    background-color: #fcfcfc;
}

.title{
    color:rgba(255,255,255,0.6;)
}

/* Welcome blurb*/

.info{
    text-align: center;
    padding-top: 6rem;
}

/*Logo*/

.embl{
    padding:2rem;
}

/*Nav*/
#nav {
    position: absolute;
    left: 0px;
    height: 40px;
    background-color: #394450;
    width: 100%;
    text-align: center;
}
#nav ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 10px;
}          
li{
    display: inline; 
    padding-right: 2rem;
}
li a {
    color:white;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

/*Container*/
.container{
    padding-top: 8rem;
}


/* Weather */
.wrapper{
    padding-top: 5rem;
}



.wrapper > h1,.wrapper > h2, .wrapper > h3{
    color: #fff;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300);
body {
  width: 100%;
  height: 100%;
  background-color: #white;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  
}

.widget-container {
  width: 100%;
  height: 412px;
  display: block;
  background-color: rgba(125, 151, 177, 0.8);
  border-radius: 25px;
/*   border: 5px solid #eceff1; */
  margin: 0 auto;
}


/* Widget 4 Quarter Division here */

.top-left {
  height: 60%;
  width: 50%;
  /*   background-color:red; */
  padding: 55px 0 0 70px;
  display: inline-block;
}

.top-right {
  height: 60%;
  width: 50%;
  float: right;
  padding: 55px 0 0 0;
}

.bottom-left {
  height: 40%;
  width: 45%;
  float: left;
  margin: 0;
  padding: 40px 0 0 72px;
}

.bottom-right {
  height: 40%;
  width: 55%;
  float: right;
  padding: 25px 0 0 60px;
}

h2,
h3,
p {
  margin: 0;
  padding: 0;
  font-size:2rem;
}


/* Top-left Div CSS */

#city {
  font-weight: 900;
  font-size: 25px;
}

#day {
  font-weight: 700;
  font-size: 25px;
  margin-top: 18px;
}

#date {
  font-weight: 500;
  font-size: 20px;
  margin-top: 4px;
}

#time {
  font-weight: 400;
  font-size: 18px;
  margin-top: 8px;
}

#codepen-link {
  font-weight: 400;
  font-size: 12px;
  margin-top: 20px;
}

.top-left > a {
  text-decoration: none;
  color: white;
}

.top-left > a:hover {
  color: #b0bec5;
}


/* Top-Right Div CSS */

#weather-status {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
}

.top-right > img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 15px auto 0 auto;
}


/* Horizontal-Half-divider */

.horizontal-half-divider {
  width: 100%;
  height: 3px;
  margin-top: -5px;
  background-color: #fff;
}

.vertical-half-divider {
  width: 3px;
  position: absolute;
  height: 167px;
  background-color: #fff;
  float: right;
  display: inline-block;
  padding: 0;
}


/* Bottom-left CSS */

#temperature,
#celsius,
#temp-divider,
#fahrenheit {
  display: inline;
  vertical-align: middle;
}

#temperature {
  font-size: 60px;
  font-weight: 800;
  margin-right: 5px;
}

#celsius {
  margin-right: 10px;
}

#fahrenheit {
  margin-right: 5px;
  color: #b0bec5;
}

#celsius,
#temp-divider,
#fahrenheit {
  font-size: 30px;
  font-weight: 800;
}

#celsius:hover,
#fahrenheit:hover {
  cursor: pointer;
}




/* Bottom-Right CSS */

.other-details-key {
  float: left;
  font-size: 16px;
  font-weight: 300;
}

.other-details-values {
  float: left;
  font-size: 16px;
  font-weight: 400;
  margin-left: 40px;
}

.watermark-link {
  text-decoration:none;
  color:#b0bec5;
}

.watermark-link:hover {
  color:white;
  text-decoration:none;
}

.watermark {
  margin-top:10px;
  text-align:center;
  font-weight:400;
}

.widget-container > * {
    color:#fff;
}

#status{
	font-size:2rem;
	
}
.wrapper > * {
	font-size:3rem !important;
}

#fl-level:before{
	content:"Flow ";
}

#fl-level:after{
	content:" m\00b3/s";
}