* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
	height:100%;
	font-family: Lato,sans-serif;
}

h1 {
    font-size: 2em;
    font-weight: bold;
}

.videorunestats{
	margin-left:25%;
	width:50%;
	height:50%;
}
.c-header {
    background-color: black;
    display: flex;
    flex-wrap: wrap;
    height: 9vh;
    justify-content: space-around;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.c-header .c-header__list-container {
    align-items: center;
    display: flex;
    gap: 1.4rem;
    height: 100%;
    list-style: none;
}
.c-header .c-header__nav, .c-header .c-header__title {
    align-items: center;
    display: flex;
}
.c-main {
    margin-top: var(--header-height);
    overflow-x: hidden;
    overflow-y: hidden;
}
.c-home {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 91vh;
    justify-content: space-evenly;
    padding: 0 1rem;
    text-align: center;
}
.is-important {
    color: #0d3e5a;
    font-size: 1.1em;
    font-weight: 700;
    position: relative;
    text-decoration: underline;
    -webkit-text-decoration-color: #ffff7f;
    text-decoration-color: #ffff7f;
}
.c-home__normal-text {
    font-size: clamp(1.3rem,1.2rem + 1vw,2rem);
    line-height: 1.4;
    margin: 0 auto;
    max-width: 60ch;
}
.c-home__intro-text {
    font-size: clamp(1.5rem,1rem + 3vw,4rem);
    line-height: 1.3;
    margin: 0 auto;
    max-width: 28ch;
}
.c-work-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.c-work {
    --radius-corner: 5px;
    --padding-content: 1.2rem;
        margin: 0 auto;
    max-width: min(10rem + 65vw,94vw);
    scroll-margin-top: min(10rem + 65vw,94vw);
}

.c-about {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 4rem auto 2rem;
    max-width: min(10rem + 65vw,94vw);
    scroll-margin-top: 9vh;
}

.c-project {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    scroll-margin-top: 100px;
}
.c-project__header {
    align-items: center;
    background: #0d3e5a;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.4rem 0.6rem;
}

.c-project__content {
    border: 3px solid #0d3e5a;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 1.3;
}


.c-project__desc-content {
    font-size: clamp(1.2rem,.5rem + 1vw,1.5rem);
    padding: 0.7rem;
}
.c-project__tags {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}

.c-tag {
    border: 1px solid #000;
    border-radius: 0.6rem;
    margin-top: 0.1rem;
    padding: 0.3rem;
    height:80%;
}
.c-project__title{
	margin-left:40%;
}

.h-base-link {
    color: white;
    text-decoration: none;
}
.tagsnlinks{
	display:flex;
}
.is-link{
}
.c-header .c-header__list-container>.c-header__list-item {
    margin-top: 0;
    position: relative;
}

.c-header .c-header__nav {
    font-size: clamp(1.4rem,1rem + 1vw,1.7rem);
    z-index: 1;
}
ol, ul {
    --padding-len: 2rem;
    padding-left: var(--padding-len);
}
.c-header__hamburger {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 2.5rem;
    justify-content: space-evenly;
    width: 2.5rem;
}
.c-header .c-header__list-container>.c-header__list-item {
    margin-top: 0;
    position: relative;
}
.is-section-title {
    background: #f7ef99;
    border-radius: 4px;
    color: #232130;
    font-size: clamp(1.2rem,1rem + 1.5vw,3rem);
    padding: 0.2rem 0.7rem;
}

.c-about__content {
    display: flex;
    flex-direction: column;
    font-size: clamp(1.2rem,.5rem + 1.2vw,1.5rem);
    gap: 1.8rem;
}
.c-about-section>p {
    line-height: 1.3;
    padding: 0 1rem;
}
.c-about-section>h3 {
    align-self: flex-start;
    font-size: clamp(1.2rem,.4rem + 1.5vw,3rem);
}

.c-about-section {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 0 0.5rem 0 0;
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
}
.c-about__title {
    align-self: flex-start;
}

.figmapics{
	display:flex;
}
.figmasrcpic{
	width:50%;
	margin-left:25%;
}
