/************ Basic Resets ************/

:root {
    --blue: #557a95;
    --blue: #7395ae;
    --blue2: #659dbd;
    --blue: #5085a5;
    --blue3: #1b9ce5;
    --blue: #6cdaee;
    --blue: #2e9cca;
    --blue: #5ab9ea;
    --blue: #84ceeb;
    --blue: #a8d0e6;
    --blue: #8fc1e3;
    --blue: #d2fdff;
    --blue: #3b8beb;
    --blue5: #90ccf4;
    --blue4: #5da2d5;
    --blue: #97aabd;
    --blue: #77a6f7;
    --blue1: #d6e9fee5;
    --blue: #d3e3fc;
    --blue: #86b3d1;
    --blue: #4d6d9a;
    --blue6: #336699;

    --green: #5cdb95;
    --green3: #8ee4af;
    --green2: #afd275;
    --green1: #86c232;
    --green: #53900f;
    --green: #15db95;
    --green: #479761;
    --green: #16ffbd;
    --green4:#06D6A0;

    --yellow: #ffe400;
    --yellow: #faed26;
    --yellow: #fccd04;
    --yellow: #fbeec1;
    --yellow: #f8e9a1;
    --yellow: #d6ce15;
    --yellow: #f3d250;
    --yellow: #fce181;

    --orange1: #fcb900;
    --orange2: #fccd04;
    --orange: #f79e02;

    --cream: #edf5e1;
    --cream: #e7e3d4;
    --cream: #edeae5;

    --white: #feffff;
    --white: #f7f9fb;
    --white1: #fff;

    --gray1: #e9ebec;

    --pink: #f172a1;
    --pink1: #e64398;
    --pink: #f78888;
    --pink: #c96567;
    --pink: #edb5bf;
    --pink: #cb2d6f;

    

    --rich-black: #061923;
    --firey-rose: #FF5964;
    --alice-blue: #EBF8FF;
    --jasmine: #FFE099;
    --tea-green: #C8D6AF;
    --tea-green-light: #F7FFEA;
    --english-violet: #48284A;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

nav ul,
nav ol {
    list-style-type: none;
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
}

/* a:link {
    color: var(--blue4);
    font-weight: bold;
}

a:visited {
    color: var(--blue4);
}

a:hover {
    color: #2b6cb6;
    border-bottom: 2px solid #2b6cb6;
    padding: 1px 0;
}

a:active {
    color: var(--blue4);
} */

/************ Basic typography *************/

body,
html {
    height: 100%;
}

body {
    font-family: Century;
    /*font-family: Georgia,serif;*/
    /* font-family: Visuelt, sans-serif; */
    color: var(--rich-black);
    padding-top: 70px;
    
    background: url("../images/background/beach.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    min-height: 100vh;
    /* background-repeat: no-repeat; */
    background-position: center;
}

h1,
h2,
h3,
h4 {
    font-family: Century;
    font-weight: 600;
}

h2 {
    font-size: 24px;
    margin: .8em 0;
    color: var(--rich-black);
}

h3 {
    font-size: 20px;
    margin: 1em 0;
}

h4 {
    margin: 1em 0;
}

h5 {
    margin: 1em 0;
}


h6 {
    margin: 1em 0;
}


p {
    margin: 1em;
    line-height: 1.4em;
}

/************ Basic Page Sections *************/

#page {
    margin: auto;
}

section {
    padding: 4%;
}

#first{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    flex-wrap: wrap;
}

/************ Profile Styles **************/
.profile {
    font-family: 'Victor Mono', monospace;
    text-align: center;
    padding: 0 5% 5% 5%;
    margin-bottom: 2%;
    width: 100%;
}

.profile img {
    width: 50%;
    max-height: 50%;
    border-radius: 50%;
    border: 5px solid black;
    box-shadow: 0 5px 10px 0 black;
    transition: transform .2s;
    display: inline-block;
}

.profile img:hover {
    transform: scale(1.1);
    filter: grayscale(100%);
    top: 5em;
}

.profile h2 {
    margin: 20px 0 10px 0;
    transition: transform .2s;
    color: #f5f5f5;
    font-family: 'Victor Mono', monospace;

}

.profile h2:hover {
    transform: scale(1.1);
}

