co /* Font Styles */
 html * {
     color: #2c2222;
 }
  
 h1,h2,h3{font-family:'Red Hat Display',sans-serif}
 h1 {
    font-size: 2.75em;
  }
  
 h2 {
    font-size: 1.5em;
  }
  
 h3 {
    font-size: 1.25em;
 }
 
 h4 {
font-family: 'Saira', sans-serif;
font-size: 1em;

 }
 p {
font-family: 'Red Hat Display', sans-serif;
font-size: 1.1em; 
 }
 
 #home-page-title {
letter-spacing: .03em;
margin: 0;
 }
 
 #home-page-subtitle {
margin-bottom: 1em;     
margin-top: 5px;
 }
 
 #home-page-sub-title {
font-size: 1.5em;
margin-top: 2em;
 }

/* Collage */
 .header {  
  background:url(header.png);
  background-size:cover; 
  border: 20px 20px ; 
  height: 150px; 
  text-align: center; 
  width:100%; 
}
 
 * {
	box-sizing: border-box;
}
body {
background-image:url("default.png");
font-family:"Red Hat Display", sans-serif;
margin: 0;
max-width: 100%;
min-height: 100vh;

}
ul {  
list-style: none;
  margin: 0;
  padding: 0;

}

a {
	text-decoration: none;
}

.logo {    
float:left;
margin-left:4em; 
margin-top: -0.6em;
max-height:75%;
}

.main-nav { 
float:right;
margin-bottom:0;
margin-top: 5px;
text-shadow: 1px 1px 3px #000000;
 z-index:1;
}

.main-nav a {  
color: white;
display: block;
padding: 15px 15px;
text-align: center;
}

.main-nav a {
	font-size: .5em;
}

.main-nav a:hover {
background-color: deepskyblue;
height: auto; 
transition: all 0.3s ease;
}

.menu {	
    background-color:black ;
    border:0;	
    height:75px;	
    padding-bottom: .75em;
	padding-top: .75em;
}

/* Animations (Header) */
.zoom {  
    background-color: rgba(0, 0, 0, 0.096);
    transition: transform .2s; /* Animation */
}

.zoom:hover {
    transform: scale(1.10); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

/* Body - HomePage*/
#box { 
align-items: center;
border-image-source:url(holo.jpg) 3px;    
display: flex;
flex-direction: column;
float: center;
justify-content: center;
max-width: 100%;
max-height: 100%;
position: relative;
text-align:center;
}

.squeezebox{     
align-items:center;
justify-content: center;
margin: none;
position:relative;    
text-align: justify;
width:75vw;
}
    
.home{    
align-items: center;   
color:tan;
display: flex;
flex-direction: column;   
font-size: 30px;
justify-content: center;
text-align:center;
} 

#home-page-title {
align-items: center;
color:black;
text-shadow: 
      1px 1.5px 1.5px rgba(0, 0, 100, 1), 
      1px 1.5px 1.5px rgba(0, 0, 100, 1);
}

/* Sub Title Class - Homepage */
.retroshadow {
background-color:black;      
box-shadow: 0 2px 4px 0 rgba(0, 0, 225, 1), 0 5px 10px 0 ;
color: white;
letter-spacing: .05em;
width: 40%;
}

img {
    border-radius:5px;
}

/* Homepage Main Photo */
.home-portrait-photo {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6), 0 5px 10px 0 rgba(0, 0, 0, 0.6);
}

/* Body - Gaming Page, Music Page */
.grid-container-gaming {
align-items: center;  
display: grid;    
gap: 4em;
grid-template-columns: auto auto auto;
grid-template-rows: auto auto;
justify-content: center;
margin-top: 4em;
margin-bottom: 4em;

}


.box1-gaming{
align-items:center;

flex-direction: column;
justify-content: center;
max-height:600px; 
max-width:350px;
position:relative;
   
}



.box-gaming-text {
font: "Red Hat Display";
max-height:95px;
overflow:scroll;
}
.searchbox
{align-items:flex-end;
border-color:lightblue;
float:right;

}

.grid-container-music {
align-items: center; 
display: grid;
gap: 4em;
grid-template-columns: auto auto auto;
grid-template-rows: auto auto;
justify-content: center;
margin-top: 4em;
}

#show-more
{
 margin-left: 600px;
 width:300px;
 background: rgba(255,255,255,0.5);
 border-color: rgba(255,255,255,0.5);
 height:50px;
}

.image1-music,
.image2-music, 
.image3-music {
align-items: center;  
display: flex;
flex-direction: column;
}

