﻿

  body  {
      
    background-image: url(img/bg-pattern.png);
        
          }
   
          figure{
           text-align: center;
           width:70%;
           margin-top:5%;
           margin-left: 16%;
         
         }   
           
         figcaption{
           
         font-size: 1.8em;font-weight: bold;
         color: #fffefe;
         
         }
         


         .logo1
         { 
          position : absolute;
            bottom : 5%;
            left : 40%;
        
         }
         
         .logo2 
         {
          position : absolute;
          bottom : 5%;
          left : 60%;
        
          }
         
         .logo3 
         {
          position : absolute;
          bottom : 5%;
          left : 50%;
         }
   

        @media only screen and (max-width:600px){
        body  {
      
        background-image: url(img/bg-pattern.png);
        
          }
   
          figure{
           text-align: center;
           width:170%;
           margin-top:8%;
           margin-left: -35%;
         
         }   
           
         figcaption{
           
         font-size: 1.8em;font-weight: bold;
         color: #fffefe;
         
         }
        
        
          
        
        .logo2 
        {
        position : absolute;
        bottom : 30%;
        left : 80%;
        
        }
        
        .logo3 
        {
        position : absolute;
        bottom : 30%;
        left : 44%;
        }
        
      }
