@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');



body {
	margin: 0 0 0 0;
	background-color: #f8f8f8;
    font-family: 'Courier Prime', monospace;
	
	display: flex;
	flex-direction: column;
	
	overflow-x: hidden;
}


a {
    color: #222;
    text-decoration: none;
}

::-webkit-scrollbar {
	display: none;
}

ul {
    margin-top: 0;
}

/*
.header {
	width: 100vw;
	background-color: #fcfcfc;
	display: flex;
	justify-content: flex-start;
    border-bottom: solid 1px rgba(0, 0, 0, 0.5);
}
*/
	h1 {
		font-family: 'Lobster', cursive;
		text-transform: capitalize;
		line-height: 15vh;
		margin: 0;
		color: #EEE;
		font-size: 4.5vw;
	}


    
.favmanagement {
    border: solid 1px rgba(0, 0, 0, 0.2);
}
  

.wrapper {
	display: flex;
	flex-direction:row;
	min-height: 90vh;
}
  
.rolls {
	position: fixed;
    width: 15vw;
	height: 100vh;
	background-color: #fefefe;
	/*padding: 0 !important;*/
	padding-top: 2vh;
	padding-left: 2vw;
    
    display: flex;
    flex-direction: column;
    align-items: left;
		
	z-index: 1;
}


    .rolls a {
        padding-left: 1%;
		margin: 1%;
    }
    

    .roll{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .roll p{
        line-height: 80%;
        margin: 4% 0;
    }

#tagDesc {
	margin-left: 4vw;
	padding-left: 12vw;
	width: 80vw;
	/*border-bottom: solid 1px rgba(0, 0, 0, 0.5);*/
	padding-right: 10vw;
	padding-top: 1vh;
	padding-bottom: 5vh;
	background-color: #EEE;
}

#image {
	margin-left: 15vw;
    width: 84vw; 		/* 100- rolls width */
    display: flex;
    justify-content: flex-end;
}

#image:nth-of-type(even) {
    flex-direction: row-reverse;
}

    .imageText {
        width: 30%;
        padding: 5%;
        font-size: 110%
    }
    
    .imageImage {
        width: 69%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    
.landscape,
.portrait {
	max-width: 90%; /* Ensures images never overflow */
	height: auto;
	padding: 5%;
	margin: 0;
	object-fit: contain; /* Keeps proper aspect ratio */
}

.portrait {
	max-width: 30vw; /* Prevents portrait images from getting too wide */
}
	
.footer {
	width: 100vw;
	height: 10vh;
	/*border-top: solid 1px rgba(0, 0, 0, 0.5);*/

	display: flex;
	flex-wrap: row;
	justify-content: space-around;
	align-items: center;
	background-color: #EEE;
	
	z-index: 1;
}

@media (prefers-color-scheme: dark) {
	body {
		background-color: #222;
	}
		
	
	a {
		color: #fafafa;
	}
	
	p {
		color: #fafafa;
	}
	
	#tagDesc {
	    background-color: #333;
		/*border-bottom: solid 1px rgba(256, 256, 256, 0.5);*/
	}
	
	
	.rolls {
		background-color: #444;
	}
	
	label {
		color: #fafafa;
	}
	
	.year {
		border-right: solid 1px rgba(256, 256, 256, 0.5);
	}
	
	.favmanagement {
		border: solid 1px rgba(256, 256, 256, 0.2);
	}
	
	.rolls a {
    }
	
	.footer {
		border-top: solid 1px rgba(256, 256, 256, 0.5);
		background-color: #222;
	}
}
	
	
	
@media (orientation: portrait) {
	.header {
		flex-direction: column;
	}
	
	.year {
		width: 100%;
		height:5vh;
		border: none;
}

    


    
.rolls { 
}


    .rolls a {
    }
    
    .roll {
    }

    .rollText{
    }

    .rollText p{
    }
	
	
	
	
	#landscape{
        width: 65%;
        height: auto;
        padding: 5%;
        margin: 0;
    }
    
    #portrait{
        width: 65%;
        height: auto;
        padding: 5%;
        margin: 0;
    }
}