@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,700&display=swap');

.topnav {
    background-color: white;
    overflow: hidden;
    box-shadow: 0 0 10px gray;
    border-radius: 20px;
    width: 75%;
    height: 30%;
    margin: 0;
    border: 10%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: rgba(0, 183, 255, 0.89);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
    
  .topnav .icon {
    display: none;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }
  
  .dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: rgba(0, 183, 255, 0.89);
    padding: 14px 16px;
    background-color: inherit;
    /* font-family: inherit; */
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    overflow-y: scroll;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    height: 50%;
    
  }
  
  .dropdown-content a {
    float: none;
    color: rgb(0, 132, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .topnav a:hover, .dropdown:hover .dropbtn {
    background-color: rgba(0, 183, 255, 0.4);
    color: rgba(0, 183, 255, 0.89);
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
    color: rgba(0, 183, 255, 0.89);
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }
  }

#logo1 {
    width: 10%;
    float: right;
}

#logo2 {
    width: 15%;
    float: right;
    padding-top: 1%;
}

body {
    background-color: rgba(0, 183, 255, 0.89);
}

#gif1 {
    padding-right: 60%;
    width: 35%;
}

#card {
    width: 95%;
    text-align: center;
    border: 5px solid black; 
    padding: 1%;
    font-size: medium;    
    background-color: rgb(34, 202, 34);
    font-family: 'Open Sans', sans-serif;
    color: white;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

@media (max-width: 800px) {
  #card {
    font-size: 14px;
  }
  #logo1, #logo2 {
    width: 20%;
  }
  #logo2 {
    margin-top: 2%;
  }
  #gif1 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

@media (max-width: 1030px) {
  #card {
    font-size: 24px;
    width: 95%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  #logo1, #logo2 {
    width: 20%;
  }
  #logo2 {
    margin-top: 2%;
  }
  /* #gif1 {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    padding-right: 0;
    margin-bottom: 30%;
  } */
}

@media (max-width: 600px) {
  #card {
    font-size: 12px;
  }
  #logo1, #logo2 {
    width: 20%;
  }
  #logo2 {
    margin-top: 2%;
  }
  #gif1 {
    width: 50%;
    margin-left: 25%;
    margin-right: 0;
    padding-right: 0;
  }
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 50%;
  height: 40%;
  float: right;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.allpic {
  height: 650px;
  width: 100%;
  background-image: url('../img/Earth\ GIF.gif');
  color: white;
  background-repeat: no-repeat;
  background-size: 50%;
  margin-top: 10%;
}

.slidIMG {
  border: 2px solid black;
  margin-left: 50%;
  margin-top: 30%;
}

#img1 {
  margin-right: 1%;
}

@media (max-width: 1030px) {
  #img1, #img2, #img3, #img4 {
    margin-left: 75%;
  }
}

@media (max-width: 800px) {
  .allpic {
    background-size: 55%;
    height: 350px;
  }
}

@media (max-width: 700px) {
  .allpic {
    height: 200px;
  }
}

