/****************************************************************************************/
/*   GLOBAL VALUES   */
/****************************************************************************************/
html { 
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    overflow-x: hidden;
    /* FIX FOR PORTRAIT TO LANDSCAPE FONT ADJUSTING */ 
    -webkit-text-size-adjust: 100%; 
    -moz-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
}

body {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    background-color: #000;
}

h1 {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-family: 'roboto', 'san-serif';
    font-size: 42px;
    text-decoration: none;
}

h2 {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 600;
    font-family: 'roboto', 'san-serif';
    font-size: 36px;
    text-decoration: none;
    padding-top: 30px;
}

h3 {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 600;
    font-family: 'roboto', 'san-serif';
    font-size: 30px;
}

h4 {
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0;
}

p {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: thin;
    font-family: 'roboto', 'san-serif';
    font-size: 120%;
    text-decoration: none;
    width: 100%;
    padding-top: 20px;

}

span {
    font-weight: thin;
    font-family: 'roboto', 'san-serif';
    font-size: 18px;
    text-decoration: none;
}

.switchColor {
    color: #000;
    background-color: #fff;
}

.switchGreen {
    color: #00ff00;
    text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 5px #000, 0 0 6px #090;
    text-decoration: none;
    font-weight: bold;
}

.switchBlue {
    color: #00fff7;
    text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 5px #000, 0 0 6px #00f;
    text-decoration: none;
    font-weight: bold;
}

.flipLeft {
    transform: rotate(0deg);
    transition: 0.3s;
}

.flipRight {
    transform: rotate(1080deg);
    transition: 0.3s;
}

.linkButton {
    border: 0;
    margin: 0;
    font-size: 100%;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 3px;
    text-decoration: none;
    padding: 5px;
    text-shadow: #fff;
    background: linear-gradient(#ffffff80, #000000, #000000);
    color: #fff;
    outline: 1px solid white;
}

.linkButtonOverride {
    border: 0;
    margin: 0;
    font-size: 100%;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 3px;
    text-decoration: none;
    padding: 5px;
    text-shadow: #fff;
    background: linear-gradient(#d8e6f5, #fff, #fff, #fff);
    color: #000;
    outline: 1px solid black;
}

.slideSpacer {
    position: relative;
    height: 40px;
}


.slideInnerLeft {
    position: flex;
    overflow: hidden;
    border: 0px;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    justify-content: left; 
    align-items: left; 
    flex-direction: column;
    text-align: left;
}

.slideInnerCenter {
    position: flex;
    overflow: hidden;
    border: 0px;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    justify-content: center; 
    align-items: center; 
    flex-direction: column;
    text-align: center;
}

.slideFooter1 {
    position: relative;
    height: 30px;
}

.slideFooter2 {
    position: relative;
    height: 80px;
}

.slideFooter3 {
    position: relative;
    height: 20px;
}

.slideFooter4 {
    position: relative;
    height: 40px;
}

.slideFooter5 {
    position: relative;
    height: 60px;
}

#careerFooter, #recentHeader {
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

.centeredText {
    display: flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: clamp(24px, 2.5vw, 28px);
    white-space: normal; /* ✅ Default: Allows multiple lines */
    flex-wrap: wrap; /* ✅ Prevents overflow */
    max-width: 90%; /* ✅ Keeps text inside the screen */
    padding: 0 5%; /* ✅ Adds spacing to prevent cutoff */
}

#endPage {
    position: relative;
    top: 1620px;
    z-index: 800;
    text-align: center;
    background-color: transparent !important;
}

#Stars {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#debstars {
    background: #000;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    cursor: default;
    pointer-events: none;
}

#menuHeader {
    position: fixed;
    z-index: 800;
    width: 100%;
    text-align: left;
    height: 52px;
    background-color: transparent;
    top: 0;
    left: 0;
}

#logoFace {
    border: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 1px;
    width: 100%;
    text-align: center;
}


#logoFace a {
    position: relative;
    text-align: center;
    width: 100%;
    font-family: 'roboto', 'san-serif';
    font-size: 100%;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
}

