@font-face {
    font-family: gothpixel;
    src: url(fonts/GothicPixels.ttf);
}

@font-face {
    font-family: terminus;
    src: url(fonts/TerminusTTFWindows-4.49.3.ttf);
}

body {
    margin: 0;
    padding: 20px;
    background-image: url(images/purpleGrunge.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

h1 {
    text-align: center;
    font-family: gothpixel;
    color: #ECE9F6;
    font-size: 55px;
    text-decoration: none;
    margin: 0;
    font-weight: normal;
}

h2 {
    font-family: gothpixel;
    color: #ECE9F6;
    text-decoration: none;
    font-weight: normal;
    font-size: 65px;
    align-self: center;
    padding-left: 120px;
}

h3 {
    font-family: gothpixel;
    text-decoration: none;
    color: #ECE9F6;
    font-weight: normal;
    font-size: 20px;
    padding-left: 10px;
}

h4 {
    font-family: gothpixel;
    text-decoration: none;
    color:#221240;
    font-weight: normal;
    font-size: 16px;
    padding-top: 1em;
    justify-self: center;
}

p {
    white-space: pre-line;
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
    text-decoration: none;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    background-color: rgba(10, 5, 18, 0.8);
    border: solid 2px #B19AD4;
    border-radius: 10px;
    padding: 1em;
}

/* Header Section */
header {
    background: linear-gradient(to bottom, #0A0512, #221240);
    border: solid 1px #B19AD4;
    border-radius: 10px 10px 0 0;
    padding: 2em 1em 2em 1em;
}

/* Navigation */
nav {
    background-color: #221240;
    border: 1px solid #B19AD4;
    margin-top: 1em;
}

#navBox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
}

.navButton {
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
}

.navButton li {
    list-style-type: none;
    font-family: gothpixel;
    margin: 0 0.5em;
}

.navButton li a {
    display: block;
    color: #f1eff5;
    text-align: center;
    padding: 0.5em 4.3em;
    text-decoration: none;
    border: 1px solid #B19AD4;
    line-height: 20px;
}

.navButton li a:hover {
    background-color: #B19AD4;
    border: 1px solid #f1eff5;
}

/*HOME PAGE*/

/* Main Content Grid */
.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    margin-top: 2em;
}

/* New Addition Card */
#newAddition {
    background-image: url(images/purpleGirl.jpeg);
    background-size: cover;
    background-position: center;
    border: 1px solid #B19AD4;
    min-height: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.click {
    font-family: terminus;
    text-decoration: none;
    color: #ECE9F6;
    padding: 10px;
    margin-top: auto;
    text-align: right;
    
}

.click:hover {
    color: #B19AD4;
}

/* Right Column */
.right-column {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

/* Responsive */
@media (max-width: 768px) {
    .content-grid {
        grid-template-columns: 1fr;
    }
    ul {
        flex-wrap: wrap;
    }
}

/*guestbook*/
.guestbook {
    position: relative;
    border: 1px solid #B19AD4;
    background-image: linear-gradient(#B29BD5, #221240);
    padding-bottom: 20px;
}

#inputBox {
    background-image: linear-gradient(to bottom,#ECE9F6,#B29BD5);
    height: 250px;
    width: 50%;
    border-radius: 4px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.leaningCaeles {
    position: absolute;
    top: -305px;
    right: -95px;
    pointer-events: none;
}    

input {
    background-color: #B19AD4;
    width: 200px;
    border-radius: 4px;
    border-color:#0A0512;
    justify-self: center;
    position: relative;
}

::placeholder {
    color: #221240;
    font-family: terminus;
}

#message {
    padding-bottom: 4em;
}

.formInput {
    font-family: terminus;
    color: #ECE9F6;
    padding-top: 1em;
    justify-self: center;
}

.btn {
    padding-top: 10px;
    justify-self: center;
}

button {
    font-family: terminus;
    color: #ECE9F6;
    font-weight: normal;
    background-color: #221240;
    margin-top: 1em;
    padding-left: 2em;
    padding-right: 2em;
    cursor: pointer;
}

button :hover {
    color: #ECE9F6;
}

.theChat {
    background-image: linear-gradient(to bottom, #f1eff5, #B19AD4);
    height: 40px;
    width: 60px;
    position: relative;
}

/*updates*/
.updates {
    position: relative;
    border: 1px solid #B19AD4;
    padding: 10px;
    background-image: linear-gradient(#B29BD5, #221240);
}   

#updateList {
    font-family: terminus;
    list-style-type: none;
    color: #ECE9F6;
}

.dates {
    color: #000000;
}

/* ABOUT PAGE */
.about-grid {
    display: grid;
    grid-template-columns: 250px 1fr 250px;
    gap: 1em;
    padding: 1em;
}

.generalContainer {
    background-image: linear-gradient(to bottom, #B29BD5, #221240);
    padding: 1em;
    margin-top: 1em;
}

.left-column {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

/*.center-content*/

.right-column {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.block {
    background: linear-gradient(to bottom, #ECE9F6, #B19AD4);
    border: 2px solid #0A0512;
    height: 200px;
    padding: 1em;
    box-sizing: border-box;
}

/* Responsive */
@media (max-width: 768px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
}

#aboutBox {
    position: relative;
    border: 1px solid #B19AD4;
    background-image: linear-gradient(#B29BD5, #221240);
    width: 100%;
}

.tallBlock {
    background: linear-gradient(to bottom, #ECE9F6, #B19AD4);
    border: 2px solid #0A0512;
    height: 350px;
    padding: 1em;
    box-sizing: border-box;
}

.selfie {
    background-image: url(images/selfietime.PNG);
    background-size: cover;
    border: 2px solid #0A0512;
    height: 350px;
    padding: 1em;
    box-sizing: border-box;
}

#meetArtist {
    rotate: -20deg;
    position: relative;
    text-align: center;
    font-size: 30px;
    word-break: normal;
    right: 90px;
    bottom: 45px;
}

#caelesHeader {
    text-decoration: none;
    display: grid;
    padding-left: 30px;
    padding-top: 10px;
    margin: 0;
}

#detailsHeader {
    padding-left: 10em;
    margin: 0;
    font-family: terminus;
    font-size: 25px;
}

p {
    font-family: terminus;
    color: #ECE9F6;
    padding-left: 1em;
    padding-right: 1em;
    text-align:justify;
}

/*PROJECTS page*/
.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
}

.folder-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

/* Third item spans both columns and centers itself */
.folder-item:nth-child(3) {
  grid-column: 1 / -1;
  justify-self: center;
}

.folder-label {
  text-align: center;
  margin: 0;
  font-family: gothpixel;
}

.folderIcon {
    
}

/*footer*/
footer {
    background-image: linear-gradient(to top, #0A0512, #221240);
    border: solid 1px #B19AD4;
    border-radius: 0 0 10px 10px;
    padding: 1em 1em 1em 1em; 
    font-family: terminus;
    margin-top: 1em;
}

#footerText {
    font-family: terminus;
    display: flex;
    list-style-type: none;
}

#footerText li {
    padding: 0em 4.3em;
    color: #ECE9F6;
}

#footerText a {
    text-decoration: underline;
    color: #B29BD5;
}
