
div#show_feed_content_container{
    width:600px;
    margin:auto;
}


div.card_container{
}

div.card {
    display:grid; 
    grid-template-rows: 100px 1fr 55px;
}

div.card_header{
    display:grid; 
    grid-template-columns: 75px 1fr 50px;
}

div.header_panel{
    display:grid;
    grid-template-rows: 5fr 4fr;
}

div.header_info{
    display:grid; 
    grid-template-columns: 1fr 62px;

}

div.card_back_frame{
    position:relative;    
    padding:30px;
    padding-bottom:50px;
    top:-50px;
    border-radius:0 25px 25px 25px;
    background-color:#20292A;
    border: 2px solid #FFE3AD;
    box-shadow: 0px 0px 10px 6px #FC851D;
    z-index:0
}

div.header_info {
    height:60px;
    margin-top:18px;
    border-radius:0 75px 75px 0;
    background-color:#20292A;
    border: 2px solid #FFE3AD;
    box-shadow: 0px 0px 10px 6px #FC851D; 
    z-index:2;
}

div.main_content{
    display:grid; 
    grid-template-columns: 64px 1fr;
}

div.vertical_info_panel{
    position:relative;
    top:-25px;
    left:20px;
    height:200px;
    border-radius:0 0 75px 75px;
    background-color:#20292A;
    border: 2px solid #FFE3AD;
    box-shadow: 0px 0px 10px 6px #FC851D; 
    z-index:4;
}


div.vertical_info_frame {
    display:grid; 
    grid-template-rows:40px 31px;
    align-self:center;
    background-repeat: no-repeat;
    width:55px;
    height:71px;
    padding-top:4px;
}

div.vertical_info_frame.line_width {
    background-image: url('/static/images/feed_icons/line_width.png')
}

div.vertical_info_frame.color_depth {
    background-image: url('/static/images/feed_icons/color_depth.png')
}

img.vertical_info {
    padding-top:3px;
    padding-left:3px;
    width:80%;
}

div.card_footer{
    display:grid; 
    grid-template-columns: 50px 1fr; 
    z-index:3 
}


div.horizontal_button_container {
    display:flex; 
    width:100%; 
    position:relative; 
    top:-83px; 
    column-gap:30px; 
    justify-content:center;
}

div.horizontal_button_panel{
    justify-content: center;
    align-items:center;
    width:300px;
    border-radius:75px;
    background-color:#20292A;
    border: 2px solid #FFE3AD;
    box-shadow: 0px 0px 10px 6px #FC851D; 
    z-index:4;
    padding:5px;
}

div.button.show_feed {
    height:40px;
    width:75px;
    border-radius: 25px;
    background-color: #394547;
    border: 2px solid #415154;
}

div.button.show_feed.clicked_on{
    border-color: #FC851D;
}

div.horizontal_button:hover{
    background-color:#516165;
    border: 2px solid #617478;
}

img.button.show_feed{
    width:35px;
    align-self:start;
    justify-self:center
}

img.button.show_feed.add_to_project{
    width:55px;
}

div.project_panel{
    width:105px;
    height:100%;
    border-radius:75px;
    background-color:#20292A;
    border: 2px solid #FFE3AD;
    box-shadow: 0px 0px 10px 6px #FC851D; 
    z-index:4;
}


/* div.clip_art_type{
    width:100px;
    height:100px;
    border-radius:75px;
    background-color:#20292A;
    border: 2px solid #FFE3AD;
    box-shadow: 0px 0px 10px 6px #FC851D;
    z-index:5;
} */

/* img.clip_art_type{
    height:80%;
    margin-left:15%;
    margin-top:10%;
} */

img.platform_logo{
    width:85%;
    margin-left:4px;
    margin-top:4px;

}

img.card_asset{
    width:100%
}

h1.card_title{
    font-family: "Economica", sans-serif;
    font-weight:600;
    color:white;
    margin:0px;
    margin-left:35px;
}

