body, html {
  height: 100%;
  width: 100%;
  margin: 0;

}
@font-face {
  font-family: DTSDwarvish;
  src: url(../font/DTSDwarvish.ttf);
  font-style: normal;
  font-weight: 100;
}
h2, p{
  font-family: DTSDwarvish;
  font-weight: 100;
}
button, address, form, input, .address1 i{
  font-family: DTSDwarvish;
  font-weight: 100;
}
textarea{
  font-family: DTSDwarvish;
  font-weight: 100;
}

/* main */

#main{
  height: 50%;
}


/* menu */

.tablink {
  display: inline-block;
  padding: 0% 0%;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #00bbff;
  border: none;
  box-shadow: 0 9px ;
  float: left;
  cursor: pointer;
  padding: 1% 1%;
  font-size: 100%;
  width: 10%;
  border-radius: 25px;
  margin: 0 7%;
}
.tablink:active {
  box-shadow: 0 5px #00bbff;
  transform: translateY(4px);
}
.tabcontent {
  color: white;
  display: none;
  padding: 1% 1%;
}

#Home {background-color: transparent;}
#News {background-color: transparent; height: 100%;}
#Contact {background-color: transparent;}
#About {background-color: transparent;}

#city{
  height: 95%;
  width: 100%;
  margin-bottom: -15%;
}
#under{
  margin-left: 15.3%;
  margin-right: 5%;
  margin-top: 0;
  height: 50px;
}

/* footer */

#footer{
  position: absolute;
  bottom:0;
  height: 4%;
  width: 100%;
  color: white;
  margin-top: 5%
}
.text{
  float: left;
  margin-left: 10%;
  margin-top: -1.5%;
}
.facebook{
  float: right;
  margin-right: 10%;
}
.facebook a{
  text-decoration: none;
  color: white;

}
.instagram{
  float: right;
  margin-right: 1%;
}
.instagram a{
  text-decoration: none;
  color: white;

}
#date{
  color: white;
  text-align: center;
}
#txt, #month{
  display: inline-block;
  text-align: center;
}


.progres{
  float: right;
  margin-right: 10%;
  margin-top: 2%;
  margin-bottom: 5%;
}
  .progres p{
    font-size: 20px;

  }
}
#value1{
    width: 20%; /*Value of the progressbar1*/
}
#value2{
    width: 15%; /*Value of the progressbar2*/
}
#value3{
    width: 10%; /*Value of the progressbar3*/
}
#value4{
    width: 10%; /*Value of the progressbar4*/
}


.progressbar{
    width: 300px; /*Width of the progressbars*/
    height: 18px;
    border-color: #00bbff;
    border-radius: 30px;
    border-style:solid;
}
.progress{
    background-color: #05658B; /*Background-color of the progress*/
    color: #ccd; /*Textcolor (Progress in percentage)*/
    border-radius: 30px;
    width: 20%;
}
.value{
        margin-left: 70%;
}


#Contact{
  height: 5vh;
}

form{
  margin-left: 10%;
  margin-top: 3%;
  margin-bottom: 0;
  width: 40%;
  float: left;
}
input[type=text], select, textarea {
    width: 70%;
    padding: 1%;
    background-color: transparent;
    box-sizing: border-box;
    margin-top: 1%;
    margin-bottom: 2%;
    resize: vertical;
    border-style:solid;
    border-color:#00bbff;
    border-radius: 25px;
    color: white;
  }


input[type=submit] {
    color: white;
    padding: 12px 20px;
    border: none;

    cursor: pointer;
    background-color: #00bbff;
    border-radius: 25px;

}
.tabcontent p{
    margin-top:  0%;
    margin-left: 10%;
}
.tabcontent h2 {
    margin-top:  2%;
    margin-left: 10%;
}

.sumbit{
  background-color: #00bbff;
  width: 0%;
}
.sumbit:active {
  box-shadow: 0 5px #00bbff;
  transform: translateY(4px);
}
.address{
float: left;
color: white;
margin-right: 5%;
margin-top: 2%;


}
.address1{
float: left;
color: white;
margin-top: 2%;
}

#map iframe{
   width: 500px;
   height:300px;
   float: left;

 }