.profile p {
    color: #666;
    line-height: 1.6;
    max-width: 500px;
    margin: auto;
    border: 2px solid #333;
    padding: 10px;
    transition: transform .2s;
    color: #f5f5f5;
}

.profile p:hover {
    transform: scale(1.1);
}

.profile .greeting {
    text-align: center;
    margin: 3% 0;
    font-size: 20px;
    font-weight: bold;
    color: #f5f5f5;
    transition: transform .2s;
}

.profile .greeting:hover {
    transform: scale(1.1);
}

/************ Header Styles *************/

/*header {
    
    padding: 5px 0;
    /*background-color: rgba(255,224,153,0.75);
    background-color: var(--blue1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
    
}

.logo {
    position: relative;
    margin: auto;
    width: 100%;
    
}

.logo h1 {
    font-size: 24px;
    color: var(--blue3);
    position: absolute;
    top: 10px;
    left: 42px;
    font-family: "Courier New", Courier, monospace;
}

.logo img {
    width: 50px;
    
}

.logo img:hover{
    transform: scale(1.2);
}

header nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    
}

header nav ul li a {
    display: block;
    font-family: 'Quicksand', sans-serif;
    color: var(--alice-blue);
    font-weight: 600;
    padding: 0 5px;
    width: 100%;
    font-size: 1.5em;
}

.menu{
    padding: 0 2%;
}

.night {
    border: none;
    background-color: var(--blue1);
    position: absolute;
    top: .5em;
    right: .5em;
    padding-block: 1px;
    padding-inline: 6px;
}

.night:hover {
    background-color: rgb(153, 154, 155);
    border-radius: 50%;
}

.night .material-symbols-outlined {
    font-size: 2em;
    color: black;

}*/

/************ Slider Styles **************/

.flexslider {
    background: #fff;
    width: 100%;
    border: 4px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    position: relative;
    min-height: 280px;
    margin: 5% 0 15%;
}

.flexslider .slider_text {

    position: absolute;
    top: 0;
    background: rgba(101 115 123 / 50%);
    /* padding: 10px; */
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    /* width: 100%; */
}

.flexslider .slider_text h3 {
    font-family: 'Victor Mono', monospace;
    font-size: 20px;
    color: #fff;
    margin: 0.3em 3em;
}

.flex-control-paging li a.flex-active {
    background: var(--firey-rose);
}

.flex-control-paging li a {
    border-radius: 0;
}

.flexslider a:hover {
    border-bottom: none;
}

/************ Rotator Styles **************/

#rotator {
    min-height: 300px;
    padding: 0 5% 10% 5%;
    background: #fff;
    border: 4px solid #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
    /* box-shadow: 0 10px 10px 10px rgba(0,0,0,0.25); */
    text-align: center;
    width: 100%;
    
    background-color: var(--orange2);
    margin: auto;
    margin-bottom: 10%;
    max-width: 100%;
    position: relative;

}

#rotator blockquote {

    margin: 5% 2%;
    display: none;
    font-size: 1.2rem;
    /* line-height: 2rem; */
    text-indent: -.4rem;
    
    font-style: italic;
    position: relative;
    z-index: 20;
}

#rotator h1{
    font-size: 1.4rem;
    font-weight: 700;
}

#rotator .left {
    position: absolute;
    top: -70px;
    left: 5px;
    width: 150px;
    text-align: left;
    z-index: 10;
    font-size: 4rem;
    color: var(--blue6);

    line-height: 200px;
}

#rotator .right {
    position: absolute;
    bottom: -95px;
    right: 5px;
    width: 150px;
    text-align: right;
    z-index: 10;
    font-size: 4rem;
    color: var(--blue6);

    line-height: 200px;
}

#rotator blockquote footer {
    margin: 0;
    margin-top: 2%;
    font-size: 1.2rem;
    background-color: var(--orange2);
    color: var(--firey-rose);
}

#rotator blockquote footer span {
    color: var(--firey-rose);
}

#rotator .buttons ul{
    display: flex;
    align-items: center;
    justify-content: end;
    
}

#rotator .buttons ul li{
    list-style-type: none;
    margin: 3% 3% 0 3%;
    /* margin: 0 5px;
    height: 47px;
    width: 47px;
    color: #5372f0;
    border-radius: 50%;
    border: 2px solid #5372f0;
    cursor: pointer;
    transition: all 0.3s ease; */
}

