@font-face {
    font-family: "Pistilli";
    src: url("../Pistilli-Roman.otf");
}

body {
    background-color: #f7f7f7;
    margin-left: 0;
}

.title {
    text-align:center;
}

.container_12 .grid_1{
width: 100%;
}
     
.head_title img {
    background-color: #1D2D66;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}
nav ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: 0;
    font-size: 24px;
    text-align: center;
    margin-top: 15px;
    font-family: "Concert One", sans-serif;
    
    
    
}

nav li {
   margin-left: 5px;
    padding-left: 5px;
}
nav {
    background-color: #E0F6FF;
    padding-left: 12px;
}

nav a {
    text-decoration: none;
    display: block;
}

.nav-active {
    color: #fff;
    background-color: #b369bc;
    border-radius: 10px;
    
}
footer {
    background-image: url('../images/footer.png');
    background-repeat: no-repeat;
    float: none;
    padding-bottom: 80px;
    padding-top: 95px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    
}

main ul {
    list-style: none;
}

main .container_12 {
    display: flex;
}

main p {
    font-size: 26px;
    background-color: #C0BEBE;
    border-radius: 10px;
    padding: 22px;
    margin-bottom: 60px;
    line-height: 1.6;
}
.top_half_outer {
    width: 100%;
    justify-content: center;
}

.top_half_grid_outer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    justify-content: center;
    padding-left: 65px;
    padding-right: 65px;  
}
.top_half_grid_outer img {
    padding: 10px;
}

.top_half_left_block_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.top_half_right_block_grid {
    display: grid;
    justify-content: start;
    align-items: start;
}



.book_zine {
    display: grid;
    grid-template-columns: 2fr 1fr;
    justify-content: end;

}

.sweatshirts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: end;
}



.ipad {
    display: grid;
    justify-content:end;
}

.red_time {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.bottom_half_outer {
    width: 100%;
    justify-content: center;
}

.bottom_half_top_block_grid {
    display: grid; 
    gap: 15px;
    padding-bottom: 15px;
}

.bottom_half_bottom_block_grid { 
    display: grid;
    gap: 10px;
    padding-bottom: 15px;
}

.red_img {
    grid-row: span 2;
    grid-column: span 2;
}

.lover_img {
    grid-row: span 1;
    grid-column: span 1;
    grid-row-start: 1;
    grid-column-start: 3;
}

.mug_img {
    grid-row: span 1;
    grid-column: span 1;
    grid-row-start: 1;
    grid-column-start: 4;
}

.ttpd_img {
    grid-row: span 1;
    grid-column: span 1;
    grid-row-start: 1;
    grid-column-start: 5;
}

.moon_saturn_img {
    grid-row: span 1;
    grid-column: span 3;
}

.time_magazine_img {
    grid-row: span 1;
    grid-column: span 2;
    grid-row-start: 1;
    grid-column-start: 1;
}

.sweatshirt_1989_img {
    grid-row: span 1;
    grid-column: span 3;
    grid-row-start: 1;
    grid-column-start: 3;
}


section h1 {
    font-family: "Concert One", sans-serif;
    font-size: 40px;
    color: #b369bc;
}

section p {
    font-size: 26px;
    padding-bottom: 20px;
}
aside {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

aside img {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 15px;
}
h2 {
    font-family: "Pistilli", serif;
}
  
.table_name {
    font-family: "Pistilli", serif;
    text-align: center;
    margin-top: 30px;
}

.filterable-container {
    text-align: center;
    
}

.collection_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    justify-content: center;
    background-color: #C0BEBE;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 80px;
    margin-left: 0;

    
}


p {
    font-family: "Source Serif 4", serif;
    font-size: 16px;
}

.bracelet img {
    padding-bottom: 60px;
    justify-content: center;
    margin-left: 50px;
}

.selfie img {
    margin-left: 0;
    margin-left: 30px;
}


.form_container {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 60px;
}

form {
    font-size: 25px;
    font-family: "Concert One", sans-serif;
    background-color:  #C0BEBE;
    padding: 22px;
    border-radius: 10px;
    margin-right: 20px;
    text-align: center;
    border: none;
}
textarea {
  width: 100%;
  height: 100px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
  margin-top: 20px;
}
.spotify {
display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 60px;
}
.story_heading {
    font-family: "Concert One", sans-serif;
    font-size: 40px;
    color: #b369bc;
}

button {
    background-color: #B369BC;
    border: none;
    border-radius: 10px;
    font-family: "Concert One", sans-serif;
    font-size: 22px;
    padding: 10px 24px;
    float: right;
}

button:hover {
    opacity: .7;
    color: #fff;
    cursor: pointer;
}



.filter-controls {
    background-color: #C0BEBE;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    width: 20%;
    font-family: "Concert One", sans-serif;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    display: grid;

}

.filter_container {
    display: flex;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.filter-controls a:hover {
    opacity: 0.5;
}

.filter-controls a.active {
    color: #b369bc;
}

.collection_button {
    text-decoration: none;
    color: black;
    background-color: #B369BC;
    border: none;
    border-radius: 10px;
    font-family: "Concert One", sans-serif;
    font-size: 22px;
    padding: 8px;
    margin-top: 10px;
    float: right;
}

footer img:hover {
opacity: 0.8;
cursor: pointer;
}
.collection_grid img {
    border-radius: 6px;
}

.collection_grid img:hover {
opacity: 0.5;
}
