<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
    text-align: justify;
    font-family: sans-serif;
    max-width: 100%;
    overflow-x: visisble !important;
    word-wrap: break-word;
        
}

#centered-container {
    margin: 0px auto;
    width: 90%;
    height: 100%;
}

#page-container {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index:2;
    position: relative;
    background-color: white;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.container-contact {
    width: 100%;
    height: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    line-height: 20px;
    z-index: 2;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

//--------------- top banner stuff start -----{}
.jumbotron {
    border-radius: 0px;
    margin: 0px;
    position: relative;
    z-index: 0;
    padding-bottom: 0.5%;
    padding-top: 0.5%;
}

@media screen {
.jumbotron .img {

    opacity: 0.7;
    background: url("/staff/conrad.goodwin/assets/img/topbar.webp");
    width: 100%;
    height: 6em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 45%;
    position: fixed;
    top: 0px;
    left: -0%;
    z-index: -1;
    }
}

//--------------- top banner stuff end -----{}


//--------------- menu stuff start -----{}
/* Add a black background color to the top navigation */
.topnav {
    background-color: #484747;
    display: inline-block;
    width: 100%;
    padding: 0px;
    font-size: 1rem;
    text-align: center;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: -3px;
    z-index: 1000;
}

/* Style the links inside the navigation bar */
.topnav a {
    display: inline-block;
    text-align: center;
    color: white;
    padding: 5px;
    text-decoration: none;
    font-size: 1.1rem;
    z-index: 1000;
}

/* Add an active class to highlight the current page */
.active {
    background-color: dimgray;

}

.topnav a:hover {
    color: black;
    text-decoration-line: none;
}

.topnav a:hover:not(.active) {
    color: #5f8fdc;
    text-decoration-line: none;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* When the screen is less than 670 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 670px) {
    .topnav a:not(.active) {
        display: none;
    }

    .topnav a.icon {
        position: absolute;
        padding: 8px;
        right: 2em;
        top: -0.3em;
        display: inline-block;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 670px) {
    .topnav.responsive {
        position: sticky;
    }

    .topnav.responsive a.icon {
        position: absolute;
        padding: 8px;
        right: 2em;
        top: -0.3em;
        display: inline-block;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: center;
    }
}

//--------------- menu stuff end -----{}


img.logo {
    height: auto;
    width: 100%;
    max-width: 8rem;
    object-fit: cover;
}

img.margin-lr {
    margin-left: 1%;
    margin-right: 1%;
    
}

img.outline {
    object-fit: cover;
    border: 1px solid black;
    border-radius: 5%;
    margin-left: 1%;
    margin-right: 1%;
}

img.group {
    width: 14rem;
    max-height: 15rem;
    object-fit: cover;
    border: 1px solid black;
    border-radius: 5%;
}

img.group_large {
    max-height: 20rem;
    max-width: 50%;
    object-fit: cover;
    object-position: center;
    border: 1px solid black;
    border-radius: 5%;
    margin-top: 1%;
}

img.long {
    width: 14rem;
    max-height: 20rem;
    object-fit: cover;
    border: 1px solid black;
    border-radius: 5%;
    
}

img.toc {
    max-height: 10rem;
    height:auto;
    max-width: 90%;
    object-fit: contain;
    vertical-align: top;
}

img.cover {
    max-height: 18rem;
    max-width: 90%;
    object-fit: contain;
    vertical-align: top;
}

row.group_photos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    
    
}

//--------------- font stuff start -----{}

hr.style1 {
    border-color: white;
    margin: 0px;
    height: 0.1px;
    z-index: 5;
}

hr.style2 {
    border-color: darkgrey;
    width: 75%;
    position: relative;
}

td.date {
    width: 8rem;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

td.content {
    text-align: left;
    vertical-align: middle;
    }

td.logo {
    max-width: 14rem;
    text-align: center;
    vertical-align: middle;
    }

li {
    margin-left: 0em;
    margin-bottom: 1em;
}

ul {
    list-style-type: disc;
    margin-left: 0em;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
}

ul,
ol,
dl {
    line-height: 1.5em;
    margin-bottom: 1rem;
    list-style-position: outside;
}

a {
    color: mediumblue;
    text-decoration: none;
}


a:hover {
    color: darkviolet;
    text-decoration: none;
    cursor: pointer;
}

a:mailto {
    color: darkviolet;
    text-decoration: none;
    cursor: pointer;
}

h7 {
    color: white;
    font-size: 2rem;
    text-shadow: 2px 2px 4px #000000;
}

h8 {
    color: white;
    font-size: 1rem;
    font-style: italic;
    text-shadow: 2px 2px 4px #000000;

}

p6 {
    color: darkslategray;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
}

p7 {
    color: darkslategray;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: italic;
    text-align: left;
}

p8 {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

p9 {
    color: gray;
    font-size: 0.7rem;
}

p10 {
    color: red;
    font-size: 0.7rem;
    font-weight: bold;

}

p11 {
    color: blue;
    font-size: 0.7rem;
    font-weight: bold;

}

p12 {
    color: #53afed;
    font-size: 0.7rem;
    font-weight: bold;
}

p13 {
    color: darkviolet;
    font-size: 0.7rem;
    font-weight: bold;
}

p13:hover {
    color: purple;
    text-decoration: underline;
    cursor: pointer;
}


p14 {
    color: #f5c333;
    font-size: 0.7rem;
    font-weight: bold;
}

p14:hover {
    color: goldenrod;
    text-decoration: underline;
    cursor: pointer;
}

p15 {
    color: gray;
    font-size: 0.6rem;
}

//--------------- font stuff end -----{}



//--------------- Twitter button -----{}

.twitter-button a:hover {
    color: white;
    text-decoration-line: none;
}

.twitter-follow-button, .twitter-follow-button:visited {
    background-color: #1b95e0;
    color: white;
    border-radius: 4px;
    height: 28px;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    padding: 8px 8px 8px 30px;
    text-decoration: none;
    background-image: url('/staff/conrad.goodwin/assets/img/twitter.webp');
    background-repeat: no-repeat;
    background-size: 16px 13px;
    background-position: 8px 10px;
}
.twitter-follow-button:hover {
    background-color: #0c7abf;

}

//Thanks to Pete Freitag (https://www.petefreitag.com/item/921.cfm - 2022-01-01 1530GMT)
//--------------- Twitter button end -----{}


.btn.btn-outline-secondary {
    font-size: 1.3rem;
    width: 10rem;
    text-align: center;
    background-color: dimgrey;
    color: white;
}

.btn.btn-outline-secondary:hover {
    background-color: white;
    color: #5f8fdc;

}

.btn.btn-outline-secondary:focus {
    color: #5f8fdc;
    text-decoration-line: none;
    background-color: white;
    
}</pre></body></html>