
body {
    margin: 0;
    padding:0;
    font-family: 'Lucida Sans';
}
/*-- nav --*/
.header {
  width: 200px;
  margin: 0 auto;
}

header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: 11px 0;
}


.title {
  text-align: center;
  font-size: 3em;
  margin: 0;
  flex-basis: 100%;

}

#newsArticles img {
  max-width: 100%;
  height: auto;
}


h1 {
  font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
  display: inline;
  margin: 0;
  border-left-width: 5px;
  border-left-style: solid;
  border-color: lightgray;
}


.selectBar {
  width: 200px;
  margin: 0 auto;
}

/* Media Queries */
@media screen and (min-width: 768px) {
  .header {
    justify-content: flex-start;
  }

  .title {
    flex-basis: auto;
    margin-right: 20px;
  }

}


/*-- main --*/

#map {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}

#map:active {
  cursor: grabbing;
}


.col {
  text-align: center;
  margin: auto;
}

table {
  margin: auto;
  table-layout: fixed;
  width: 100%;
}

.table-entry {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
  align-items: center;
  padding: 0.5rem 0;
}

.table-entry .label {
  display: flex;
  align-items: center;
}

.table-entry i {
  margin-right: 0.5rem;
}
.custom-striped tbody tr:nth-child(odd) {
  background-color: #f8f9fa;
}


.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(6, 93, 156);
  border-top-width: 25px;
  border-color: lightgrey;
  font-weight: bold;
  text-align: center;
  font-size: 1.25em;
}
/* styling the modal headers */
.modal-header {
  background-color: rgb(6, 93, 156);
  color: white;
  border-bottom: none;
}

/* top news footer styling */
.modal-footer.customized-footer {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}


.button-container {
  flex: 1;
  margin: 0 5px;
  padding: 0 10px;
}

.close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  /*text-shadow: 0 1px 0 #fff;*/
  opacity: .5;
  margin-right: 20px;
}


thead {
  text-align: center;
  background: lightblue;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}


.countryInfo th {
    text-align: center;
    color: lightgray
}

thead {
    text-align: center;
    background: lightblue;
}

.countryInfo th {
    text-align: left;
}

.countryInfo td {
  text-align: right;
}

#countryFlag {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  display: block;
  margin-bottom: -20px;
}

.weatherHead {
  background-color: wheat !important;
}

.weatherTable td {
  text-align: center;
}

 
.weatherbground{
  background-color: lightskyblue !important;
  border-radius: 100%;
}

.input_container {
  display: flex;
}
.wide {
  width: 100%;
}
.left,
.right {
  flex: 1 0 auto;
}





