* {
    cursor: url("assets/neutral_cursor.png"), auto;
 }

body{ 
    display: flex;
    flex-direction: column;
    width: 700px;
    background-color: rgb(255, 255, 255);
    justify-content: center; 
    margin:0 auto; 
}

.dragonheader {
    flex:1;
    width: 100%;  
    text-align: center;
    margin: 0 auto; 
}
.navbar {
    display:flex;
    flex-direction: row;
}

.navbuttonbackground {
    border: 2px solid black;
    border-radius: 10px; 
    background-color: black;
    flex:1;
    text-align: center; 
}

.navbuttonbackground:hover {
    background-color:rgb(161, 161, 161);
    cursor: url("assets/magglasscursor.png"), auto;
}

.navbutton {
    color: rgb(255, 255, 255);
    text-decoration: none; 
    
}
.navbutton:hover {
    color: rgb(0, 0, 0);
    cursor: url("assets/magglasscursor.png"), auto;
    text-decoration: none;  
}

.title {
    width: 300px;
    flex:1;
    width: 100%;  
    text-align: left;
    margin: 0 auto; 
    margin-top: 7px;
}

.title-text {
    position: relative;
    left: 20px;
  }

.content-container {
    display: grid;
    grid-template-columns: [sidebar] 125px [subheadings] auto [content] auto;
    grid-template-rows: [about-me-title] auto [about-me-body] auto [hire-me-title] auto [hire-me-body] auto [overflow] auto;
    row-gap: 0px;
    column-gap: 25px;
}

/* all the sidebar stuff */
.sidebar {
    grid-column: sidebar;
    grid-row: 1 / -1;
}
table#sidebar-table {
    border:3px #000000;
    border-radius: 5px;
    border-style: solid;
    border-spacing:7px;
}
.sidebar-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.sidebar-icon {
    width: 115px;
    height: 115px;

}
.sidebar-title {
    width: 115px;
    height: auto;

}
.sidebar :hover {
    cursor: url("assets/magglasscursor.png"), auto;
}



.aboutme-title {
    grid-column: subheadings / span content;
    grid-row: about-me-title;
}
.aboutme-line {
    grid-column: content;
    grid-row: about-me-title;
    align-self: center;
}
.aboutme-body {
    grid-column: content;
    grid-row: about-me-body;
}
.hireme-title {
    grid-column: subheadings;
    grid-row: hire-me-title;
}
.hireme-line {
    grid-column: content;
    grid-row: hire-me-title;
    align-self: center;
}
.hireme-body {
    grid-column: content;
    grid-row: hire-me-body;
}











.subheading {
    font-family: Arial, sans-serif;  
    font-size: 24px;                 
    color: #333;                     
    font-weight: bold; 
    margin-top: 0px;
}




.contentTable {
    border-radius: 0px;
    width : 700px; 
    margin: 0px auto;
}



.navbutton {
    color: rgb(255, 255, 255);
    text-decoration: none;  
}
.navbutton:hover {
    color: rgb(0, 0, 0);
    cursor: url("assets/magglasscursor.png"), auto;
    text-decoration: none;  
}
.navbuttoninactive:hover {
    color: rgb(0, 0, 0);
}



/* stuff about embedded links*/
.linkinsta:hover span {
    display: none;
    cursor: url("assets/magglasscursor.png"), auto;
}
.linkinsta:link {
    color:#333;         
    text-decoration: none;   
}
.linkinsta:active {
    color: #333;         
    text-decoration: none; 
}
.linkinsta:hover:before {
    content: "@pottery.gator";
    text-decoration: underline;
    cursor: url("assets/magglasscursor.png"), auto;
}
.linkinsta:visited {
    color: #333;           /* Set the color when the link is clicked */
    text-decoration: none; /* Keep underline while active */
}
.linkemail:hover span {
    display: none;
    cursor: url("assets/magglasscursor.png"), auto;
}
.linkemail:link {
        color:#333;          
        text-decoration: none;   
}
  
.linkemail:hover:before {
    content: "pottery.gator@gmail.com";
    text-decoration: underline;
    cursor: url("assets/magglasscursor.png"), auto;
}
.embedlink:link {
    color:#333;           
    text-decoration: none;    
}

.embedlink:hover {
    color: #333;           
    text-decoration: underline; 
    font-weight: bold;
    cursor: url("assets/magglasscursor.png"), auto; 
}

.embedlink:active {
    color: #333;           /* Set the color when the link is clicked */
    text-decoration: none; /* Keep underline while active */
}

.embedlink:visited {
    color: #333;           /* Set the color when the link is clicked */
    text-decoration: none; /* Keep underline while active */
}

/* hire me section*/
.hiremeTable { 
    margin: auto;
    border : none;
}

.buttonhireme {
    border-radius: 1px;
    font-size: 24px; 
    padding: 10px ;
    width: 15%;
    text-decoration: none; 
    color: #333;
}

.buttonbackgroundhireme {
    border-color: rgb(0, 0, 0);
    border: 2px;
    background-color: rgb(241, 241, 241);
    border-radius: 5px;
}
.buttonbackgroundhireme:hover {
    cursor: url("assets/magglasscursor.png"), auto;
    background-color:rgb(197, 197, 197);
}
.buttonhireme:hover {
    color: rgb(222, 55, 55);
    cursor: url("assets/magglasscursor.png"), auto;
}
.buttoninactive:link {
    color: rgb(0, 0, 0);
}
.buttoninactive:active {
    color: rgb(0, 0, 0);
}

/* pottery gallery section*/
.galleryTable {
    border-collapse: collapse;
    table-layout: fixed;
    width : 700px; 
    margin: 10px auto;
}
.galleryTabl td {
    width : 33.33%; 
    text-align: center;
    vertical-align: top;
}
.potterygallery{
    align-items: center;
    margin: 10px auto;
    width: 200px;
}
.potterygallery img {
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    height: 200px;
  }
.desc {
    padding: 5px 0;
    text-align: center;
}

/* makes links not purple */

.plainlink:link, .plainlink:visited, .plainlink:focus, .plainlink:active {
    color: black;
    text-decoration: none;
}
.plainlink:hover{
    color: black;
    text-decoration: underline;
    cursor: url("assets/magglasscursor.png"), auto;
}


