.navbar{
    background-color: rgb(147, 197, 177);    
    background-image: linear-gradient(#93c5b1,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;}


.banner{
   /*text properties*/
   color: #002466;
   font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   font-size: 200%;
   text-transform: uppercase;
   text-align: center;
   padding-top: 3%;
}
#earth-face{
    /*image properties*/
   	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.learning-points{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    color: #002466;
    font-size: 120%;
    text-transform: uppercase;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#list{
    list-style: square;
    text-transform: initial;
    font-family: Arial, Helvetica, sans-serif;
}
#laptop-image{
    float: right;
    width: 350px;
    
}
#footer{
    color:lightcyan;
    background-color:#002466;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 120%;
    margin-top: 100px;
    width: 100%;
}
a{
    color: aliceblue;
}
@media screen and (max-width: 900px) {
    #banner-shrink {
        width: 90%;
        font-size:100%;
        padding-top: 20%;	
        }
}
@media screen and (max-width: 900px) {
    #shrink-learning-points {
        width: 90%;
        font-size:90%;	
        }
}

@media screen and (max-width: 900px) {
    #laptop-image {
        width: 100px;
        }
}