
<style>


<!-- New style-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/stylesheet1.css">
body, html {
  height: 100%;
  font-family: "Inconsolata", sans-serif;
}

.bgimg {
  background-position: center;
  background-size: cover;
  background-image: url("slide1.jpg");
  min-height: 75%;
}
.bgimga {
  background-position: center;
  background-size:cover ;
  padding: 0px 30px 0px 30px;
  background-image: url("img/afpicon3.jpg");
  min-height: 65%;
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}

.topnav {
overflow: hidden;
background-color: #003a43;
}

.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 16px;
}

.topnav a:hover {
background-color: #2592C8;
color: black;
}

.active {
background-color: #4CAF50;
color: white;
}

.topnav .icon {
display: none;
}

@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
  float: right;
  display: block;
}
.bgimga {
  background-position: center;
  background-size:contain;
  background-image: url("img/afpicon2.jpg");
  min-height: 25%;
}
}




@media screen and (max-width: 600px) {
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
  position: absolute;
  right: 0;
  top: 0;
}
.topnav.responsive a {
  float: none;
  display: block;
  text-align: left;
}
}

    .bottom {
        width: 100%;
        display: block;
        position: relative;
        background-color: #e6ccff;
        background-image: linear-gradient(#00454f,#006675, #00a8c1);
        border-bottom-width: 20px;
        border-bottom-color: #1a0033;
        border-bottom-style: solid;
        border-top-width: 1px;
        border-top-color: #1a0033;
        border-top-style: solid;
        color: white;
        font-size: 18px;
        text-align: center;+
    }
    .bottom a {
        color: white;
        font-size: 18px;
    }

    .bottom active {
        color: red;
    }
       #img1 {
      display: block;
      float: left;
        margin-left: auto;
        margin-right: auto;
        width: 28%;


        table#t01 {
            width: 100%;
          border-collapse: collapse;
            }

    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
    }

    .topnav {
      overflow: hidden;
      background-color: #003a43;
    }

    .topnav a {
      float: left;
      display: block;
      color: #f2f2f2;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 13px;
    }

    .topnav a:hover {
      background-color: #2592C8;
      color: black;
    }

    .active {
      background-color: #4CAF50;
      color: white;
    }

    .topnav .icon {
      display: none;
    }

    @media screen and (max-width: 600px) {
      .topnav a:not(:first-child) {display: none;}
      .topnav a.icon {
        float: right;
        display: block;
      }
    }

    @media screen and (max-width: 600px) {
      .topnav.responsive {position: relative;}
      .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
      }
      .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
      }
    }

</style>