/* Body - Culture Page */
.grid-container-culture {   
align-items: center;
display: grid;   
gap: 4em;
grid-template-columns: auto auto auto;
grid-template-rows: auto auto;
justify-content: center;
margin-top: 4em;
}

.box-culture {  
align-items: center;
display: flex;
flex-direction: column;    
font-size: small;
justify-content: center;
}

.culture-text {
font: "Red Hat Display";
max-height:95px;
overflow:scroll;
}

/* Body - Articles */
.box-grunge {  
align-items:center;
background: rgba(255,255,255,0.5);
justify-content: center;
margin: auto;
position:relative;
width:75vw;
}

.text-container {
align-items:center; 
justify-content: center;
margin: auto;
position:relative;
text-align: justify;
width:70vw;  
}

.responsive-photo {
    float: right;
    margin: 1em;
    overflow:hidden;
    
}

.responsive-photo2 {
    float: left;
    margin-right: 1em;
    
}

.responsive-photo3 {
   float:right;
    margin: 1em;
    max-width:100%;
    max-height:auto;
    
}
.comments{
    max-width:;
}
.write-comment{
float:left;
width:75vw;

}

.write_comment{
    display:block;
}

.comment-form{

width:75vw;
border-color:green;
border:solid 10px;
}

.comment-pfp{
float:left;

}
.comment {    
align-items:center;       
background: rgba(255,255,255,0.5);
border: solid 10px;
border-color:rgba(255,255,255,0.5);
justify-content: center;
margin: auto;   
max-width:75%;    
min-height:300px;
position:relative;
text-align: justify;
}

.submitcomment {
    float:right;
}


/* not sure if this is needed? */
.grunge-photo2 {
    float: right;
    margin-right: 1em;
}

p a:link {
  color: #001a33;
  font-weight: 800;
}
#logo,
#home-menu-link,
#gaming-menu-link,
#music-menu-link,
#culture-menu-link {    
    color: white;
    font-size: 1.25em;
    font-weight: 100;   
    line-height: .25em;
    margin-right: .175em;
}

.dropbtn {
  background-color: #04AA6D;  
  border: none;
  color: white;  
  font-size: 16px;
  padding: 16px;
}

.dropdown {
display: inline-block;  
position: relative;

}

.category { 
box-shadow: 0 2px 4px 0 rgba(0, 0, 225, 1), 0 5px 10px 0 ;
color: white;
letter-spacing: .05em;
margin-top:30px;
width: 40%;
  }
  
  .top {
  --offset: 50px; 
  display: none;
  position: relative;
  bottom: 20px;      
  margin-left:450px; 
  place-self: end;
  margin-top: calc(100vh + var(--offset));
  
  /* visual styling */
  text-decoration: none;
  padding: 10px;
  font-family: sans-serif;
  color: #fff;
  background: rgba(255,255,255,0.5);
  border-radius: 100px;
  white-space: nowrap;
}
  
 
}
.noContent {
background-color: transparent !important; 
color: #000 !important;
pointer-events: none;
}

/* Footer */
.footer {   
    align-content: center;
    align-items: center;
    background-color: black;
    bottom: 0; 
    display: flex;
    flex-direction: row;
    height: 70px;
    justify-content: center;
    justify-items: center;
    position: fixed;
    width: 100vw;
}

#patreon {
color: #0a66c2;    
font-size: 2.5em;
margin:20px;
}

#linkedin {
color: #0a66c2;
font-size: 2.5em;
margin: 20px;
}

#fiverr {    
  
    font: white;
  font-size: 2.5em;
    margin: 20px;
}
#upwork {

font-size: 2.5em;
margin: 20px;
}

#twitch
{
color: purple; 
 font-size: 5em;
margin-right: 10px;     
max-width:20vw;
}

#footer-bottom-page {
    position: relative;
}

/* visited link */
a:visited {
  color:darkblue;
}

/* selected link */
a:link {
  color: black;
}  

.toggle-button {
     display: none;   
     flex-direction: column;    
     height: 21px;
     justify-content: space-between;
     position: absolute;
      right: 1rem;  
      top: 1.32rem;
      width: 30px; 
}

.toggle-button .bar {
background-color: white;
border-radius: 10px;       
height: 3px;
width: 100%;
}

.is-hidden { 
    display: none; 
    
}

.commment_header {
    margin-left:45%;
}

.card-actions { 
align-items: center;   
display: flex;  
justify-content: space-between;
margin: 8px;
padding: 16px 0;
}

.post {
        width: 30%;
        margin: 10px auto;
 
        padding: 5px 10px 0px 10px;
}



