* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

#container {
  height: 650px;
  max-width: 414px;
  margin: 0 auto;
  /* background-color: lightgray; */
  border: 1px solid gray;
  /* background-image: url("city0.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
}

.item1 {
  grid-area: header;
}

.item2 {
  grid-area: menu;
}

.item3 {
  grid-area: main;
}

.item4 {
  grid-area: right;
}

.grid-container {
  display: grid;
  grid-template-areas:
    'header header header header'
    'menu main main right'
    'menu main main right';
  grid-gap: 1px;
  background-color: rgba(204, 204, 204, 0.247);
}

.grid-container>div {
  background-color: rgba(204, 204, 204, 0.226);
  text-align: center;
  color: white;
  font-size: 18px;
}

.item1 {
  padding: 5px 10px;
  height: 30px;
}

#task-list {
  height: 400px;
  width: 360px;
  margin: 0 auto;
  overflow: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

#ul {
  margin: 0;
  padding-left: 0px;
  margin-top: 5px;
  list-style: none;
}

.consider,
.important,
.urgent {
  border: 1px solid gray;
  font-size: 13px;
  padding: 0 2px;
  border-radius: 3px;
  float: right;
  text-align: center;
  width: 58px;
  margin-right: 5px;
}

.consider {
  background-color: #77dd77;
}

.important {
  background-color: #fdfd96;
}

.urgent {
  background-color: #ff6961;
}

.item {
  background-color: white;
  border-bottom: 1px solid gray;
  padding: 7px 7px;
  font-size: 17px;
  vertical-align: middle;
  line-height: 20px;
  height: 35px;
  padding-top: 7px;
  margin-bottom: 4px;
  border-radius: 5px;
}

.lineThrough {
  text-decoration: line-through;
}

.float {
  float: right;
}

.floater {
  float: left;
}

#CityName {
  /* float: right; */
  width: 135px;
  height: 100px;
  border: 1px solid gray;
  text-align: center;
  background-color: white;
  padding: 0px 10px;
  border-radius: 10px;
  display: inline-block;
}

#temp {
  background-color: rgb(68, 68, 68);
  padding: 0 3px;
  border-radius: 5px;
  border: 1px solid gray;
}

.temp {
  width: 50px;
  height: 50px;
  text-align: center;
}

.temp img {
  width: 100%;
}

.fas {
  padding-top: 10px;
  margin-left: 7px;
}

#headerUL {
  display: inline-block;
  list-style: none;
  font-size: 20px;
  color: white;
  padding-left: 20px;
}

#header {
  width: 100%;
  height: 120px;
  border: 1px solid blue;
  /* background-image: url("night.jpg");
background-repeat: no-repeat         */
}

.tab {
  overflow: hidden;
  width: 100%;
  border: 1px solid #ccc;
  /* background-color: #f1f1f1; */
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  /* float: left; */
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 16px;
  transition: 0.3s;
  font-size: 16px;
  width: 100px;
  border: 2px solid #ccc;
  display: inline;
}

/* Change background color of buttons on hover */
.tabs:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tabs.active {
  background-color: rgb(255, 229, 204);
  color: rgb(245, 112, 4);
}

#insert {
  margin: 0 auto;
  width: 90%;
}


#myForm input[type="text"] {
  padding-left: 8px;
  height: 30px;
  width: 210px;
  font-size: 15px;
  color: darkblue;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.514);
}

#myForm input[type="submit"] {
  width: 65px;
  height: 30px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.514);
}

#myForm select {
  width: 50px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.514);
}

.fa {
  font-size: 22px;
  margin-right: 5px;
}

.city {

  height: 25px;
  border: 1px solid;
  width: 100%;
  border: none;
}

.tabs {
  padding-top: 15px;
  cursor: pointer;
}

#hour {
  float: right;
}

#mainmenu {
  height: 100%;
  width: 0;
  transition: 0.5s;
  position: fixed;
}

#mainNav {
  height: 570px;
  width: 0;
  transition: 0.5s;
  position: fixed;
  z-index: 5;
  overflow-x: hidden;
  background: white;
}

.mainNav ul {
  width: 360px;
  height: 400px;
  list-style: none;
  padding-left: 20px;
  font-size: 1.2em;
  border: 2px solid white;
  text-align: left;
}

.mainNav ul li {
  height: 2.0em;
  position: relative;
  padding-top: .3em;
  padding-left: .2em;
}

#menu1 {
  float: left;
}

#cancel {
  position: absolute;
  top: 10px;
  right: 50px;
  color: red;

}

#inputCB,
input[name="choice"] {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}

.label {
  display: inline-block;
  width: 100px;
  text-align: left;
}

.clearAll {
  cursor: pointer;
  text-decoration: underline;
}

.myButton {
  width: 80px;
  height: 40px;
  margin-right: 40px;
}

.closebtn {
  position: absolute;
  top: 20px;
  right: 70px;
  font-size: 40px;
  z-index: 10;
}

.inside {
  border: 5px dashed lightgray;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 414px) {
  #container {
    width: 100%;
  }
}