/* #rotator .buttons ul li:hover{
    color: #fff;
    background: #5372f0;
} */

#rotator .buttons ul li img{
    width: 25px;
    cursor: pointer;
}

#rotator .buttons ul li img:hover{
    transform: scale(1.2);
}

/************ WOD Styles **************/
.wod {
    font-family: 'Victor Mono', monospace;
    text-align: center;
    padding: 0 5% 5% 5%;
    background: rgba(255, 255, 255, 0.5);
    border: 4px solid var(--rich-black);
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    font-size: 1.1rem;
    margin-bottom: 5%;
    width: 100%;
}

.wod ul{
    padding:0;
}

.wod .buttons ul{
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0;
}

.wod .buttons ul li{
    list-style-type: none;
    margin: 3% 3% 0 3%;
}

.wod .buttons ul li img{
    width: 25px;
    cursor: pointer;
}

.wod .buttons ul li img:hover{
    transform: scale(1.2);
}

.wod ul{
    list-style-type: none;
}

.wod h1{
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Victor Mono', monospace;
    /* font-family: Century;
    font-weight: 600; */
}

#cf_wod{
    margin: 7% 2%;
}

#cf_wod li{
    padding: 2% 0;
}

.wod #wod_button {
    /* width: 220px;
    height: 50px; */
    padding: 10px 30px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    font-size: 1rem;
    
}

.wod #wod_open_button {
    position: relative; 
    width: 60px;
    height: 60px;
    text-align: center;
    text-transform: uppercase;
    background: #333;
    border-radius: 50%;
    font-size: 1rem;;
    color: #fff;
    transition: .5s;
  }
  
.wod #wod_open_button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffee10;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
}
  
.wod #wod_open_button:hover::before {
transform: scale(1.1);
box-shadow: 0 0 15px #ffee10;
}
  
.wod #wod_open_button:hover {
color: #ffee10;
box-shadow: 0 0 5px #ffee10;
text-shadow: 0 0 5px #ffee10;
}

/* .wod #wod_open_button {
    transition: all .5s ease;
    color: #fff;
    border: 3px solid white;
    text-align: center;
    font-size: 1rem;
    background-color : transparent;
    padding: 5px 15px;
    outline: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.wod #wod_open_button:hover {
    color: #001F3F;
    background-color: #fff;
} */

.wod #wod_girls_button {
    padding: 5px 15px;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    border: 3px solid seagreen;
    color: #111;
    font-weight: bold;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: all .35s;
    text-transform: uppercase;
}

.wod #wod_girls_button:before,
.wod #wod_girls_button:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: seagreen;
  z-index: -1;
  transition: all .35s;
}

.wod #wod_girls_button:before{
  opacity: .5;
}

.wod #wod_girls_button:after{
  transition-delay: .2s;
}

.wod #wod_girls_button:hover{
  color: #fff;
}

.wod #wod_girls_button:hover:before,
.wod #wod_girls_button:hover:after{
  top: 0;
}


.wod #wod_button:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.wod #wod_button:active {
    color: #000
}

.wod #wod_button:active:after {
    background: transparent;
}

.wod #wod_button:hover:before {
    opacity: 1;
}

.wod #wod_button:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.wod #wod_button:active, #wod_open_button:active, #wod_girls_button:active{
    transform: scale(0.9);
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

/************ Background color Styles **************/
#background_color{
    font-family: 'Victor Mono', monospace;
    text-align: center;
    padding: 5%;
    background: var(--pink1);
    border: 4px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    font-size: 1rem;
    margin:4% 4% 10% 4%;
    width: 100%;
}

#background_color_home{
    text-align: center;
   
}

#btncls{
    display: flex;
    justify-content: space-between;
}

#color_btn, #reset_btn{
    /* display: inline-flex;
    position: relative;
    left: 50%;
    transform: translateX(-104%); */
    padding: 10px 30px;
    cursor: pointer;
    background-color: rgb(49, 49, 49);
    color: #f7f7f7;
    border: none;
    font-family: 'Victor Mono', monospace;
    /* font-weight: bold; */
    font-size: 1rem;
    outline: none;
    border-radius: 10px;
    margin: 2%;
}

