  /* Style the body */
body{
    background-color: transparent;
    background-image:  url("images/pic2.jpg");
    align-items: center;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: top; 
    color: #000000;
    width: 100%;
    align-items: center;
    margin: auto;
    image-resolution:inherit;
}

  /* Tabel style */
table {
    font-family: arial, sans-serif;
    border-collapse:collapse;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  

  /* Tabel style */
  td, th {
    border: 1px solid #dcecec00;
    text-align: left;
    padding: 15px;
    font-size: 20px;
  }
  
    /* Tabel style even row */
  tr:nth-child(even) {
    background-color: #2e66e0;
    color: #ffffff;
  }

    /* Tabel style odd row*/
  tr:nth-child(odd) {
    background-color: #ffffff;
  }

    /* Header style */
  h1{
      font-size: 75px;
      color: #ffffff;
      text-align: center;
      letter-spacing: 20px;
      font-variant: small-caps;
    

  }

   /* Header style */
h2{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 55px;
    color: #ffffff;
    text-align: center;
    background-color:#1a7ee9;
    margin:0px;
    margin-top: 20px;
    padding: 0px;
    line-height: 60px;
}

 /* Header style */
h3{
    font-variant: small-caps;
    font-size: 55px;
    text-align: center;
    background-color: #2e66e0;
    color: #ffffff;
    line-height: 75px;
    margin-bottom: 0px;
    text-shadow: 2px 2px #1a7ee9;
}

 /* Header style */
h4{
  font-variant: small-caps;
  font-size: 55px;
  text-align: center;
  background-color: #2e66e0;
  color: #ffffff;
  line-height: 75px;
  margin-bottom: 0px;
  margin-top: 10px;
  text-shadow: 2px 2px #080235;
}


 /* image style */
img{
    border-color: rgb(255, 255, 255);
    border-style: double;
    border-radius: 40px;
    height: 300px;
    width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

 /* image style */
.img2{
  border-color: rgb(255, 255, 255);
  border-style: double;
  border-radius: 40px;
  height: 350px;
  width: 650px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 50px;
}
 
 /* image style */
.img3{
  height: 100px;
  width: 90px;
  display: block;
  float: left;
}

 /* image style */
.img4{
  height: 100px;
  width: 90px;
  display: block;
  float: right;
}

/*navigation style */
.nav {
    background-color: rgb(255, 255, 255);
    overflow: auto;
    margin-bottom: 50px;
    width: 100%;

  }
  
  /*  navigation bar */
  .nav a {
    float:left;
    color: #2e66e0;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 17px;
    width: 23%;
    
  }
  
  /* Change the color of links on hover */
  .nav a:hover {
    background-color: #2e66e0;
    color: rgb(255, 255, 255);
  }
  
  /* Add a color to the active/current link */
  .nav a.active {
    background-color: #2e66e0;
    color: white;
  }


   /* bullet style */
  .b1 {
    list-style-image: url(images/bullet.jpg);
    background-color: transparent;
  }

   /* bullet style 2 */
  .b2 {
    list-style-image: url(images/bullet2.jpg);
  }

   /* unordered list style */
  ul {
    background: #2e66e0;
    padding: 20px;
    margin-left: 20px;
  }

  /* unordered list style */
  ul li {
    background: #011460; color: rgb(252, 252, 254);margin: 0px; padding: 8px; font-size: 30px;
  }

  /* ordered list style */
  ol {
    background: #2e66e0;
    padding: 20px;
    margin-left: 15px;
  }

  /* ordered list style */
  ol li {
    background: #2e66e0; color: #ffffff; font-size: 30px;
  }

  /* cursor style */
  .cursor{
    cursor:url("images/pointer.png"), pointer;
    background-color: transparent;
    background: transparent;
  }

/* block backgroung flag and text */
  #flag1{
    height: 250px;
    width: 1318px;
    background: rgb(255, 255, 255);
    display: block;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 50px;
    font-variant: small-caps;
    color: #1a7ee9;
    letter-spacing: 8px;
    }

    /* block background flag and text */
    #flag2{
    height: 250px;
    width: 1318px;
    background: rgb(255, 255, 255);
    display: block;
    color: #ffffff;
    font-size: 65px;
    font-variant: small-caps;
    }
    
        /* block background flag and text */
    #flag3{
    height: 250px;
    width: 1318px;
    background: rgb(255, 255, 255);
    font-variant: small-caps;
    font-size: 60px;
    display: block;
    color: #f40606;
    text-shadow: 2px 2px #2b2a2a;
    letter-spacing: 8px;
    }

        /*flag image */
    .flag {
      margin:100px;
      text-align:center;
      border: 1px solid black;
      }
  
          /* qoute style */
      #qoute {
        quotes: "'" "'";
        font-size: 50px;
        color:#1a7ee9;
        font-variant: small-caps;
        background-color: #ffffff;
      }

          /* paragraph style*/
      p{
        text-align: center;
        background-color: white;
        font-size: 35px;
        color: #1a7ee9;
      }

          /* footer paragraph style */
      .p2{
        text-align: center;
        background-color: white;
        font-size: 20px;
        color: #1a7ee9;
      }

   