*{
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%;
    margin: 0;
  }

.main {
    /* The image used */
    background-image: url("images/TGB GF - ORIGINAL.jpg");
  
    /* Full height */
    height: 100%; 
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .navbar{
    width: 1200px;
    height: 75px;
    margin: auto;
  }

  .icon{
    width: 300px;
    float: left;
    height: 70px;
  }

  .company-logo{
    
   
    padding-left: 20px;
    float: left;
    padding-top: 10px;
  }

  .menu{
    width: 700px;
    height: 70px;
    float: left;
  }

  ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
  }

  ul li a{
    color: #000080;
    text-decoration: none;
    font-family: Helvetica;
    font-weight: bold;
    transition: 0.4s ease-in-out;
  }

  ul li a:hover{
    color: #ffffff;
  }

  .box{

    width: 900px;
    height: auto;
    margin: auto;
    background-color: #000000;
    border-radius: 10px;
    opacity: 0.85;
  }

  .content{
    width: 800px;
    height: auto;
    margin: auto;
    color: #ffffff;
    
    
  }

  .content .par{
   padding-left: 20px;
   padding-right: 20px;
   font-family: Arian;
   color: #ffffff;
   letter-spacing: 1.2px;
   line-height: 30px;


  }

  .content h1{
    font-family: Arial;
    font-size: 40px;
    margin-top: 9%;
  }

  .content .cn{
    width: 160px;
    height: 40px;
    background: #000080;
    color: #ffffff;
    border: none;
    margin-bottom: 10px;
    margin-left: 630px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
  }

  .content .cn a{
    text-decoration: none;
    color: #ffffff;
    transition: 3s ease;

  }

  .cn:hover{
    background-color: #d52b1e;
  }

  .footer{
    width: 1200px;
    background: #ffffff;
    padding: 10px;
    text-align: center;
  }

  .footer h2{
    color: #000000;
    font-size: 12px;
  }