html {font-size: 13px}

body {
    /*font-family: 'DM Mono', monospace;*/
    font-family: "Share Tech Mono", monospace;
    font-weight: 400;
    font-style: normal;
    background-color: black;
    margin: 0;
}

mark {
    color: black;
    background-color: rgb(140, 192, 179);
    border-radius: 3px;
    opacity: .7;
}

.USLinks {
    width: 100%;
    height: auto;
    /*background: linear-gradient(to bottom, #004d3c 0%, #93C681 50%, #004d3c 100%);*/
    padding: 3px;
}

.USLinks a:link, .USLinks a:visited {
    font-style: italic;
    text-decoration: underline;
    letter-spacing: 3px;
    color: #ff531a!important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.USLinks a:hover, .USLinks a:active {
    opacity: .8;
}

.scroll_pages > .col > .d-flex > a > em {font-size: 1.25rem;}

.scroll_pages > .col > .d-flex > a > em:hover {color: white;background-color: #3d5c54;}

.hidden {display: none;}
.show {display: block;}

/* NOT IN USE */
.like-submit, .unlike-submit {
    /*border: none;*/
    border: 1px solid black;
    border-radius: 3px;
    /*background-color: transparent;
    padding: 0;*/
    padding: 1px;
}

.hide {display: none;}
.show {display: block;}

/* NOT IN USE */
.like-submit {background-color: pink;}

/* NOT IN USE */
.unlike-submit {background-color: beige;}

/* NOT IN USE */
.hue1 {filter: grayscale(65%) brightness(150%);}
.hue2 {filter: drop-shadow(1px 1px black) saturate(2);}
.hue3 {filter: invert(20%) sepia(100%) drop-shadow(1px 1px black)}

.bgNav {
    background-image: url("/assets/images/US_background_header_opacity_down_redux.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.bgNavAlien {
    background-image: url("/assets/images/US_alien_background_header_opacity_down.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

/* NOT IN USE */
.relative {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
}

p {
    font-size: 1em;
    line-height: 1.2;
}

h1 {font-size: 2.25em; /* 36px */}
h2 {font-size: 2em;margin-top: 25px; /* 32px */}

hr {
    border: 2px solid black;
    border-radius: 2px; 
}

form label {
    font-size: 1.2rem;
    margin-top: 4px;
}

a:link, a:visited {
  font-family: 'Courier New', monospace;
  font-weight: bold;
  color: #2eb82e; /*#b32d00;*/
  background-color: transparent;
  text-decoration: none;
  text-shadow: 1px 1px darkgreen;
}

a:hover, a:active {
  color: #258e25; /*#e63900;*/
  background-color: transparent!important;
  text-shadow: 1px 1px black;
}

.nav-link {
    font-size: 1.25em;
    font-weight: bolder;
    letter-spacing: 3px;
}

.nav-link:link, .nav-link:visited {
    color: #ff531a!important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.nav-link:hover, .nav-link:active {
    opacity: .8;
}

.dropdown-item {
    text-decoration: none;
    text-shadow: 1px 1px 1px black;
}

.dropdown-item:hover, .dropdown-item:active {
    color: #e63900!important;
    background-color: transparent!important;
}

.btn-orange {
    width: 50px;
    background-color: orange;
    box-shadow: 1px 1px 2px coral, 0 0 3px #ff794d, 0 0 2px coral;
}

.btn-orange:hover {
    background-color: #ff9100;
    box-shadow: 1px 1px 2px #ff6933, 0 0 3px #ff531a, 0 0 2px #ff6933;
}

.sepia {
    -webkit-filter: sepia(70%);
    filter: sepia(70%);
}

.logo, .header_fade01 {
    border: 2px solid #8AD86E;
    -webkit-filter: sepia(50%);
    filter: sepia(50%);
    box-shadow: 
  -3px 0 4px #486A5B,
   0 -3px 7px #76a28f;
}

.text-lime {color: #5dc936!important}

.text-pale-lime {
    color: #8ad86e!important;
    font-size: 1em;
}

.border-greenish-secondary {
    border: 2px solid #537968!important;
    border-radius: 2px;
    box-shadow: inset 2px 2px 5px #b3cbc0;
}

.bg-pale-lime {background-color: #8ad86e!important}

.bg-neon-blue {background-color: #00b3b3!important;}

.border-greenish {
    border: 1px solid #004d3c;
    border-radius: 2px;
}

.bg-lightgreen {
    background-color: #deede4;
    padding: 8px;
}

.text-lightgreen {color: #deede4!important;}

.border-lightgreen {border-color: #deede4!important;}

.bg-deepgreen {background-color: #008064!important;}
.bg-deepgreen:hover {background-color: #006650!important;}

.border-black {
    color: #ff531a!important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.bg-secondary {
    background-color: #e3ece8!important;
    color: black!important;
}

.btn-secondary {
    background-color: #537968!important;
    color: #e3ece8mintcream;
}

.btn-secondary:hover {
    background-color: #486a5b!important;
}

.btn-success {
    font-size: 1.25rem;
    background-color: #81e083!important;
    -webkit-box-shadow: 0 0 10px rgb(147, 198, 129);
    -moz-box-shadow: 0 0 10px rgb(147, 198, 129);
    box-shadow: 0 0 10px rgb(147, 198, 129);
    text-shadow: -1px 0 green, 0 1px green, 1px 0 green, 0 -1px green;
}

.btn-success:hover {
    background-color: #6ddb6f!important;
}

.border-electric {border: 2px solid #007acc;} /* dark blue */

.border-bright {border: 2px solid #e6e600;} /* dark yellow */

.text-bright {color: #ffff66!important;} /* bright yellow */

.btn-outline-electric {
    border: 2px solid #007acc; /* dark blue */
    border-radius: 4px;
    background-color: #0099ff; /* bright blue */
}

.btn-outline-electric:hover {
    background-color: #007acc; /* dark blue */
}

.btn-outline-bright {
    font-size: 1rem;
    color: #eadd61!important;
    border: 2px solid #e6e600; /* dark yellow */
    border-radius: 4px;
    background-color: #ffff66!important; /* bright yellow */
    padding: 4px;
}

.btn-outline-bright:hover {
    background-color: #e6e600!important; /* dark yellow */
}

.btn-outline-black {
    border: 2px solid #000;
    border-radius: 4px;
    background-color: #7ab895!important;
}

.btn-outline-black:hover {
    background-color: #deede4!important;
}

.profile-container {
  width: 50px;
  height: 50px;
  border: 2px solid lime;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main {margin: 0;}

header {border-bottom: 1px solid grey;}

.header_title h1 {
    color: #42835B;
    text-shadow: 1px 1px 1px black;
    line-height: 1;
    margin-bottom: 0;
}

.header_title p {
    color: #42835B;
    text-shadow: 1px 1px 1px black;
    line-height: 1;
    margin: 0;
}

nav {background: linear-gradient(to bottom, #001a14 0%, #537968 20%, #93C681 50%, #537968 80%, #001a14 100%)}

nav input, nav button {
    box-shadow: 1px 1px 1px black;
}

footer {
    z-index: 4;  
    background-color: black;
    border-top: 1px solid grey;
}

.card-image-w-article hr, .featured-image hr {background-color: black}

.absolute button {
    color: white;
    background-color: rgba(17, 17, 17, 0.5);
    border-radius: 5px;
    padding: 16px 12px
}

.show_to_edit > input[type='file'] {color: transparent;}

.password-field {
  position: relative;
  display: flex;
  align-items: center;
}

.password-field input {
  padding-right: 40px; /* Adds space for the eye icon */
}

.password-field button {
  position: absolute;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

.fixed {
  position:fixed;
  top:0;
  z-index:100;
  width: 100%;
}

/*.front h1, .front p {text-shadow: -1px 0 #ff794d, 0 1px #ff794d, 1px 0 #ff794d, 0 -1px #ff794d;}*/

.card-text p, .card-text strong, .card-text > a {
    color: black;
    font-size: 16px;
    white-space: pre-wrap;
    line-height: 1.4;
}
.card-text > a {word-break: break-all;}

.card-text > small {line-height: 6px;}

.card-text > span {
    font-weight: bold;
    font-size: 12px;
}

/* poorly drawn art */ 
/* NOT IN USE */
.scroll {
    padding: 4px;
    margin: auto;
    width: 85vw;
    height: auto;
    overflow-x: scroll;
    overflow-y: auto;
    white-space: nowrap;
}

/* pages links */
.scroll_pages {
    padding: 6px;
    margin: auto;
    width: 100%; /* Set a specific width for the container */
    height: 100px; /* Set a specific height for the container */
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.scroll_pages > .col > .d-flex > a > em {
    display: inline-block; /* Ensure child elements are displayed in a line */
    text-align: center;
    width: 50px; /* Set a specific width for child elements */
    height: 100%; /* Optional: Set a specific height for child elements */
    color: #e1eae8;
    background-color: #527a70; /* Optional: Add background color for better visibility */
    border-radius: 5px;
    box-shadow: 1px 1px 1px black;
}

.carousel-inner {background-color: black;}
.carousel-control-prev-icon, .carousel-control-next-icon {background-color: lime!important;}

.mainDiv { /* "border-greenish-secondary" class */
    border: 2px solid #537968!important;
    border-radius: 2px;
    box-shadow: inset 2px 2px 5px #b3cbc0;
}
.mainDiv, .editDiv {background-color: mintcream;} 

.mainDiv, .featuredDivOutter {
    height: 1350px; 
    overflow-x: hidden;
    overflow-y: scroll;
}

.featuredDivOutter {background-color: mintcream;}

.poor_art_div {height: auto;}
/*
.feat_meme_div {width: 375px;height: auto}
.feat_meme_div img {width: auto;height: 200px;overflow-x: hidden;}
*/

.insideMain {
    margin: auto;
    width: 100%;
    height: 600px;
}

/* .mainScroll { NOT IN USE 
    padding: 4px;
    margin: auto;
    width: 100%;
    height: 1350px;
    overflow-x: scroll;
    overflow-y: auto;
    white-space: nowrap;
}*/

.tagsDiv {
    z-index: 3;
    text-align: center;
    -webkit-box-shadow: 3px 0 4px 0 rgba(147, 198, 129, 0.75);
    -moz-box-shadow: 3px 0 4px 0 rgba(147, 198, 129, 0.75);
    box-shadow: 3px 0 4px 0 rgba(147, 198, 129, 0.75);
}

#tagsBTN:hover {opacity: .9;}

.insideMain {z-index: 2;}

.featuredDiv {
    max-width: 100%;
    max-height: 300px;
    display: flex;     
    flex-direction: column;
    justify-content: center; 
    overflow-x: visible;
    overflow-y: hidden;
}

.featuredMeme {
    border: 1px solid #004d3c; /* .border-greenish */
    border-radius: 2px; /* .border-greenish */
    color: white; 
    background-color: white; 
    box-shadow: 1px 1px 1px black;
    padding: 6px;
}

.featuredArticle {
    max-width: 100%;
    max-height: 450px;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: scroll;
}

 /* NOT IN USE ---
.featuredDiv {
    z-index: 3;
    height: 1350px;
    overflow-x: scroll;
    overflow-y: auto;
   
    /*-webkit-box-shadow: -3px 0 4px 0 rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: -3px 0 4px 0 rgba(0,0,0,0.75);*/
    /*box-shadow: -3px 0 4px 0 rgba(0,0,0,0.75);*/
/*
}
*/

#signout {
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(71,79,73,1) 50%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid mintcream;
}

.tags a, .tags button {
    border: 1px solid #7ab895!important;
    font-size: 16px;
}

.tagsNoLink {
    background-color: black;
    border-bottom: 1px solid black;
}

.tagsNoLink span {color: #7ab895}

.tags a:hover, .tags button:hover {
    cursor: pointer;
    background-color: #008064!important;
}

.mobileArticle > .d-flex > .text-primary:hover, .mobileMeme > .d-flex > .text-primary:hover {cursor: pointer;}

.articles .btn-info, .allMemes .btn-info, .us_articles .btn-info, .us_memes .btn-info {background-color: darkturquoise!important;}
.articles .btn-info:hover, .allMemes .btn-info:hover, .us_articles .btn-info:hover, .us_memes .btn-info:hover {background-color: #00b0b3!important;}

.btn-info {box-shadow: 1px 1px 1px black;}

.profileDiv1 p {
    /*transform: skew(10deg, 10deg);*/
    padding-top: 4px;
}

#expandBTN {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    color: white;
    /*background-color: #00e6e6;*/
    border: 2px solid darkgrey;
    box-shadow: 1px 1px black;
}

/* MEDIA QUERIES */
@media (max-width: 320px) {
    .featuredDivOutter {
        height: 100%;
        overflow-x: scroll;
        overflow-y: visible;
    }
    
    #featuredArticleOutter {height: 550px;}
    #featuredMemeOutter {height: 350px;}
    
    .featuredMeme img {
        width: auto;
        max-height: 250px;
    }
    
    /*.featuredDiv {
        max-height: 100%;
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
        overflow-y: visible;
        white-space: nowrap;
    }    
    
    .featuredDiv img, .featuredDiv .memeTags {
        width: auto;
        max-height: 200px;
    }
    
    .featuredDiv img {
        width: auto;
        max-height: 200px;
    }*/
}

@media (min-width: 321px) and (max-width: 1199px) {
    .featuredDivOutter {
        height: 100%;
        overflow-x: scroll;
        overflow-y: visible;
    }
    
    #featuredArticleOutter {height: 650px;}
    #featuredMemeOutter {height: 350px;}
    
    .featuredMeme img {
        width: auto;
        max-height: 250px;
    }
    
    /*.featuredDiv {
        max-height: 100%;
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
        overflow-y: visible;
        white-space: nowrap;
    }
    
    .featuredDiv img, .featuredDiv .memeTags {
        width: auto;
        max-height: 250px;
    }

    .featuredDiv img {
        width: auto;
        max-height: 250px;
    }*/
}

@media (min-width: 1200px) {
    .featuredDivOutter {
        height: 1350px; 
        overflow-x: visible;
        overflow-y: auto;
    }
    
    #featuredArticleOutter {height: 950px;}
    #featuredMemeOutter {height: 400px;}
    
    .featuredMeme img {
        width: auto;
        max-height: 300px;
    }
    
    /*.featuredDiv {
        max-height: 1350px; 
        display: flex;
        flex-direction: column;
        overflow-x: visible;
        overflow-y: auto;
    }
    
    .featuredDiv img, .featuredDiv .memeTags {
        max-width: 100%;
        height: auto;
    }
    
    .featuredDiv img {
        max-width: 100%;
        height: auto;
    }*/
}

/* smartphones, iPhone, portrait 480x320 phones */
@media (max-width:320px) {
    html {font-size: 15px}
    
    #expandBTN {display: none;}
    
    .profileDiv1, .profileDiv2 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .tags a, .tags button {font-size: 15px;}
    
    .mobileArticle {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    #search_share_reminder {
        display: flex; 
        justify-content: start;
        flex-direction: column;
    } 
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width:576px) {
    html {font-size: 15px}
    
    #expandBTN {display: none;}
    
    .profileDiv1, .profileDiv2 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .tags a, .tags button {font-size: 15px;}
    
    .mobileArticle {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    
    #search_share_reminder {
        display: flex; 
        justify-content: start;
        flex-direction: column;
    } 
}

/* Medium devices (tablets, 768px and up) */
@media (min-width:768px) {
    html {font-size: 15px}
    
    #expandBTN {display: none;}
    
    .profileDiv1, .profileDiv2 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .tags a, .tags button {font-size: 16px;}
    
    .mobileArticle {
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }

    #search_share_reminder {        
        display: flex; 
        justify-content: space-between;
        flex-direction: row;
    } 
}

/* Large devices (desktops, 992px and up) */
@media (min-width:992px) {
    html {font-size: 16px}
    
    #expandBTN {display: block;}
    
    .profileDiv1, .profileDiv2 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .tags a, .tags button {font-size: 16px;}
    
    .mobileArticle {
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }
    
    #search_share_reminder {        
        display: flex; 
        justify-content: space-between;
        flex-direction: row;
    } 
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {
    html {font-size: 16px}
    
    .profileDiv1, .profileDiv2 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .tags a, .tags button {font-size: 16px;}
    
    .mobileArticle {
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }
    
    #search_share_reminder {        
        display: flex; 
        justify-content: space-between;
        flex-direction: row;
    } 
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width:1400px) {
    html {font-size: 14px}
    
    .profileDiv1, .profileDiv2 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .tags a, .tags button {font-size: 16px;}
    
    .mobileArticle {
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }
    
    #search_share_reminder {        
        display: flex; 
        justify-content: space-between;
        flex-direction: row;
    } 
}