body {
    margin: 0;
    padding: 0;
	background-color:#2a9d8f;
	
   /* background-color: grey;*/
    /*background: lightblue url("background.png");*/
    background-size: cover;
    height: 160%;
}



/*html { 
  background: url(falconheavy.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

/*ul {
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
}

a {
display: inline-block;
width: 80px;
background-color: #dddddd;
text-align: center; 
}

li {
width: 100px;
margin: auto;
display: inline;
}

p { 
clear: both; 
margin: 10px 5px;
text-align: center; 
background-color: yellow;
}*/
.logo {
  margin-right: 20px;
  /*! font-size: 20px; */
  font-weight: bold;
  display: flx;
  /*adding: 14px 16px;*/
  /*! padding: 14px 16px; */
  margin-left: 10px;
}

img {
 border-radius:20px;
 max-width: 100%;
 min-width: 300px;
 height: auto;
}


p.misson{
  text-align: center;
}

.rocket {
  text-align: center;
  margin-bottom: 10px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color:#264653;
  /*background-color: #333;*/
  font-family: 'Roboto Flex', sans-serif;
  display: flex;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  /*! font-size: 20px; */
}

li a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #04AA6D;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  background-color: white;
}




td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  border-radius: 10px;
  font-family: 'Roboto Flex', sans-serif;
}

/*tr:nth-child(even) {
  background-color: #dddddd;
}*/

.pastrockets {
  width: 60%;
  margin: auto;
  padding-bottom: 100px;
}

.rocketlaunches {
  width: 60%;
  margin: auto;
  font-family: 'Roboto Flex', sans-serif;
}

.icons{
  display: inline-block;
}
.footer {
   font-family: 'Roboto Flex', sans-serif;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color:#264653;
   /*background-color:#333; */
  /* background-color: orange; */
   color: white;
   text-align: center;
  
}








.missions{
  margin: auto;
  background-color: lightgreen;
  width: 600px;
  height: 100px;
  text-align: center;
}

/*p{
  font-family: 'Bebas Neue', cursive;
}*/

a {
  text-decoration: none;
}

.pastm {
 /* background-color: lightgrey;*/
  margin: auto;
  width: 50%;
  height: 50%;
}

.pastmisson {
  margin-bottom: 10px;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 60%;
  border: none;
 /* text-align: left;
  outline: none;
  font-size: 15px;*/
  display: block;
margin-left: auto;
margin-right: auto;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  margin: auto;
  width: 60%;
}

.box {
  margin: auto;
}

#portests1{

}


.showorocketlaunch {
    text-align:center;
    margin-top:10px;
}






button {
background-color: orange;
border: none;
font-size: 16px;
color: white;
padding: 15px 32px;
}

/*button:hover {*/
/*  background-color: #4CAF50;*/
/*  color: white;*/
/*}*/


table {
  font-family: arial, sans-serif;
border-collapse: collapse;
width: 60%;
background-color: white;
margin: auto;
}

@media only screen and (max-width: 600px) {
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 90%;
  background-color: white;
}
}

.contact {
  margin:auto;
  height: 600px;
  width: 600px;
  background-color: white;
  margin-top:20px;
  padding-top:10px;
}

.form-input {
  text-align: center;
  margin-bottom: 10px;
}

.fa-solid.fa-rocket {
  margin-left: 24px;
}
.fa-circle-exclamation {
  margin-left: 20px;
}



p.apidatafont{
  text-align: center;
  font-family: 'Roboto Flex', sans-serif;
}
h3.uplaunchnext {
  text-align: center;
}


.btn {
    display: block;
    margin: 0 auto;
}
.launchrocketstatus {
  /*  background-color:grey;*/
    width:36%;
    margin:auto;
    margin-bottom: 10px;
}


.rocketstatusbar {
    display: inline-block;
    text-align: center;
    width: 103%;
    border-radius: 10px;
    background-color: #238c7f;
    font-family: 'Roboto Flex', sans-serif;

  }
  .rocketstatusbar p {
   display: inline-block;
    width: 20%; /* set the width to 1/6th of the container */
    box-sizing: border-box; /* include padding and border in width calculation */
    padding: 10px; /* add some padding */
    text-align:center;
    font-family: 'Roboto Flex', sans-serif;
  }

/*  @media only screen and (max-width: 600px) {
.rocketstatusbar {
    display: inline-block;
    text-align: center;
    width: 82%;
    border-radius: 10px;
    background-color: #238c7f;

  }
}

@media only screen and (max-width: 600px) {
.rocketstatusbar p {
   display: inline-block;
    width: 103%; /* set the width to 1/6th of the container */
    /*box-sizing: border-box;*/ /* include padding and border in width calculation */
   /* padding: 10px; *//* add some padding */
  /*  text-align:center;*/
 /* }*/
/*}*/


@media only screen and (max-width: 600px) {
.rocketstatusbar {
  display: inline-block;
  text-align: center;
  width: 471px;
  border-radius: 10px;
  background-color: #238c7f;
  font-family: 'Roboto Flex', sans-serif;
}
}


@media only screen and (max-width: 600px) {
.launchrocketstatus {
  width: 448px;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 10px;

  font-family: 'Roboto Flex', sans-serif;
}
}































