

    /* Gray sections */
    #banner{
        background-color:#454545;
        color:white;
        font-family: 'Raleway', sans-serif;
        text-align: center;
        font-size:1em;
        padding: 10px 20%;
      }

      #banner a:link{
        color:white;
        text-decoration: none;
      }

      
      #banner a:visited{
        color:white;
        text-decoration: none;
      }