html {
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    }
    body {
      margin: 0;
      padding: 0;
      width: 100%;
      max-width: 1920px;
      background-color: #000;
      background-image: url(https://mcusercontent.com/5837b6cf0f3b0343d2fb0a906/images/8533da43-1115-163c-cb66-c309d86b98b1.png);
      background-position:center ;
      background-repeat: no-repeat;
      background-size: cover;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
    }
    img {
      display: inline-block;
    }
    main {
      width: 100%;
      max-width: auto;
      margin-left: auto;
      margin-right: auto;
      
    }
    header {
      padding-top: 10px;
      padding-bottom: 20px;
      margin-bottom: 10px;
      width: auto;
      background-color: #161616;
      border: 3px solid #daa520;
    }
    h1 {
      color: #daa520;
      font-family: 'Merriweather', serif;
      font-size: 24px;
      line-height: 40px;
      text-align: center;
    }
    h2 {
      color: #daa520;
      font-family: 'Merriweather', serif;
      font-size: 24px;
      padding-top: 20px;
      text-align: center;
    }
    h3 {
      color: #daa520;
      font-family: 'Merriweather', serif;
      font-size: 24px;
    }
    p {
      color: #daa520;
      font-family: 'Merriweather', serif;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      line-height: 24px;
    }
    article p {
      margin-top: 0;
      margin-bottom:15px;
    }
    footer {
      width: 100%;
      max-width: 1360px;
      margin-left: auto;
      margin-right: auto;
    }
    .container {
      width:100%;
      max-width: 1360px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }
    /* .content {
      display: block;
      padding: 30px;
    } */
    .back {
      color: #daa520;
      font-family: 'Merriweather', serif;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      line-height: 24px;
    }
    .bgcolor {
      background-image: none;
      background-color: #161616;
    }
    figcaption {
      color: #ffffff;
    }
    .email-style {
      color: #ffffff;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 22px;
    }
    
  
      /* END OF GENERAL STYLE ****************************************************************************************************/
    
    a:link {
      color: #daa520;
      text-decoration: none;
    }
     nav a:visited {
      color: #ff0000;
    }
     a:hover {
      color: #daa520;
      text-decoration: underline;
    }
    a:focus {
      color: #daa520;
      outline: none;
    }
    nav a:active {
      text-decoration: none;
      font-weight: bold;
    }
     nav {
     text-align: center;
     text-transform: uppercase;
     font-size: 24px;
      height: 50px;
      background-color: #26303b;
      border: 3px solid #daa520;
      margin-bottom: 0px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0px;
      width: auto;
     }
    nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0; 
    }
     nav li {
      display: inline-block;
      padding: 20px 18px;
    }
    

  
      /*  END of NAV STYLES*********************************************************** */
     
    .container {
      width:auto;
      max-width: auto;
      text-align: center;
    }
    .content-email {
      display: inline-block;
      padding: 30px;
    }
    .content-email img {
     border-radius: 20px 20px;
    }
   
    .content-lan {
      display: inline-block;
      padding: 30px;
    }
    .content-lan img {
      border-radius: 20px 20px;
    }

    .content-psd {
      display: inline-block;
      padding: 30px;
    }
    .content-psd img {
      border-radius: 20px 20px;
    }
    
  
   /* ****************************************************Media Queries****************************************************** */
  
    @media ( max-width: 1200px){
      nav {
         height: auto;
         width: auto;
        }
        .content-email img {
          width: 170px;
          height: 504px;
        }
        .content-lan img {
          width: 810px;
          height: 854px;
        }
        .content-psd img {
         width: 234px;
         height: 234px;
        }
    }

    @media ( max-width: 600px){
      .content-email img {
        width: 100%;
        height: auto;
      }
      .content-lan img {
        width: 100%;
        height: auto;
      }
      .content-psd img {
        width: 100%;
        height: auto;
       }
    }

   @media (max-width: 1360px) {
    .container {
      width: auto;
      height: auto;
    }
    
   }

/* BEGINNING OF MIN_WIDTH MEDIA ****************************************************************************************/



   @media (min-width: 1440px){
    header {
      height: auto;
      max-width: auto;
    }
   
    nav {
    font-size: 28px;
    height: auto;
    width: 100%;
    max-width: auto;
    }
    p {
      font-size: 30px;
      line-height: 26px;
    }
   
  .container {
      width:100%;
      max-width: auto;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }
    .content-email {
      display: inline-block;
      padding: 59px;
    }
    .content-lan {
      display: inline-block;
      padding-top: 20px;
    }
    .content-psd {
      display: inline-block;
      padding: 30px 100px;
    }
    .content-email img {
      width: 252px;
      height: 1200px;
    }
    .content-lan img {
      width: 800px;
      height: 800px;
    }
    .content-psd {
      width: 470px;
      height: 400px;
     }
    
  }






  