.fa-thumbs-up {
     
        font-size: 1.3em;
          cursor: pointer;
          
}






#like{
    color:black;
      cursor: pointer;
} 
#like:hover{
    color:green;
      cursor: pointer;
} 
#unlike:{
      color: green; 
}
#unlike:active{
   cursor: pointer; 
   color: green;
}
#unlike:hover{
    color:black;
}



/* Media Queries */

@media (min-width: 700px) {
	.header,
	.main-nav {
		display: flex;
		
	}
	.header {
align-items: space-evenly;
display: flex;
flex-direction: row;
margin: 0;
max-width: 100%;
z-index:4;
	}
}

@media (min-width: 700px) {
	.header {
flex-direction: row;
justify-content: space-evenly;
max-width: 100%;
	}

}


/* Tablet & Mobile */
@media (max-width: 768px) {
    .toggle-button {
        display: flex;
    }

    .navbar-links {
display: none;
width: 100%;
        
    }

.navbar {   
align-items: flex-start;
background-color:;
flex-direction: column;
    }

.navbar-links ul { 
background-color: rgba(174,225,255,1);
flex-direction: column;
 width: 100%;
    }

    .navbar-links li {
        text-align: center;
    }

    .navbar-links li a {
        padding: .7em 1em;
    }

    .navbar-links.active {
        display: flex;
    }
    .box-grunge {
    align-items:center;  
   
   justify-content: center;
    position:relative;
   width:90vw;

}
.text-container {
  align-items:center;   
   justify-content: center;
    margin: auto;
    position:relative;
   text-align: justify;
     max-width:80vw; 
}

    .footer {
        position: relative;
    }

    /* Grunge */
    .box-grunge { 
        font-size: smaller;
        grid-template-columns: 25em;
       
    }
    
.responsive-photo {
    float: right;
    margin: auto;

}

.responsive-photo2 {
float: left;
margin-right: auto;
    
}
   .responsive-photo3 {
width:100%;
display:block;
margin:auto;
    
}

.YTvideo{
height:auto;  
width:auto;
}

.searchbox{
align-items:center;
float:inherit;
margin-left:70px;
    
}
/* Gaming, Music, Culture */
    .grid-container-gaming,
    .grid-container-music,
    .grid-container-culture {
        font-size: small;
        grid-template-columns: auto auto;
        margin-bottom: 4em; 
        margin-top: 2em;
        grid-auto-rows: minmax(content, auto);
    }
#respond {
  margin-top: 40px;
}

#respond input[type='text'],
#respond input[type='email'],
#respond textarea {
display: block;


  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.4em;
  margin-bottom: 10px;
width: 100%;

}
}
.login {
font-size:14px;
margin-left:43%;
}
@media (min-width: 559px) {
#show-more
{
    
 width:300px;
 background: rgba(255,255,255,0.5);
 border-color: rgba(255,255,255,0.5);
 
  grid-template-columns: auto;
position:relative;
margin-right:500;
margin-top: 4em;
}


    }


/* Mobile */
@media (max-width: 559px) {

    /* Homepage */
    
 
    #box {
        font-size: small;
        margin-bottom: 3em; 
        margin-top: 2em;
       
    }

    #home-page-title {
        font-size: 2.5em;
        line-height: 1em;
    }

    #home-page-subtitle {
        font-size: 1em;
    }

    .retroshadow {
        width: 80%;
    }
    
   .home-text {
       margin:15px;
    
}
.login {
font-size:14px;
margin-left:25%;
}
    .footer {
        position: relative;
        width:100vw;
    }
    
    .responsive-photo3 {
width:100%;
display:block;
margin:auto;
    
}
#show-more
{
    
 width:300px;
 background: rgba(255,255,255,0.5);
 border-color: rgba(255,255,255,0.5);



 
  grid-template-columns: auto;


margin-top: 4em;
margin-left: 45px;

}
  .top {
position:fixed;

  bottom: 20px;      
 margin-right:400px;
margin-left:120px;
  margin-top: calc(100vh + var(--offset));
  
  /* visual styling */
  text-decoration: none;
  padding: 10px;
  font-family: sans-serif;
  color: #fff;
  background: rgba(255,255,255,0.5);


  display: inline-block; 
 
}
  

    /* Gaming, Music, Culture */
    .grid-container-gaming,
    .grid-container-music,
    .grid-container-culture {
        font-size: small;
        grid-template-columns: auto;
        margin-bottom: 4em; 
        margin-top: 2em;
        grid-auto-rows: minmax(content, auto);
    }}