
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(Roboto100.woff2) format('woff2'), url(Roboto100.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(Roboto100.woff2) format('woff2'), url(Roboto300.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(Roboto400.woff2) format('woff2'), url(Roboto400.woff) format('woff');
}

  
  
body {
    height: 100%;
    position:fixed;
    overflow-y: scroll;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}


h1 {
    font-weight: 300;   
}

#whiteCover {
    position: absolute;
    width: 100%;   
    /* height: 300px; */
    background-color: #ffffff;
    top: 0 px;
    z-index: 2;
}

.text {
	width: 45px;	
	margin-left: 10px;
	margin-right: 10px;
	border: none;
	font-size: 30px;
	text-align: center;
}


.text2 {
	width: 90%;
    height: 180px;
	margin-left: 0px;
	margin-right:  0px;
	border: none;
	font-size:  18px;
	text-align: left;
    font-family: 'Roboto', sans-serif;
    
}

.range {
	padding-top: 20px;
	width:	110px;
	
}

input[type=range] {
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  cursor: pointer;
  background-color: #007AFF;
}
input[type=range]::-webkit-slider-thumb {
  height: 36px;
  width: 36px;
  border-radius: 18px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -17px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}

.bot {
	border-color: #3071a9;
	border-style: solid;	
	border-width: 1.5px;
	border-radius: 0px;
	width: 45px;
	height: 30px;
	background-color: #ffffff;
	outline: none;
	font-size: 22px;
}
.bot span {
	
}	
#addBot {
	margin-right: -3px;	
}

#subBot {
	margin-left: -3px;	
}

.blue1 {
	background-color: #007AFF;
	color: #ffffff;
}

.white1 {
	background-color: #ffffff;	
	color: #000000;
}

#firstRange {
	margin-right: 31px;
}

#secondRange {
	margin-left: 32px;;
}

#equals {
	cursor: pointer;
	border: none;
	background-color: #ffffff;	
	font-size: 20px;
	border-style: solid;
	border-color: #007AFF;
	border-width: 2px;
	border-radius: 2px;
	outline: none;
	margin-top: 15px;
	font-size: 30px;
}



.WatertankFill {
    background-image: url('../img/WatertankFill.png');
    margin-top: 330px;
    width: 130px;
    height: 150px;
    background-size: 100%;
    
    
}

.WatertankDrain {
    background-image: url('../img/WatertankDrain.png');
    margin-top: 330px;
    width: 130px;
    height: 160px;
    background-size: 100%;
    
    
}

.WatertankBackflow {
    background-image: url('../img/WatertankBackflow.png');
    margin-top: 330px;
    width: 130px;
    height: 150px;
    background-size: 110%;
    
}

.WatertankDog {
    background-image: url('../img/WatertankDog.png');
    margin-top: 330px;
    width: 130px;
    height: 150px;
    background-size: 110%;
   
}