/*
Theme Name: Divi Child Theme For NZULM
Theme URI: http://mysite.com/
Description: Custom child theme for PowerEx
Author: Simon Mahony
Author URI: http://avalon.net.nz/
Template: Divi
Version: 0.1
*/

.circular-image img {
    width: 140px;
    height: 140px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
}


.copyright_notice {
    text-align: center;        
}