h1.card_title.show_feed{
    font-size:24px;
    align-self:end;
}

h2.card{
    font-family: "Mouse Memoirs", sans-serif;
    color:white;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    margin:0px;
}

h3.card{
    font-family: "Economica", sans-serif;
    font-weight:600;
    color:#bcccce;
    margin:0px;
    margin-left:35px;
}

h4.card{
    font-family: "Mouse Memoirs", sans-serif;
    font-weight:400;
    font-size:28px;
    color:#ffffff;
    margin: 0px;
    align-self:center;
    justify-self:center;


}

div.project_menu_separator {
    height:5px;
    background-color:#FC851D;
    border-radius:10px;
    margin-bottom:5px;
}


div.project_list_container{
    overflow-y: scroll;
    max-height:250px;
    scrollbar-color: #FC851D #2F393B;
    scrollbar-width:thin;


}




div.project_name_container{
    position:absolute;
    top:70px;
    left:16vw;
    width:47.5%;
    background-color:#2F393B;
    border-radius:15px;
    border: solid, 2px, #FFE3AD;
    box-shadow: 0px 0px 10px 6px #FC851D;
    padding:10px;
    z-index: 6;
  }


  @keyframes share_container_animation{
    0%{opacity: 1;}
    25%{opacity:1;}
    100%{opacity: 0;}
  }

  div.project_share_container.animate{
  animation-name: share_container_animation;
  animation-duration: 1500ms;
  }

div.project_share_container{
    position:absolute;
    top:70px;
    left:16vw;
    width:25%;
    text-align: center;
    background-color:#2F393B;
    border-radius:10px;
    border: solid, 2px, #FFE3AD;
    box-shadow: 0px 0px 10px 6px #FC851D;
    padding:10px;
    z-index: 6;
  }




input.project_name_field{
    width: 95%;
    background-color:#FC851D;
    font-family: "Economica", sans-serif;
    font-size:24px;
    font-weight:600;
    color:white;
    border-radius:7px;
    border:none;
}

div.create_project_container{
    position:absolute;   
    top:70px;
    left:16vw;
    width:50%;
    background-color:#2F393B;
    border-radius:15px;
    border: solid, 2px, #FFE3AD;
    box-shadow: 0px 0px 10px 6px #FC851D;
    padding-left:5px;
    z-index: 6;
}

/* div.create_new_project:hover{
    background-color: #FC851D;
} */

div.project_label_container:hover{
    background-color:#FC851D;
    border-radius:5px;
}

h2.create_project:hover{
    background-color:#2F393B;
}


h2.project_label{
    font-family: "Economica", sans-serif;
    font-size:20px;
    font-weight:600;
    color:white;
    margin:0px;
    margin-top:8px;
    margin-bottom:8px;
    overflow:hidden;
        cursor: pointer;
  }

  img.project_icon{
    width:10%;
  }

  div#next_page_container{
    margin:auto;
    width:250px;
    background-color: #20292A;
    border-radius:25px;
    border: solid, 2px, #FFE3AD;
    box-shadow: 0px 0px 10px 6px #FC851D;
  }

  div#next_page_container:hover{
    background-color: #FC851D;
  }

  img#next_page{
    width:100%
  }

  #profile_frame {
    background-color:var(--profile-color);
    border:1px solid var(--border-color);
    border-radius:75px;
    height:67px;
    width:67px;
    padding-left:1px;
    padding-top:1px
}


div#profile_container {
    justify-items:end;
    padding-right:3%;
    gap:1rem;
    margin-bottom: 15px;
}

div#expanded_profile_container{
    text-align:center;
    margin-bottom: 15px;
    position: absolute;
    top:15px;
    right:1vw;
    padding: 15px;
    border:2px solid var(--border-color);
    border-radius:7px;
    background-color: var(--background-color);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    font-family: Economica;
    z-index:6;
}

div#expanded_profile_frame {
    background-color:var(--dark_tab-color);
    border-radius:50%;
    width:250px;
    height:250px;
    padding-top:3px;
    padding-left:3px;   
}

