body{
      font-family: arial, verdana, serif, sans-serif; 
      border: 2px solid #665544;
      background-color: powderblue;}

         
        /*PAGE MAIN HEADERS (MAIN & SUB): J3 GLOBAL I.T. SOLUTIONS:
         NOTE: <h1> and <h2> Main heading and sub heading must never be inside the <head> 
         element.  These main and sub headings should be inside the <body> element AND 
         never with a <div> element*/     

            

        /*MAING PAGE - COMPANY LOGO - ON THE PAGE FAR LEFT*/
       .j3globallogo {
                       float: left;
                       margin-top: 10px;
                       margin-left: 20px;}

        /*GROUP PICTURE ON THE FAR RIGHT*/
        .align_right {
                      float: right;
                      margin-right: 40px;
                      margin-top: 10px;}

         /* MAIN AND SUB HEADINGS */
              h3 {
                    margin-top: 30px;
                    text-align: center;}
              h4{
                  margin-top: 3px;
                  text-align: center;}
      
       /* THIS IS THE NAVIGATION LINKS*/

        /* MAIN PAGE HEADING */
        .aboutuspagehdr {
                         margin-top: auto;
                         text-align: center;
                         text-decoration: underline;}
        /* MAIN PAGE CONTENT */

        .aboutustext{
           display: flex;
           padding: 10px;
        }

         .paragraph-1{
                      margin-left: auto;
                      margin-top: 10px;
                      margin-right: 10px;
                      flex-wrap: wrap;
                    }

        .paragraph-2{
                      margin-left: auto;
                      margin-top: 10px;
                      margin-right: 10px;
                      flex-wrap: wrap;
                    }
       
        /* HOME URL  */
        .gohome{
                margin-left: 10px;
            }

    /*NAVIGATION: */   
    .navitems {
      text-align: center;
      text-decoration: underline;
      margin-bottom: auto;
     }  

    .navitems:hover{
       color: yellow;
     }
      

        /*FOOTER*/
             footer {
                     text-align: center;
                     top: 5px;
                     height: 40px;
                     width: auto 0px;
                     position: relative;}

                    