/*- Under the Footer */

                                        section {margin:0; padding:18px 36px 18px 36px; background-color:#1c2841; color:#D7DBEF; font-size:0.9em;}

                                 section a:link {color:white; text-decoration:underline;}
                                section a:hover {color:white; text-decoration:none;}
                              section a:visited {color:white; text-decoration:none;}

                       section div:nth-child(1) {display:inline-block; width:49%;}
                       section div:nth-child(2) {display:inline-block; width:49%; text-align:right;}

                                                 /*- Mobile Adjustment */
@media only screen and (max-device-width:740px) {
                                        section {padding:18px;}  
                       section div:nth-child(1) {display:block; width:100%;}
                       section div:nth-child(2) {margin:0; padding:0; display:block; width:100%; text-align:left;}}

                                                 /*- Desktop Adjustment */
       @media only screen and (max-width:740px) {
                                        section {padding:18px;}  
                       section div:nth-child(1) {display:block; width:100%;}
                       section div:nth-child(2) {margin:0; padding:0; display:block; width:100%; text-align:left;}}


/*- Media Notes */
/*- TOP LINE, max-device-width, mobile devices. */
/*- BOTTOM LINE, max-width, computer monitors. */
