/*GENERAL*/
body {font-family: sans-serif;}

a:link {color:#e06900; text-decoration: none}   
a:visited {color:#e06900; text-decoration: none}   
a:hover {color:#e06900; text-decoration: underline} 

/*CLASS*/
.titletext_gill {font-family: Helvetica,Arial,sans-serif; font-size:16px; letter-spacing: 0.05rem; font-weight: bold; line-height: 1.5rem; color: #666666 }
.project_title {font-family: Helvetica,Arial,sans-serif; font-size:22px; letter-spacing: 0.0rem; font-weight: bold; line-height: 1.2rem; color: #454545 }
.project_date {font-family: Helvetica,Arial,sans-serif; font-size: 16px;  letter-spacing: 0.04rem; font-weight: lighter; line-height: 1.2rem; color: #898989; margin-left: 6px; }
.maintext_black {font-family: Helvetica,Arial, sans-serif; font-size:16px; font-weight: 400; line-height: 1.4rem; letter-spacing: 0.00rem; color: #3b3b3b } 
.maintext_grey {font-family: Helvetica,Arial, sans-serif;font-size:16px; font-weight: 400; line-height: 1.4rem; letter-spacing: 0.00rem; color: #828282 }
.maintext_orange {font-family: Helvetica,Arial, sans-serif;font-size:16px; font-weight: 400; line-height: 1.4rem; letter-spacing: 0.00rem; color: #c27f5d }
.maintext_subtitle {font-family: Helvetica,Arial, sans-serif;font-size:15px;  font-weight: bold; line-height: 1.4rem; letter-spacing: 0.00rem; color: #454545 }
.maintext_section_title {margin-top: 32px; margin-bottom:13px; text-align: center; font-family: Helvetica,Arial, sans-serif; font-size:21px;  font-weight: bold; line-height: 1.3rem; letter-spacing: 0.06rem; color: #454545 }
.footnote {font-family: Helvetica,Arial, sans-serif;font-size:12px; font-weight: lighter; line-height: 1rem; color: #8d8d8d }
.center {  margin: auto;}

  
html {
    box-sizing: border-box;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

* , * :before, * :after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.group:after {
    content: "";
    display: table;
    clear: both
}

.image-row { margin-top: 15px; margin-bottom:15px; display: flex; gap:6px}
.image-row .child {flex-grow: 1;}

.divCropImage {
	background-repeat: no-repeat; 
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.5);
	background-position: center center;
    background-size: cover;
}

.sidebar .mobile-icon {
    display: none;
}


.wrapper {
    max-width: 1200px;
    margin: -1px auto;
    background: #fff;
    border: 0px solid black;
}

.wrapper a {
    outline: none;
}

.sidebar {
    float: left;
    width: 250px;
    padding: 1rem;
    position: fixed;  /*for sticky sidebar*/
    z-index: 999
}

.sidebar .logo {
    display: block;
    max-width: 90px;
    margin: 0 auto;
    margin-top: 40px
}

.sidebar .logo img {
    display: block;
    width: 100%;
    transition: 0.2s opacity ease-in-out
}
.sidebar .logotext{
    font-family: "Comic Sans MS", Chalkduster, cursive, sans-serif;
    font-size:24px;
    float: left;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-left: 2pt;
    margin-top: -18pt;
    margin-bottom: -4pt;
    color: #c4641f;
    opacity: 0;
}

.sidebar .logo img:hover {
    opacity: 0.8;
    cursor: pointer;
    border-radius:6px;
    overflow:hidden;
}

.sidebar .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: 1.5rem;
}

.sidebar .menu a {
    display: block;
    color: #888;
    padding: .2rem 0
}

.sidebar .menu a:hover {
    color: #555;
    text-decoration: none
}

.sidebar .menu a:hover span {
    color: #f25921
}

.sidebar .menu a span {
    color: #ddd;
    display: inline-block;
    margin-right: 5px
}

.sidebar .social {
    margin-top: 30px;
    margin-left: 1.4rem
}

.pspacer-long {
    width: 60%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: auto;
    padding-top: 30px;
    margin-top: 40px;
    content: " "
}

.pspacer {
    width: 15%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: auto;
    padding-top: 30px;
    margin-top: 40px;
    content: " "
}

.content {
    float: left;
    width: 100%;
    padding: 40px;
    padding-top: 60px;
    margin-left: 0px; /*use this if using sticky sidebar*/
    /*margin-left: -270px; use this if using relative sidebar*/
    padding-left: 260px;
    padding-right: 20px;
    /*max-width: 800px;*/
}

.lightbox-content-container img {
    max-width: 100%;
    max-height: 100%
}

.lightbox-content-container .lightbox-caption {
    position: absolute;
    color: #fff;
    z-index: 9999;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    font-size: .875rem;
    font-family: sans-serif;
    text-align: right
}

#page-title {    
    margin-bottom: 10px; 
}

@media all and (max-width: 700px) {
    .wrapper {
        padding: 0
    }
    .sidebar {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        float: none;
        padding: 0 1rem;
        height: 60px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        z-index: 1000;
        background: rgba(255, 255, 255, 0.82);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }

    .sidebar .logo-group {
        display: flex;
        align-items: center;
        margin: 0;
        margin-top: 2px;
    }

    .sidebar .logo {
        display: block !important;
        margin: 0 !important;
        opacity: 1 !important;
    }

    .sidebar .logo img {
        width: 38px;

    }

    .sidebar .logotext {
        display: none !important;
    }

    .sidebar .menu-group#mainMenu {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 4px;
        padding: 0 !important;
        margin: 0 !important;
    }

    .sidebar .nav-item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 42px;
        border-radius: 4px;
    }

    .sidebar .nav-item.active {
        background-color: #5e5e5e26;
    }

    .sidebar .nav-item a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
    }

    .sidebar .desktop-icon {
        display: none !important;
    }

    .sidebar .mobile-icon {
        display: block !important;
        height: 36px !important;
        width: auto !important;
    }

    .sidebar .desktop-cursor {
        display: none !important;
    }

    .sidebar #addtional-info {
        display: none !important;
    }

    .content {
        float: none;
        margin: 0px;
        margin-top: 0px;
        margin-bottom: 40px;
        padding: 1.5rem;
    }

    #page-title, #page-description {
        display: block;
        text-align: center;
    }

    #page-description {
        margin: 0 auto;
    }

    #page-title-separator {
        margin: 0px auto 0px auto;
    }
}

@media all and (min-width: 700px) {
    .sidebar .menu-group { display:block !important;  padding-top:20px;  padding-left:40px;}
    #leethray_text{  width:101px; margin-left: 28%; margin-top:-12px;}
}
