@font-face {
    font-family: 'Good-Timing';
    src: url('../fonts/good timing bd.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Source Code Pro';
    src: url('../fonts/SourceCodePro-VariableFont_wght.ttf');
    font-weight: normal;
    font-style: normal;
}
#newfont{
    font-family:'Good-Timing';
}
#newfont{
    font-family:'Source Code Pro';
}

body{
    top: 0;
    margin: 0px;
    background: #16161D;
    font-family: 'Helvetica';
    display: inline-block;

}
header{
    position: fixed;
    width: 300px;
    height: 100%;
    color: white;
    top: 0;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}
img{
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

main{
    position: fixed;
    left: 320px;
    top:0;
    bottom:0;
    right:0;
}
article{
    position: absolute;
    left:0;
    top:25px;
    right:25px;
    bottom:25px;
    background-color: white;
    padding: 40px;
    display: flex;
    border-radius: 20px;
    overflow-x: scroll;
}
heading{
    font-size: 500px;
    font-family: 'Good-Timing';
    margin-top: -100px;
    width: fit-content;
}

li{
    padding: 10px;
    width: 80%;
    margin: 5px;
    border-radius: 10px;
}

li:hover{
    background-color: white;
}

li:hover a{
    color: black;
}

a{
    text-decoration: none;
    color: white;
    height: 50px;
    width: 100%;
}

ul{
    list-style-type: none;
}

.mainnav{
    display: inline-block;
    color: white;
    height: 25px;
}
.mainnav ul{
    display: flex;
    height: 25px;
    padding: 0px;
    margin: 0px;
    align-items: center;
}
.mainnav ul li{
    border-radius: 0;
    border-right: 1px solid #bbb;
    padding: 0px;
    padding-right: 5px;
    width: auto;
    margin: 0px 5px 0px 0px;
    height: 20px;
}
.mainnav ul li:hover{
    background-color: white;
    color: black;
}

.s2heading{
    width:
}

article div{
    min-width: 500px;
    margin: 0px 40px 0px 10px;
}
article p{
    font-size: 20px;
}
.logo{
    display: grid;
    gap: 2,5px;
    grid-template-columns: auto auto;
    width: 855px;
    flex-shrink: 0;
}
.logo img{
    grid-column: 2/3;
    width: 300px;
    height: auto;
}
.logoSoup{
    grid-column: 1/2;
}
.logoPersonal{
    grid-column: 1/2;
}

.typography{
    display: grid;
    gap: 5px;
    grid-template: auto auto auto / 300px auto;
    width: 855px;
    flex-shrink: 0;
}
.typography h1{
    grid-column: 1 / 3;
}
.typography p{
    grid-column: 1 / 2;

}
.typography img{
    grid-row: 2 / 4;
    grid-column: 2 / 3;
}
/*.javascript{
    display: grid;
    gap: 5px;
    grid-template: auto auto auto / 400px 400px;
    flex-shrink: 0;
}
.javascript h2{
    grid-row: 2 / 3;
}
.javascript p{
    grid-row: 3 / 4;
    max-width: 500px;
}*/

.gitLink{
    color: blue;
}

.jsIntroimg{
    width: 400px;
    grid-row: 4/5;
    grid-column: 2/3;
}
.jsCube{
    grid-row: 4/5;
    grid-column: 3/4;
}
.layout{
    flex-shrink: 0;
    width: 620px;
}
.portfoliodev{
    display: grid;
    grid-template: auto auto / auto 300px;
    width: 600px;
    flex-shrink: 0;
}
.portfoliodev h1{
    height: 35px;
}
.portfoliodev img{
    grid-row: 2 / 4;
    grid-column: 2 / 3;

}
.portfoliodev p{
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}
.animation img{
    width: 500px;
}
.goodUCD img{
    width: 500px;
}