#reset_btn{
    border-radius: 40px;
    padding: 0.5rem 1.5rem;
    border: 0.2rem solid black;
    color: var(--rich-black);
    background: none;
}


#color_btn:hover{
    background-color: var(--blue3);
    transition: background-color 0.5s linear;
    color: #f7f7f7;
}
#reset_btn:hover{
    background-color: var(--orange2);
    transition: background-color 0.5s linear;
    color: #f7f7f7;}

#bgc{
    display: inline-flex;
    text-align: left;
    padding: 5%;
    font-size: 1.2rem;
    font-family: 'Victor Mono', monospace;
    border: 2px solid rgb(49, 49, 49);
    background-color: rgba(49, 49, 49, 0.9);
    color: #f7f7f7;
    border-radius: 5px;
    outline: none;
    border: none;
}

/************ Jokes Styles **************/
#random_joke{
    background: rgba(255, 255, 255, 0.25);
    font-family: 'Victor Mono', monospace;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 2px solid rgba(177, 177, 177, 0.18);
    border-radius: 40px;
    padding: 0 5% 5% 5%;
    margin:4%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    border-color: rgba(176, 176, 176, .5);
    transition: all 0.5s ease-in-out;
    
}

#random_joke h1{
    font-size: 1.3rem;
    font-weight: 700;
    font-family: 'Victor Mono', monospace;
    /* font-family: Century;
    font-weight: 600; */
}

#joke {
    margin: 10% 2%;
    font-weight: normal;
    max-width: 600px;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    font-size: 1.2rem;
    /* line-height: 2rem; */
    max-width: 600px;
  }

/* #random_joke #joke_btn{
    background-color: #9f68e0;
    font-weight: normal;
    font-family: 'Victor Mono', monospace;
    border: 0;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    padding: 10px 30px;
    margin-top: 5%;
    transition: all 0.2s ease-in-out;
}

#random_joke #joke_btn:hover{
    background-color: #a3d279;
    font-weight: bold;
    color: black;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0, 0.1);
}

#random_joke #joke_btn:active{
    transform: scale(0.95);
}

#random_joke #joke_btn:focus {
    outline: 0;
} */

#random_joke #joke_btn{
    background: var(--rich-black);
    padding: 10px 30px;
    font-family: 'Victor Mono', monospace;
    border-radius: 10px;
    font-size: 1rem;
    color: #f4f4f4;
    border: 1px solid rgb(146, 148, 248);
    overflow: hidden;
    text-align: center;
    position: relative;
    transition: all .35s;
}
  
#random_joke #joke_btn:hover {
    box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
    font-weight: bold;
}
  

#random_joke #joke_btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      120deg,
      transparent,
      rgba(146, 148, 248, 0.4), transparent
    );
    transition: all 650ms;
}
  
#random_joke #joke_btn:hover:before {
    left: 100%;
}

#random_joke #joke_btn:active{
    transform: scale(0.90);
}

#random_joke .buttons ul{
    display: flex;
    align-items: center;
    justify-content: end;
    
}

#random_joke .buttons ul li{
    list-style-type: none;
    margin: 3% 3% 0 3%;
 
}

#random_joke .buttons ul li img{
    width: 25px;
    cursor: pointer;
}

#random_joke .buttons ul li img:hover{
    transform: scale(1.2);
}

/************ Comments Styles *************/
#comments{
    background: rgba(255, 255, 255, 0.25);
    font-family: 'Victor Mono', monospace;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    
    border: 2px solid rgba(177, 177, 177, 0.18);
    /* border-radius: 40px; */
    border-color: rgba(176, 176, 176, .5);
    transition: all 0.5s ease-in-out;

    
    align-items: center;
    justify-content: center;
    width: 380px;
    margin: 0 auto;
    text-align: center;
    /* display: flex; */
    padding: 2%;
}


.comments_header{
    font-weight: 700;
    color: white;
    font-size: 0.9rem;
    font-family: 'Victor Mono', monospace;
    margin-bottom: 2%;
}

.comment-form {
    /* background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); */
    background:#272822;
    padding: 2%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(129, 128, 129, 0.3);
    
    width: 100%;
    font-family: 'Victor Mono', monospace;
    margin-bottom: 2%;
}

.comment-form1 {
    display: flex;
    margin: 2%;
    
}

.form-group {
    margin: 0 auto;
}

