@charset "UTF-8";
/* CSS Document */
/* Tom Hunter Photography © */



/* TOP OF PAGE */


#toppage {
    z-index: 7;
    min-height: 50px;
    right: 60px;
    position: fixed;
    bottom: 0;
    margin-bottom: 60px;
    height: 80px;
    width: 80px;

    margin-right: 0px;
    clear: both;
    background-image: url(text/top80wht.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #044C78;
}

.shadow_pic4left {
    -moz-box-shadow: -4px 4px 6px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: -4px 4px 6px rgba(0, 0, 0, 0.4);
    box-shadow: -4px 4px 6px rgba(0, 0, 0, 0.4);
}

.borderradius_left {
    -webkit-border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
}

html {
    scroll-behavior: smooth;
}

