/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;

  }
  
    ul {
  list-style-type: none;
  margin: 0;
  padding: 0;

  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  h1{
    color: black;
    text-shadow: 2px 2px 4px #999999;
  background-image: url("img/bg.jpeg");
  }

  

/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;

    }

    .container {
      width: 989px;
      margin: 0 auto;
    }

    .footer {
      text-align: center;
    }

    .snhulogo {
      transform: rotate(90deg);
      position: absolute;
      right: 0px;
      bottom: 0px;
    }

    .banneritem{
      width: 50px;
      height: 50px;

      background-color: white;
    }

    /* Add a black background color to the top navigation */
    .topnav {
      
        overflow: hidden;
    }

    /* Style the links inside the navigation bar */
    .topnav a {
        float: left;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }
    /* Change the color of links on hover */
    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }

    /* Add a color to the active/current link */
    .topnav a.active {
        background-color: #4CAF50;
        color: white;
    }

    .downloadBtn{
       background-color: #4CAF50; /* Green */
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: flex;
        font-size: 16px;
        border-radius: 8px;
        justify-content: center;
        margin: auto;

    }