#logoHeader {
    position: fixed;
    top: 60px;
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}

#logoHeader p {
    padding: 0; 
    border: 0; 
    margin: 0; 
    position: relative; 
    color: white; 
    text-align: center;
    top: 12px;
}

#logoHeader a {
    position: relative;
    text-align: center;
    width: 100%;
    font-family: 'roboto', 'san-serif';
    font-size: 90%;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

#face {
    position: relative;
    width: 70px;
    top: 1px;
    opacity: 0;
    animation: fadeIn 500ms ease-in-out forwards;
}

#navFace {
    position: relative;
    top: 20px;
}

#duaneLogo {
    position: relative;
    width: 100px;
    top: 3px;
}

#logoContact {
    position: relative;
    top: -35px;
}

#screenPlay {
    position: relative;
    top: -35px;
}

#screenReset {
    position: relative;
    top: -35px;
}

#navMenuLogo {
    position: relative;
}

.Messages {
    position: absolute;
    z-index: 1;
    top: 250px;
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    pointer-events: auto;
}

.flipImage {
    position: relative;
    top: 0;
    border: 0;
    margin: 0;
    padding: 0;
    width: 40%;
    border: none;
    animation: fadeIn 1000ms ease-in-out forwards;
    animation: zoomIn 250ms ease-in-out forwards;
}

@keyframes zoomOut {
    from {
        width: 40%;
    }
    to {
        width: 100%;
    }
}

.headerImage {
    position: relative;
    top: 0;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 800px;
    border: none;
}

.carouselImage {
    position: relative;
    top: 0;
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 280px;
    max-width: 320px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
}
.imageSlideshow {
    display: flex;
    overflow-x: auto; /* Enables horizontal scrolling if needed */
    gap: 20px; /* Adjusts space between images */
    white-space: nowrap; /* Prevents wrapping */
    scrollbar-width: thin;
}

.imageSlideshow a {
    flex: 0 0 45%; /* Each image takes full width */
}

.imageSlideshow img {
    width: 45%; /* Forces images to fill their container */
    height: auto; /* Maintains aspect ratio */
}


.subHeading {
    font-family: 'roboto', 'san-serif';
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 0;
    font-variant: small-caps;
}

.myApps {
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
}

.myAppsSlide {
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%; 
    text-align: center;
    display: flex;
    justify-content: center; 
}

.imageSlideshow {
    display: flex;
    justify-content: left;
    gap: 20px; 
    max-width: fit-content; 
}

/****************************************************************************************/
/*   HEADER  VALUES   */
/****************************************************************************************/
#header {
    padding: 0;
    border: 0;
    margin: 0;
    position: fixed;
    top: 0;
    z-index: 900;
    width: 100%;
    height: 56px;
    text-align: center;
    background-color: #022440;
    border-bottom-color: transparent;
}

#headerSubtitle {
    font-family: 'roboto', 'san-serif';
    font-size: 15px;
    font-weight: bold;
    font-variant: small-caps;
    position: relative;
    top: 4px;
    padding-bottom: 0.5px;
}

#headerDome {
    border: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 54px; 
    width: 100%;
}

#headerDome img {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}

.headerBase {
    border: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 6px;
    color: white;
    background-color: black;
}

.headerWidth {
    left: 10%;
}

.headerHeight {
    right: 10%;
}

.headerScroll {
    left: 60%;
}

#dayMode {
    border: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 1.5%;
    right: 2.5%;
    cursor: pointer;
    background-color: transparent;
    height: 28px;
    width: 28px;
}

#dayModeImage {
    position: relative;
    width: 28px;
}

/*     CUSTOM ALERT BOX     */
#playButton {
    border: 0;
    padding: 0;
    border: 0;
    width: 100%;
    position: fixed;
    top: 100px;
    left: 0;
    visibility: hidden;
    z-index: 801;
}

