.navbar{
    background-color: rgb(147, 197, 177);    
    background-image: linear-gradient(rgb(147, 197, 177),rgb(190,220,208),white);
    position: fixed;
    top: 0%;
    width: 100%;
}
.navbar li{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding-right: 1em;
    font-size: 1.5pc;
}
.navbar a{
    color:white;
    text-shadow: 1px 1px rgb(70, 130, 106);
    font-weight:900;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.navbar-logo{
display: inline-block;
width: 40px;
}

.dropdown-button {
    background-color:unset;
    color: white;
    padding: 7px;
    font-size: 100%;
    text-shadow: 1px 1px rgb(70, 130, 106);
    font-weight:900;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: none;
  }

.dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(215,234,226);
    min-width: 160px;
    width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-content a {
    color:white;
    text-shadow: 1px 1px rgb(70, 130, 106);
    font-weight:900;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  /* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/


/*MAIN PAGE Title*/
.links{
  color:#0000EE
}

.banner{
   padding-top: 4%;
   color: #002466;
   font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   font-size: 200%;
   text-transform: uppercase;
   text-align: center;
}

#git-code-link{
color: #6f42c1;
}

/* Quiz section */
#question-row{
  display:block;
}

#your-results-row{
  display:block;
}

  .table-1 {
    background-color: rgb(215,234,226);
    padding: 1% 1%;
    margin-top: 25px;
    margin-left: 5%;
    table-layout: auto;
    width: 90%;
    text-transform: uppercase;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  
  .table-1 td {
    text-align: left;
    color:#002466;
    text-shadow: black;
    font-size: 120%;
    font-weight: 600;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: initial;
    padding:0.5%;
 }

 #check-icon{
  color: green;
  text-align: right;
  display:none;
 }

 #result{
  color: grey;
  font-style: italic;
  font-size: 15px;
  padding-left: 5%;
 }


 .quiz-button{
  background-color:rgb(141, 194, 173);
  color: white;
  font-size: 100%;
  text-shadow: 1px 1px rgb(70, 130, 106);
  font-weight:900;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  border: none;
}

.quiz-button:hover{
  background-color: rgb(90, 167, 136);
  color:  #002466;
  }

  #show-array, #show-rand-array{
    color:white;
  }
  
#earth-face-container{
    position: relative;
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: auto;
}

#earth-face{
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#code-pen-snip{
  position: relative;
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: auto;
 }

/*FOOTER*/
#footer{
    background-color:#002466;
    background-image: linear-gradient(white,rgb(49,121,255),rgb(0, 36, 102));
    margin-top: 100px;
    width: 100%;
    padding-bottom: 1%;
    padding-top: 2%;
}
#footer-text{
    margin-left: 5%
}
h4{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color:lightcyan;
    font-size: 100%;
    display: inline;
    margin-right: 2em;
}
a{
    color: aliceblue;
    text-decoration:none;
}
@media screen and (max-width: 900px) {
    .banner {
        width: 90%;
        font-size:120%;	
        padding-top: 20%;
        }
}

