body {
    background: rgb(84,69,62);
}
h1 {
    text-align: center;
    color: white;
}

/*homepage countdown start*/
.countdown {
    display:block;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.countdown h1{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    -webkit-text-stroke: 0.8px;
    -webkit-text-stroke-color: black;
    font-size: 26px;
    justify-self: center;
}
.timebox {
    display: flex;
    flex-direction: row;
    font-family: 'Times New Roman', Times, serif;
    font-size: larger;
    font-weight: bolder;
    color: white;
    background-color: black;
    background-image: url(Media/countdownbackground.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px rgb(36, 30, 27), 0 0 19px rgb(36, 30, 27);
    height: 150px;
    width: 450px;
    justify-self: center;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.time {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.time p {
    margin-top: 0px;
    margin-bottom: 2PX;
}
/*homepage countdown end*/

.main-title {
    justify-self: center;
    text-align: center;
    color: rgb(212, 193, 161);
    background-image: url('Media/HTLWS.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(216, 216, 216);
    margin-top: 40px;
    width: 641px;
    height: 131px;
}

.snippet-generator {
    color: white;
    font-family: 'Courier New', Courier, monospace;
    align-content: center;
    text-align: center;
    font-size: 13px;
} 
#led-board {
    width: 77%;
    height: 80px;
    background-color: rgb(0, 0, 0);
    box-shadow: 0 0 5px rgb(21, 27, 54), 0 0 19px rgb(21, 27, 54);
    color: rgb(255, 202, 28);
    font-family: 'Courier New', Courier, monospace;
    margin-top: 40px;
   
}
.home-navigation {
    display: flex;
    font-size: 17px;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(84,69,62);
    position: relative;
    text-align: center;
    justify-content: space-evenly;
    margin-top: 50px;
    border-top: 0px solid #ffffff75;
    border-left: 0px solid #FFFFFF75;
    box-shadow: 5px 5px 12px #00000035 ;
    background: #ffffff15;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1px;
    overflow: hidden;
    backdrop-filter: blur(4px);
}
.ocean {
    display:block;
    width: 450px;
    margin-right: auto;
    margin-top: 50px;
}
.weeknd {
    display:block;
    width: 450px;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 10px;
}
.tenant {
    display:block;
    width: 450px;
    margin-left: auto;
    margin-top: 80px;
}
.paled {
    display:block;
    width: 450px;
    margin-right: auto;
    margin-top: 50px;
}
.back-home-a {
    font-size: 20px;
    justify-content: space-between;
}
.about {
    font-family: 'Elsie Swash Caps';
    font-size: 44px;
    text-align: center;   
    color:rgb(177, 169, 169); 
    margin-bottom: 40px;
}
.synopsis {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 18px;
    text-align: justify;
    justify-self: center;
    width: 57%;
    margin-top: 30px;
    line-height: 1.5;
    color: rgb(216, 216, 216);
   
}
.motto {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 23px;
    text-align: center;
    justify-self: center;
    width: 57%;
    margin-top: 30px;
    line-height: 1.5;
    color: rgb(216, 216, 216);
}
.footer a {
    display: block;
    background-image: url('Instagram.gif');
    background-size: cover;
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    margin-top: 100px;
    margin-bottom: 0px;
    justify-self: center;
}
footer {
    display: grid;
    justify-items: center;
}
#red {
    background-size: contain;
    
}

/*read windows page start*/
.window-grid{
    display: grid;
    grid-template-columns: repeat(3, 215px);
    gap: 80px 10%;
    margin-top: 115px;
    justify-content: center; 
}
.window-1 {
    height: 215px;
    width: 215px;
    box-shadow: 0 0 5px rgb(0, 0, 0), 0 0 19px rgb(0, 0, 0);
    
}
.under-window {
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
    color: white;
    margin-left: 65px;
    
}
/*read windows page end*/

/* mug page start*/
.mug-grid {
    display: grid;
    grid-template-columns: repeat(1, 215px);
    margin-top: 10px;
    margin-bottom: 115px;
    justify-content: center;
    gap: 80px 13%;
}
.mug1,
.mug3,
.mug4 {
    height: 250px;
    width: 250px;
    cursor: pointer;
    margin-left: -25px;
}
.mug2 {
    height: 250px;
    width: 130px;
    cursor: pointer;
    margin-left: 45px;
    
}
.under-mug {
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
    color: white;
    text-align: center;
    justify-content: center;
    
}
.hidden {
    display: none !important;
}
.card1,
.card2,
.card3,
.card4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}
.card1 img {
    width: min(400px, 90vw);
    height: auto;
}
.card2 img {
    width: min(400px, 90vw);
    height: auto;
}
.card3 img {
    width: min(400px, 90vw);
    height: auto;
}
.card4 img {
    width: min(400px, 90vw);
    height: auto;
}
.card-content {
    padding: 20px;
}
/* mug page end*/
.chapter {
    display: flex;
    color: rgb(255, 255, 255);
    font-size: 23px;
    text-align: justify;
    justify-self: center;
    padding: 0px 55px;
    width: 90%;
    line-height: 1.7;
    margin-top: 70px;
    user-select: none;   
    text-indent: each-line 35px;  
}
.character-tag {
    text-align: center;
}
#snippet-generator {
    display: block;
    justify-self: center;
}
/*folders start*/
.folders {
    display: grid;
    grid-template-columns: repeat(2, 200px) ;
    gap: 100px;
    justify-content: center;
}
.folder-green {
	background: conic-gradient(from -15deg at 60% 20%, 
      #0000 105deg, rgb(101, 148, 99) 0%);
      width:200px;
      height: 140px;
      margin-top: 40px;    
      
}
.folder-blue {
	background: conic-gradient(from -15deg at 60% 20%, 
      #0000 105deg, rgb(132, 197, 235) 0%);
      width:200px;
      height: 140px;
      margin-top: 40px;     
}
.folder-content1 {
    background-color: black;
    width: 40%;
    height: 40%;
    display: block;
    align-items: center;
    justify-self: center;
    top:0;
    bottom: 0;
    position: fixed;
    border-radius: 10%;
}
a:link {
    color: bisque;
}
a:visited {
    color:rgb(216, 204, 204);
}
a:hover {
    color:rgba(133, 131, 131, 0.856);
}