.playButtonPopup {
    border: 0;
    padding: 0;
    border: 0;
    visibility: visible;
    position: relative;
    top: -5000px;
    z-index: 801;
    border: 2px solid #e9e9e9;
    box-shadow: 0 0 3px #777;
    border-radius: 16px;
    width: 260px;
    padding: 16px;
}

.playButtonPopup button {
    border: 0;
    padding: 0;
    border: 0;
    height: 28px;
    font-weight: bold;
    cursor: pointer;
}

#timeOfDayGreeting {
    font-family: 'roboto', 'san-serif';
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 5px #000, 0 0 6px #000,
        0 0 7px #000, 0 0 8px #000, 0 0 9px #000, 0 0 10px #000, 0 0 11px #000, 0 0 12px #000;
    animation: fadeIn 1250ms ease-in-out forwards;
}

#jokeDiv, #jokeControls {
    display: flex;
    justify-content: center;  
    align-items: center;  
    text-align: center;
    width: 90%;
    height: 100px; 
    padding: 10px 5%;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    overflow: hidden;
    word-wrap: break-word;
    font-size: clamp(12px, 5vw, 22px);
    text-wrap: balance;
    line-height: 1.2;
    display: flex;  
    flex-wrap: wrap; 
    align-content: center;
}

.seeMore {
    text-align: center;
    width: 100%;
}

.seeMoreLeft {
    position: relative; 
    float: left; 
    width: 50%;
    text-align: right;
    padding-top: 10px;
}

.seeMoreRight {
    position: relative; 
    float: right; 
    width: 50%;
    text-align: left;
    padding-top: 5px;
}

.column1 {
    text-align: center;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 20px;
}

.column2 {
    text-align: center;
    width: 100%;
}

.column2Left {
    position: flex; 
    float: left; 
    width: 50%;
    text-align: center;
    padding-top: 10px;
}

.column2Right {
    position: relative; 
    float: right; 
    width: 50%;
    text-align: center;
    padding-top: 10px;
}

.linkApp {
    cursor: pointer;
}

/****************************************************************************************/
/*   HOME VALUES   */
/****************************************************************************************/
#home {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 6px;
    z-index: 799;
    width: 100%;
    height: 100%;
    text-align: center;
}

#homeCrumbtrailsImage {
    position: absolute;
    top: 13%;
    right: 4%;
    width: 9%;
}

#homeBodyText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    font-family: 'roboto', 'san-serif';
    padding-bottom: 2px;
}

#homeBodyText h1 {
    font-family: 'roboto', 'san-serif';
}

#homeBodyText p {
    font-family: 'roboto', 'san-serif';
}

#homeBodyLinks {
    width: 100%;
}

#subTitle p {
    position: relative;
    font-family: 'roboto', 'san-serif';
    padding: 0;
    border: 0;
    margin: 0;
    font-weight: bold;
    font-weight: 300;
    text-align: center;
    font-size: 13px;
}

#foot {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 92%;
    background-color: transparent;
    color: #fff;
}

/****************************************************************************************/
/*   CONTACT DIV   */
/****************************************************************************************/
#contactDiv {
    width: 450px; /* Prevents expansion */
    max-width: 90%;
    position: fixed;
    top: -2000px; /* Start hidden above viewport */
    left: 50%;
    transform: translateX(-50%);
    z-index: 801;
    border-radius: 25px;
    border: 3px solid orange;
}

input[type=text], select {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #fff;
}

input[type=submit] {
    border: 0;
    margin: 0;
    font-size: 100%;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 3px;
    text-decoration: none;
    text-shadow: #fff;
    background: linear-gradient(#d8e6f5, #fff, #fff, #fff);
    color: #000;
    outline: 1px solid black;
    padding-left: 1%;
    padding-right: 1%;
}

textarea#cMessage {
    width: 98%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    padding-left: 1%;
    padding-right: 1%;
}

.divButtonCancel {
    display: inline-block; 
    width: 100px; 
    height: 40px; 
    padding-top: 10px;
    font-size: 17px;
    font-weight: bold;
}

