#jaden-image{border-radius:50%;width:25%}#header{display:flex;flex-direction:column;align-items:center;padding:10px;margin:10px}#content{padding:10px;margin:10px}#body{display:flex;flex-direction:column}@media screen and (max-width:800px){#experiences{background-color:#f9f9f9;display:flex;flex-direction:column;align-items:flex-start}#projects{background-color:#fff;display:flex;flex-direction:column;align-items:flex-start}}@media screen and (min-width:800px){#experiences{background-color:#f9f9f9;display:flex;flex-direction:row;align-items:flex-start}#experiences_body{display:flex;flex-direction:column;flex:1}#projects{background-color:#fff;display:flex;flex-direction:row;align-items:flex-start}#projects_body{display:flex;flex-direction:column;flex:1}.section_title{flex-basis:40%}}.socials a{display:inline-block;margin:0 10px;transition:transform .2s ease,box-shadow .2s ease,color .2s ease}.socials a:hover{transform:translateY(-4px);box-shadow:0 4px 8px #0003;color:#0077b5}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#f9f9f9;border-bottom:1px solid #eaeaea;position:sticky;top:0;z-index:1000}#logo{border-radius:50%;height:40px;width:auto;object-fit:contain;cursor:pointer}.nav-links{display:flex;flex-direction:row;gap:1.5rem;list-style:none;margin:0;padding:0}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav-links a:hover{color:#0077b5}#header{display:flex;flex-direction:column;align-items:center}@media screen and (max-width:800px){#posts{display:flex;flex-direction:column;align-items:center;width:100%}.post{border:3px solid lightgray;margin:10px;padding:10px;width:90%}}@media screen and (min-width:800px){#posts{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:20px}.post{border:3px solid lightgray;margin:10px;padding:10px;box-sizing:border-box;max-width:30vw;flex:1 1 300px;transition:transform .2s ease,box-shadow .2s ease}.post:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}}