div#profile_separator{
    height:3px;
    margin-top:10px;
    margin-bottom:10px;
    border-radius:20px;
    background-color:var(--profile-color)
}


button#profile_logout {
    font-family: "Economica", sans-serif;
    font-size:22px;
    font-weight: 600;
    background-color:var(--background-color);
    color:white;
    border:0;
    width:100%;
    height:100%;
    text-align:left;
    padding:8px;

}

h2.profile_option{
    font-family: "Economica", sans-serif;
    padding:8px;
    color:white;
    font-size: 22px;
    text-align:left;
    margin:0px;
}

h2.profile_option:hover{
    background-color:var(--profile-color);
    border-radius:5px;
}

button#profile_logout:hover {
    background-color:var(--profile-color);
    border-radius:5px;
}

img#error_monster{
    width:100%
}

input.project_name_button:hover {
    background-color:#cc752a;
}



/* Extra small devices (phones, 600px and down) */
 @media only screen and (max-width: 600px) {

    
    /* img.profile{
        width:45px;
        height:45px;
    } */

    div#show_feed_content_container{
        width:80%;
    }
    
    div.card_container{
        width:100%;
        margin-bottom:-45px;
    }

    div.card {
        grid-template-rows: 100px 1fr 36px;
    }
/* 
    div.clip_art_type{
        width:50px;
        height:50px;
    } */

    div.card_header {
        grid-template-columns: 40px 1fr 50px;        
    }



    div.horizontal_button_panel{
        width:100%
    }

    div.header_info{
        display:grid; 
        grid-template-columns: 1fr 26px;
        height:32%;
        margin-top:5px;
    }

    div.header_panel{
        grid-template-rows: 18px 13px;
    }

    h1.card_title.show_feed {
        margin-left:20px;
        font-size:14px;
    }

    h3.card {
        margin-left:20px;
        font-size:12px;        
    }

    img.platform_logo {
        width:100%;
        margin-left:-4px;
        margin-top:3px;
    }

    div.vertical_info_panel{
        width:32px;
        height:125px;
        top:-75px;
        left:10px;
    }

    div.main_content{
        display:grid; 
        grid-template-columns: 50px 1fr;
    }

    div.vertical_info_frame{
        display:grid;
        grid-template-rows: 20px 16px;
        width:30px;
        height:39px;
    }

    div.vertical_info_frame.line_width {
        background-image: url('/static/images/feed_icons/line_width_mobile.png')
    }

    div.vertical_info_frame.color_depth {
        background-image: url('/static/images/feed_icons/color_depth_mobile.png')
    }

    h4.card{
        font-size:18px;
    }

    h2.card{
        font-size:16px;
    }

    div.main_content{
        grid-template-columns: 28px 1fr;
    }

    div.card_back_frame {
        top:-78px;
        padding:15px;
    }

    div.card_footer{
        grid-template-columns: 30px 1fr; 
    }

    div.horizontal_button_container {
        display:flex; 
        width:90%; 
        position:relative; 
        top:-99px; 
        column-gap:10px; 
        justify-content:center;
        margin-left:10px;
    }

    div.horizontal_button{
        width:34px;
        height:20px;
    }

    img.horizontal_button{
        width:75%
    }

    img.project.horizontal_button {
        width:75%
    }

    h2.project_label{
        font-size:14px;
    }

    div#project_wall {
        width:200px;
        grid-template-columns: 50px 1fr;
    }

    div.horizontal_button.wall{
        width:60px;
        height:18px;
    }

    h3.wall.plain_text{
        font-size:14px
    }

    h4.wall.button_text{
        font-size:12px
    }

    div.button.show_feed{
        width:55px;
        height:30px;
    }

    img.button.show_feed{
        width:25px;
    }

    img.button.show_feed.add_to_project{
        width:30px;
    }



    div.project_panel{
        width:105px;
        height:auto;
    }

 }