.divButtonSend {
    display: inline-block; 
    width: 100px; 
    height: 40px; 
    padding-top: 10px;
    font-size: 18px;
}

.form-group {
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;

}

.cStatusBox {
    position: relative; 
    text-align: center;
    top: 0px; 
    height: 60px;
}

.cStatus {
    border: 0px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: clamp(12px, 16px, 18px);
    font-weight: bold;
}

/****************************************************************************************/
/*   SLIDE 1 VALUES   */
/****************************************************************************************/
#slide1Container {
    position: relative;
    top: 1002px;
    z-index: 800;
    background-color: transparent;
    text-align: center;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

#slide1Dome {
    position: relative;
    top: -5px;
    padding: 0;
    border: 0;
    margin: 0;
}

#slide1Dome img {
    width: 100%;
}

/****************************************************************************************/
/*   SLIDE 2 VALUES   */
/****************************************************************************************/
#slide2Container {
    position: relative;
    top: 1000px;
    z-index: 800;
    background-color: transparent;
    text-align: center;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

#slide2Dome {
    position: relative;
    top: -5px;
    padding: 0;
    border: 0;
    margin: 0;
}

#slide2Dome img {
    width: 100%;
}

/****************************************************************************************/
/*   SLIDE 3 VALUES   */
/****************************************************************************************/
#slide3Container {
    position: relative;
    top: 1000px;
    z-index: 800;
    background-color: transparent; 
    text-align: center;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

#slide3Dome {
    position: relative;
    top: -5px;
    padding: 0;
    border: 0;
    margin: 0;
}

#slide3Dome img {
    width: 100%;
}

/****************************************************************************************/
/*   SLIDE 4 VALUES   TESTIMONIALS  */
/****************************************************************************************/
#slide4Container {
    position: relative;
    top: 1000px;
    z-index: 800;
    background-color: transparent;
    text-align: center;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

#slide4Dome {
    position: relative;
    top: -5px;
    padding: 0;
    border: 0;
    margin: 0;
}

#slide4Dome img {
    width: 100%;
}

#slideContent {
    position: relative;
    top: -10px;
    text-align: center;
    border-bottom: #666 3px solid;
    border-left: #666 3px solid;
    border-right: #666 3px solid;
}

/****************************************************************************************/
/*   SLIDE 5 VALUES   */
/****************************************************************************************/
#slide5Container {
    position: relative;
    top: 1000px;
    z-index: 800;
    background-color: transparent;
    text-align: center;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

#slide5Dome {
    position: relative;
    top: -5px;
    padding: 0;
    border: 0;
    margin: 0;
}

#slide5Dome img {
    width: 100%;
}

#slide5Content { 
    position: relative;
    top: -10.5px;
    text-align: center;
    border-bottom: #666 3px solid;
    border-left: #666 3px solid;
    border-right: #666 3px solid;
}

/****************************************************************************************/
/*   ALL SLIDE VALUES   */
/****************************************************************************************/

#slide1Body, #slide2Body, #slide3Body, #slide4Body, #slide5Body {
    padding-left: 15px; 
    padding-right: 15px;
}

/****************************************************************************************/
/*   MISC VALUES   */
/****************************************************************************************/

.jokeText {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: justify;
    width: 90%;
    padding-top: 0px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    height: 90px;
    font-size: 22px; 
    line-height: 150%;
    overflow-wrap: break-word;
    justify-content: center;
  }

