html, button, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    box-sizing: border-box;*/
/*}*/


html {
  height: 100%;
  background-color: black;
  font-family: arial;
}

/* Index */

.container {
/*max-width: 50vh;*/
width: 100%;
/*height: 50vh;*/
display: flex;
align-items: center;
justify-content: center;

/*position: absolute;*/
/*right: 0;*/
/*left: 0;*/
/*top: 0;*/
/*bottom: 0;*/
/*margin: auto;*/
}



/*REGARDING MEMBERSHIP SIGNUP PROCESS*/



.signup-title{
    color: #f7d401;
    font-weight:bolder;
    font-size:xxx-large;
    justify-content:center;
    display:grid;
    margin-top:15%;
}

.signup-text{
    color: white;
    font-size:large;
    justify-content:center;
    display:grid;
    margin: 10% 0% 10% 0%;
    padding: 0% 7%;
    text-align: center;
}

.stripe-buy-button{
    justify-content:center;
    display:grid;
}

.signup-footer{
    color: white;
    font-size: x-small;
    justify-content: center;
    display: grid;
    margin: 2% 2% 5% 2%;
}















.login-form{
    padding-top:20%;
}

.login-form input {
  background-color: black;
  border: 1px solid white;
  color: #f7d401;
  font-family: arial;
}

.login-form input:focus {
    outline:none;
}


.login-form p {
    color: white;
    text-align: center;
    font-family: arial;
    font-weight:bolder;
    margin-bottom:10px;
}

.login-form a {
  background-color: #f7d401;
  color: black;
  border: 2px solid #f7d401;
  border-radius:3px;
  margin-top: 25px;
  padding:5px 10px;
  text-align: center;
  font-family: arial;
  font-weight:bolder;
  text-decoration:none;

    
}

.login-form a:hover{
  color: #f7d401;
  background-color: black;


}

.login-form button {
  background-color: #f7d401;
  color: black;
  border: 2px solid #f7d401;
  border-radius:3px;
  margin-top: 25px;
  padding:5px 10px;
  text-align: center;
  font-family: arial;
  font-weight:bolder;
}


.login-button:hover {
  background-color: black;
  color: #f7d401;
  
}










/*FOOTER*/


.footer-link{
    background-color:#f7d401; 
    border-radius:3px; 
    color:black; 
    padding:10px;
    font-weight:bolder;
    text-decoration:none;
    
    display:inline-block;
    width:90%;
}

.footer-link:hover{
    background-color:black; 
    border-radius:3px; 
    color:#f7d401; 
    padding:10px;
    font-weight:bolder;
    text-decoration:none;
    
    display:inline-block;
    width:90%;
}














/* MAGZINE */

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.grid-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 33.333333333%);

}
.square {
    display: flex;
    justify-content: center;
    align-items: center;
}




/* MODAL */

.modal-button {
    position: fixed;
    bottom:0;
    padding: 8px 20px;
    background-color: #f7d401;
    color: black;
    font-weight:bolder;
    font-family: arial, sans-sarif;
    border: none;
    border-top-right-radius:3px;
    
    /*bottom:10px; */
    /*left:10px;*/
    /*border-radius:5px;*/
    /*box-shadow: 0 4px 6px rgba(0,0,0,0.1);*/
    font-size:16px;
    /*z-index:1000;*/
}

.modal-container {
    background-color:rgba(0,0,0,0.7);
    position:fixed;
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    pointer-events:none;
    top: 0;
    left:0;
    height: 100vh;
    width: 100vw;
    transition: opacity 0.3s ease;
}

.modal-container.show{
    pointer-events:auto;
    opacity:1;
}


/*MODAL CONTENT*/
.modal {
    
    max-width: 100%;
    text-align:center;
    z-index: 2000;
    position: relative;
    width:50%;
}

.modal-close-button {
    width: 100vw;
    position:fixed;
    bottom:0px;
    left:0px;
    padding:8px 20px;
    background-color: #FF0000;
    color:black;
    border:none;
    /*font-size: 14px;*/
    z-index:2001;
   
}

.modal-button-container input {
  bottom: 20%;
}

.modal-button-container button {
  bottom: 10%;
  text-align: center;
  padding: 4px;
}

.modal-button-container button:hover {
  background-color: #f7d401;
  color: black;
}

.num_unread{
    color:red;
    text-decoration:none;
}


.member_count{
    color:white;
    font-weight:bolder;
    text-align:center;
    width:100%;
}







        /* Container for the header */
        
        
        
        
.OotM-header {
    display: flex;
    justify-content: space-around; /* Spacing links evenly */
    align-items: center; /* Centering vertically */
    text-align: center;
    margin: 20px 0; /* Add some space above and below the header */
}

/* Links and buttons inside the header */
.OotM-header a.OotM-sort,
.OotM-header button.OotM-sort{
    color: #f7d401; /* The color you requested */
    background-color:#000;
    font-size: 60px; /* Adjusted for mobile-friendly tap targets */
    font-weight: bold;
    text-decoration: none; /* Remove underlines */
    padding: 10px 20px; /* Add padding to increase tap area */
    border-radius: 5px;
}

/* Change color on hover */
.OotM-header a.OotM-sort:hover,
.OotM-header button.OotM-sort:hover {
    background-color: #f7d401; /* Background color on hover */
    color: #000; /* Change text color on hover */
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .OotM-header {
        flex-direction: row; /* Stack links vertically on smaller screens */
    }

    .OotM-header a.OotM-sort,
    .OotM-header button.OotM-sort {
        font-size: 20px; /* Slightly reduce font size for smaller screens */
        margin: 10px 0; /* Add vertical spacing between links */
    }
} 











/*PRE_PUBLISH PAGE*/



