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*/

          /* MAIN PAGE HEADING AND SUB HEADING  */
              h3 {
                  text-align: center;
                  margin-left: 20px;
                  margin-top: 10px;
                 } 
              h4 {
                  text-align: center;
                  margin-top: 10px;
                  }   

        /*COMPANY LOGO ON FAR LEFT*/
        .j3globallogo {
                       float: left;
                       margin-top: 10px;
                       margin-left: 20px;}
       /* GROUP PICTURE ON FAR RIGHT */
        .align_right {
                      float: right;
                      margin-right: 40px;
                      margin-top: 10px;}
       
       /* THIS IS THE NAVIGATION LINKS*/
        .nav{
             text-align: center;}

       /* PAGE HEADING */
        .whatwedohdr {
                      text-align: center;
                      margin-top: 5px;
                      text-decoration: underline;}

      /*MAIN PAGE CONTENT */
      .whatwedo{
        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 LINK */
        .gohome{
                margin-left: 10px;}

        /*NAVIGATION: */   
        .navitems {
            text-align: center;
            text-decoration: underline;
        }  

.navitems:hover{
   color: yellow;
}


       /*FOOTER*/
       footer {
           text-align: center;
           top: 5px;
           height: 40px;
           width: auto 0px;
           position: relative;}

       
                    