.dividerSpaceTop {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}
.dividerSpaceBottom {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.endLine {
        flex: 1;
        border-top: 2px solid gray;
        margin: 0 10px;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.blink {
    animation: blink 1s infinite;
}

@keyframes chameleonText {
    0%   { color: #FF0000; text-shadow: 1px 1px 2px darkred; } /* Red */
    10%  { color: #FF7F00; text-shadow: 1px 1px 2px darkorange; } /* Orange */
    20%  { color: #FFFF00; text-shadow: 1px 1px 2px goldenrod; } /* Yellow */
    30%  { color: #7FFF00; text-shadow: 1px 1px 2px green; } /* Chartreuse */
    40%  { color: #00FF00; text-shadow: 1px 1px 2px darkgreen; } /* Green */
    50%  { color: #00FF7F; text-shadow: 1px 1px 2px mediumseagreen; } /* Spring Green */
    60%  { color: #00FFFF; text-shadow: 1px 1px 2px darkcyan; } /* Cyan */
    70%  { color: #007FFF; text-shadow: 1px 1px 2px dodgerblue; } /* Azure */
    80%  { color: #0000FF; text-shadow: 1px 1px 2px darkblue; } /* Blue */
    90%  { color: #8B00FF; text-shadow: 1px 1px 2px darkmagenta; } /* Violet */
    100% { color: #FF0000; text-shadow: 1px 1px 2px darkred; } /* Back to Red */
}

.chameleonText {
    display: inline-block;
    animation: chameleonText 10s infinite linear;
    animation-delay: calc(var(--i) * 0.2s);
}

@keyframes chameleonImg {
    0%, 100% { background-color: #FFFF66; text-shadow: 1px 1px 2px #FFD700; } /* Bright Yellow */
    10%  { background-color: #FFCC66; text-shadow: 1px 1px 2px #FA8703; } /* Warm Orange */
    20%  { background-color: #FF9966; text-shadow: 1px 1px 2px #FF4500; } /* Soft Coral */
    30%  { background-color: #FF6699; text-shadow: 1px 1px 2px #FF1493; } /* Bright Pink */
    40%  { background-color: #FF66FF; text-shadow: 1px 1px 2px #DA70D6; } /* Magenta */
    50%  { background-color: #9966FF; text-shadow: 1px 1px 2px #8A2BE2; } /* Vivid Purple */
    60%  { background-color: #6699FF; text-shadow: 1px 1px 2px #1E90FF; } /* Electric Blue */
    70%  { background-color: #66FFFF; text-shadow: 1px 1px 2px #00CED1; } /* Bright Cyan */
    80%  { background-color: #66FF66; text-shadow: 1px 1px 2px #32CD32; } /* Lime Green */
    90%  { background-color: #99FF66; text-shadow: 1px 1px 2px #ADFF2F; } /* Neon Yellow-Green */
}

#chameleonImg {
    animation: chameleonImg 10s infinite linear;
    animation-delay: calc(var(--i, 0) * 0.2s); 
    float: left;
    width: 100%;
    max-width: 100px;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
}

.arrowDown {
    display: inline-block; 
    background-image: url(../images/returntop.svg); 
    background-repeat: no-repeat; 
    background-size: contain; 
    background-position: center; 
    position: relative;
    top: 5px;
    width: 16px; 
    height: 18px; 
    rotate: -180deg;
}
  
.arrowUp {
    display: inline-block; 
    background-image: url(../images/returntop.svg); 
    background-repeat: no-repeat; 
    background-size: contain; 
    background-position: center; 
    position: relative;
    top: 5px;
    width: 16px; 
    height: 18px;
}

.dynamic-right {
    right: var(--top-button-h, 150px) !important;
}

/*  SCROLL TO TOP */
#topNavigator { 
    position: fixed !important;
    top: 15px;
    right: 150px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    display: none;
    z-index: 999999;
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#DonMoreSpan, #JoseMoreSpan, #CherylMoreSpan, #JosephMoreSpan {
    display: none;
    text-align: left; /* Ensures text is left-aligned */
    margin: 10px 0; /* Removes auto-centering */
    max-width: 600px; /* Adjust this width as needed */
    display: block; /* Ensures it behaves like a full-width block */
}

.moreText {
    display: block;
    position: relative;
    max-height: 60px; 
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0));
}

.moreTextExpanded {
    display: block;
    position: relative;
    max-height: auto;
    overflow: auto;
}

.moreButton {
    border: 0;
    margin: 0;
    font-size: 100%;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 3px;
    text-decoration: none;
    padding: 5px;
    text-shadow: #fff;
    color: #000;
}
