@import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");

/* || COLORS || */





/* || RESET || */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* || Utility CLASSES STYLES || */


/* || GENERAL STYLES || */
html {
    scroll-behavior: smooth;
}

body {
    font: 1.5rem "Nunito", sans-serif;
    min-height: 100vh;
    background-color: #475569;
    background-image: url(img/stars-1837306_1280.jpg);
    display: flex;
    flex-direction: column;
}

.title {
    margin: 1rem .5rem;
    color: aqua;

    text-align: center;
    font-weight: 500px;
}

.background {
    background-image: url(img/stars-1837306_1280.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
 
}

.time{
    font-size: 1.2rem;
    font-weight: 400px;
    margin: 0;
    color: aqua;
    text-align: center;
}

#position {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400px;
    position: sticky;
    margin: 0.5rem;
    color: aqua;
    bottom: 0;
}

#test {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400px;
    color: aqua;
    text-align: center;
}

/* #dataList {
   
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400px;
  color: aqua;
  text-align: center;
} */

#myPlot {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: slategrey;
    opacity: .8;
    width:1200px;
    height:620px
}

#bottom {
    /* position: sticky; */
    text-align: center;
    margin: 1rem;
    color: aqua;
    bottom: 0;
}

.iss {
    margin: 10px;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    background-image:url(img/maps/mercator_map.crop.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position:center;
}

/* svg {
  height: 400;
  width: 600;
} */

/* #plot {
    stroke: red;
    stroke-width: 3px;
    fill: "none";
} */

svg:nth-child(1) {
  fill: "black"
}

/* title {
  background-color:orange;
} */

#tooltip {
  visibility: hidden;
  position: absolute;
  opacity: 0.8;
  padding: 10px;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #ecf0f1;
  font-size: 14px;
}

@media screen and (min-width: 650px) {
  #myplot {
    background-color: green;
  }}


  #tooltip {
    visibility: hidden;
    position: absolute;
    opacity: 0.8;
    width: 240px;
    padding: 10px;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
    background-color: #bdc3c7;
    font-size: 14px
}

#myPlot circle:first-child {
    fill: purple;
}


#myPlot circle:last-child {
    fill: black;
}