.form-group label {
    /* display: block; */
    margin-bottom: 8px;
    color: white;
    font-weight: bold;
    font-size: 0.6rem;
    
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 3px;
    border: 2px solid #e0e0e0;
    /* border-radius: 10px; */
    font-size: 0.6rem;
    background: #f6f8fa;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    
}

.form-group input:focus,
.form-group textarea:focus {
    /* 
    background: white;
    box-shadow: 0 0 0 3px rgba(85, 219, 8, 0.2);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); */
    border-color: #667eea;
    outline: none;
    
    transform: translateY(-2px);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* .comment_btn {
    background: linear-gradient(45deg, #4ecdc4, #44a08d);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: bold;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
} */

.comment_btn {
    background-color: rgb(28, 176, 246);
    border-color: rgb(24, 153, 214);
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius:16px;
    font-size: 0.6rem;
    letter-spacing: 0.8px;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: 0 4px 0 rgb(153, 191, 209);
    display: inline-block;
    border: none;
}

.comment_btn:hover {
    filter: brightness(1.1);
}
.comment_btn:active {
    transform: translateY(4px);
    box-shadow: none;
}

/* .comment_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(78, 205, 196, 0.4);
} */

.comments-section {
    width: 100%;
}

#commentsContainer {
   max-height: 600px;
   overflow-y: auto;
   padding-right: 10px;
}

.comments-title {
    font-size: 1rem;
    font-family: 'Victor Mono', monospace;
    margin-bottom: 25px;
    text-align: center;
    /* background: linear-gradient(45deg, #667eea, #764ba2); */
    background: #272822;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    
}

.comment {
    background: #272822;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #b3b3b3;
    /* border-left: 5px solid #667eea;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

/* .comment:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
} */

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    flex-wrap: wrap;
    
}

.comment-author {
    font-weight: 500;
    font-size: 0.9rem;
    color: #fff;
    /* color: #667eea; */
}

.comment-date {
    color: #fff;
    font-size: 0.7rem;
    font-style: italic;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comment-hr {
    border-top: inset 1px white;
    margin: 8px 0px;
}

.comment-content {
    font-size: 0.8rem;
    color: #fff;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:normal;
    margin: 0px;
    text-align: left;
    
}

.loading {
    text-align: center;
    padding: 40px;
    /* color: #667eea; */
    color: fff;
    font-size: 0.9rem;
}

.error {
    background: linear-gradient(45deg, #ff6b6b, #ffd93d);
    color: white;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
    text-align: center;
}

.success {
    background: linear-gradient(45deg, #4ecdc4, #44a08d);
    color: white;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
    text-align: center;
}

.comment-actions {
    /* margin-top: 5px;
    padding-top: 5px; */
    text-align: left;
}

.reply-btn {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

.reply-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.reply-form {
    display: none;
    background: #748d92;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
    /* border: 2px dashed #667eea; */
    border: 2px solid #e9ecef;
}

.reply-form .form-group {
    margin-bottom: 15px;
}

.reply-form .form-group input,
.reply-form .form-group textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.9rem;
    background: white;
}



.reply-form textarea {
    min-height: 80px;
    resize: vertical;
}

.reply-form.active {
    display: block;
}

.reply-form-actions {
    display: flex;
    gap: 10px;
}

.reply-link {
    color: rgb(0, 170, 170);
    font-size: 0.7rem;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s ease;
    
}

.reply-link:hover {
    color: #667eea;
}

.reply-form-actions button {
    flex: 1;
    padding: 6px 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.reply-form-actions button:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.btn-small {
    padding: 6px 12px;
    font-size: 0.9rem;
    background: #124e66;
    color: white;
}

.btn-small:hover {
    background-color: #6a93a3;
}

.btn-cancel:hover {
    background-color: #5f6a79;
}

.btn-cancel {
    /* background: linear-gradient(45deg, #95a5a6, #7f8c8d); */
    background: #2e3944;
    color: white;   
}

.comment-reply {
    margin-left: 40px;
    margin-top: 5px;
    border: none;
    /* border-left: 3px solid #d0d7de; */
    background: #55554f;
    position: relative;
}

.comment-reply::before {
    content: '';
    position: absolute;
    left: -3px;
    top: 0;
    width: 3px;
    height: 20px;
    /* background: #667eea; */
}

.comment[style*="margin-left: 20px"] {
    background: #3b3b37;
}

.comment[style*="margin-left: 40px"] {
    background: #575751;
}

.comment[style*="margin-left: 60px"] {
    background: #80807a;
}

.comment[style*="margin-left: 80px"] {
    background: #aaaaa4;
}

.comment[style*="margin-left: 100px"] {
    background: #c2c2bd;
}

.replies-container {
    margin-top: 5px;
}

/************ Footer Styles *************/

footer {
    /* background: var(--green3); */
    background: var(--green4);
    color: var(--white1);
    margin-bottom: 0;
    padding: 5px 0;
    margin-top: 3%;
}

footer .logo {
    margin-bottom: 20px;
}

footer .logo h1 {
    font-size: 24px;
    color: var(--blue3);
    position: absolute;
    top: 10px;
    left: 42px;
    font-family: "Courier New", Courier, monospace;

}

footer .logo {
    position: relative;
    margin: auto;
    width: 100%;

}

footer .logo img {
    width: 50px;

}

footer .logo img:hover {
    transform: scale(1.2);
}

footer nav ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}



footer nav ul a {
    font-size: 2em;
}

footer article {
    font-size: 1em;
    text-align: center;
    /* font-family: "Courier New", Courier, monospace; */
    font-family: 'Victor Mono', monospace;
}

footer a:hover {
    border-bottom: 0;
}

footer nav ul li:hover {
    transform: scale(1.3);
}

.footer_logo {
    cursor: pointer;
    width: 40px;
}

/************ Bootstrap override *************/
.navbar {
    /* background-color: #a7dbf082; */

    height: 70px;
    font-family: 'Victor Mono', monospace;
}

.navbar.active {
    background-color: #a7dbf082;
    
}

.navbar-nav{
    font-size: 1em;
}

.navbar-brand {
    padding: 1%;
    font-size: 1.2em;
    font-weight: bolder;
    font-family: 'Victor Mono', monospace;
    transform: rotate(-4deg);
    box-shadow: 0 3px 10px 5px black, inset 0 2px 5px 0 black;
    animation: move 2s linear infinite;
    text-align: center;
    border-radius: 20% 50% 20% 50%;
    border: 2px solid var(--blue4);
}

.navbar-brand h1{
    font-size: 1.2rem;
    font-weight: bolder;
    font-family: 'Victor Mono', monospace;
    margin: 0;
}

.navbar-brand:hover {
    background-color: var(--blue5);
}

@keyframes move {
    50% {
        transform: rotate(4deg);
        background: transparent;
    }

    100% {
        transform: rotate(-4deg);
    }
}

.nav-link{
    background: var(--blue2);
    
}

.navbar-nav li a {
    font-size: 18px;
    
    color: #e3e2e2;
    transition: color 0.3s, border-bottom-color 0.3s;
    border-bottom: 2px solid transparent;
    position: relative;
}

.navbar-nav li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.navbar-nav li a:hover {
    color: #fff;
    border-bottom-color: #fff;
}

navbar-nav li a:hover:before {
    visibility: visible;
    width: 100%;
}

.navbar-nav li a.active {
    color: #fff;
    border-bottom-color: #fff;
}

.dropdown-menu{
    max-height:70vh;
    overflow-y: scroll;
    background-color: var(--blue2);
}

.navbar-nav .dropdown-item{
    color: var(--white1);
}

.navbar-nav .dropdown-item:hover{
    background-color: var(--blue5);
}

/* .collapse .show {
    max-height: 70vh;
    overflow-y: scroll;
} */

/************ Dark Mode *************/
/* .dark-mode {
    background-color: black;
    color: white;
}

.dark-mode header {
    background-color: black;
    color: white;
}

.dark-mode footer {
    background-color: black;
    color: white;
}

.dark-mode nav {
    background-color: black;
    color: white;
}

.dark-mode h2 {

    color: white;
}

.dark-mode .night {
    border-radius: 50%;
}

.dark-mode code {
    background-color: darkgray;
}

.dark-mode a {
    color: darkgray;
}

.dark-mode a:hover {
    color: darkgray;
    border-bottom: 2px solid darkgray;
    padding: 1px 0;
} */



/* Responsive Adjustments 768px x 1024px iPad Mini 3 */
/************ Tablet Size Styles *************/
@media only screen and (min-width: 760px) {
    .slide1 img {
        background-image: url("../images/slider/pic1_med.jpg");
    }

    .slide2 img {
        background-image: url("../images/slider/pic2_med.jpg");
    }

    .slide3 img {
        background-image: url("../images/slider/pic3_med.jpg");
    }

    .slide4 img {
        background-image: url("../images/slider/pic4_med.jpg");
    }

    .slide5 img {
        background-image: url("../images/slider/pic5_med.jpg");
    }

    .slide6 img {
        background-image: url("../images/slider/pic6_med.jpg");
    }

    .slide7 img {
        background-image: url("../images/slider/pic7_med.jpg");
    }

    .slide8 img {
        background-image: url("../images/slider/pic8_med.jpg");
    }

    .slide9 img {
        background-image: url("../images/slider/pic9_med.jpg");
    }

    .slide10 img {
        background-image: url("../images/slider/pic10_med.jpg");
    }

    .slide11 img {
        background-image: url("../images/slider/pic11_med.jpg");
    }

    .slide12 img {
        background-image: url("../images/slider/pic12_med.jpg");
    }

    .slide13 img {
        background-image: url("../images/slider/pic13_med.jpg");
    }

    .slide14 img {
        background-image: url("../images/slider/pic14_med.jpg");
    }

    .slide15 img {
        background-image: url("../images/slider/pic15_med.jpg");
    }

    .slide16 img {
        background-image: url("../images/slider/pic16_med.jpg");
    }

    

    .navbar-nav li a {
        font-size: 0.9em;
    }

    .profile{
        width: 50%;
    }

    .profile img{
        width: 50%;
    }

    .profile .greeting{
        font-size: 1.1rem;
    }

    .profile h2{
        font-size: 1.3rem;
    }

    .profile p{
        font-size: 1rem;
        max-width: 300px;
    }

    .flexslider{
        width: 50%;
       
       }

    .flexslider .slider_text h3 {
        font-size: 20px;

        margin: 0.3rem 3rem;
    }

    #rotator{
        margin: 1% 1% 10% 1%;
        width: 45%;
        padding: 0 5% 5% 5%;
        height: 60%;
       
    }

    #rotator blockquote {
        font-size: 1.2rem;

    }

    .wod{
        width: 45%;
        height: 60%;
        font-size: 1.1rem;
        
    }

    .wod #wod_button {
        font-size: 1rem;
    }
   
    #background_color{
        width: 45%;
        margin: 1% 1% 10% 1%;
        height: 60%;
    }

    #color_btn, #reset_btn {
        font-size: 1rem;
        
    }

    #bgc{
        font-size: 1.1rem;
    }

   

    #random_joke{
        width: 45%;
        
        padding: 0 5% 5% 5%;
        height: 60%;
    }

    #joke{
        font-size: 1.1rem;
    }

    #random_joke #joke_btn {
        font-size: 1rem;
    }

    #comments{
        width: 600px;
    
    }

    .comments_header {
        font-size: 1rem;
    }

    .form-group input, .form-group textarea {
        font-size: 0.8rem;

    }

}

/* Responsive Adjustments 1366px x 768px dell latitude 5430 */
/************ Desktop Size Styles *************/
@media only screen and (min-width: 1200px) {
    .slide1 img {
        background-image: url("../images/slider/pic1_large.jpg");
    }

    .slide2 img {
        background-image: url("../images/slider/pic2_large.jpg");
    }

    .slide3 img {
        background-image: url("../images/slider/pic3_large.jpg");
    }

    .slide4 img {
        background-image: url("../images/slider/pic4_large.jpg");
    }

    .slide5 img {
        background-image: url("../images/slider/pic5_large.jpg");
    }

    .slide6 img {
        background-image: url("../images/slider/pic6_large.jpg");
    }

    .slide7 img {
        background-image: url("../images/slider/pic7_large.jpg");
    }

    .slide8 img {
        background-image: url("../images/slider/pic8_large.jpg");
    }

    .slide9 img {
        background-image: url("../images/slider/pic9_large.jpg");
    }

    .slide10 img {
        background-image: url("../images/slider/pic10_large.jpg");
    }

    .slide11 img {
        background-image: url("../images/slider/pic11_large.jpg");
    }

    .slide12 img {
        background-image: url("../images/slider/pic12_large.jpg");
    }

    .slide13 img {
        background-image: url("../images/slider/pic13_large.jpg");
    }

    .slide14 img {
        background-image: url("../images/slider/pic14_large.jpg");
    }

    .slide15 img {
        background-image: url("../images/slider/pic15_large.jpg");
    }

    .slide16 img {
        background-image: url("../images/slider/pic16_large.jpg");
    }
    
    .navbar-nav li a {
        font-size: 1em;
    }


    .profile .greeting{
        font-size: 20px;
    }

    .profile h2{
        font-size: 25px;
    }

    .profile p{
        font-size: 20px;
        
    }

    .flexslider .slider_text h3 {
        font-size: 25px;

    }

    #rotator blockquote {
        font-size: 1.4em;

    }

    #rotator{
        padding: 0 5% 5% 5%;
        height: 60%;
    }
    
    .wod header{
        font-size: 1.3rem;    
    }

    .wod{
        padding: 0 2% 2% 2%;
        font-size: 1.1rem;
        
    }

    #background_color{
        height: 60%;
    }

    #random_joke{
        height: 60%;
        padding: 0 5% 5% 5%;
    }

    #joke{
        font-size: 1.3rem;
    }


    #comments{
        width: 800px;
    
    }

    .comments_header {
        font-size: 1.2rem;
    }

    .comment_btn {
        font-size: 0.8rem;
        padding: 8px 15px;
    
    }

    .form-group input, .form-group textarea {
        font-size: 1rem;

    }


    /* Footer styles */
    footer .logo h1 {
        font-size: 2em;
        top: 12px;
        left: 60px;
    }

    footer .logo img {
        width: 70px;
    }

    footer nav ul {
        display: inline-flex;
        margin: 0 auto;

    }

    footer nav {
        padding-bottom: 2%;
        text-align: center;
    }

    footer nav ul li {
        margin: 0 50px;
    }

    footer nav ul a {
        font-size: 2.5em;
    }

    footer article {
        font-size: 1.3em;
    }

    .footer_logo{
        width: 50px;
    }
}

/************ Maximum Size Styles *************/
@media only screen and (min-width: 1500px) {
    body{
        /* background-repeat: no-repeat;
        background-position: center; */
        background-size: cover;
    }
    
    .navbar-brand h1 {
        font-size: 1.3rem;
    }



    footer nav ul a {
        font-size: 3rem;
    }

    .navbar-nav li a {
        font-size: 1.2rem;
    }

    .profile{
        width: 25%;
        padding: 0 4% 5% 4%;
    }

    .profile img{
        width: 90%;
    }

    .profile .greeting{
        font-size: 1.5rem;
    }

    .profile h2{
        font-size: 1.5rem;
    }

    .profile p{
        font-size: 1.3rem;
        
    }

    .flexslider{
        width: 40%;
        
    }

    #rotator{
        width: 25%;
        height: 50%;
        padding: 0 2% 2% 2%;
    }

    #rotator blockquote {
        font-size: 1.3rem;
        

    }

    #rotator header {
        font-size: 1.3rem;

    }

    .wod{
        width: 30%;
        height: 50%;
        font-size: 1.1rem;
        
    }

    #background_color{
        width: 30%;
        height: 60%;
    }
   
    #random_joke{
        width: 30%;
        height: 40%; 
        padding: 0 2% 2% 2%;   
    }

    #comments{
        width: 900px;
    
    }

    .comments_header {
        font-size: 1.3rem;
    }

    .comments-title {
        font-size: 1rem;
    }

    .comment-author {
        font-size: 1rem;
    }

    .comment-date {
        font-size: 0.9rem;
    }

    .comment-content {
        font-size: 0.9rem;
    }

    .loading {
    
        font-size: 1.2rem;
    }

    .reply-btn {
        padding: 8px 16px;
        font-size: 0.9rem;
        
    }

    .reply-form .form-group input,
    .reply-form .form-group textarea {
        padding: 10px;
        font-size: 0.9rem;

    }

    .reply-link {  
        font-size: 0.85rem;
        
    }

    .reply-form-actions button {
        padding: 8px 16px;
    }

    .btn-small .btn-cancel {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
    

}