*{
    margin:0 auto;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Merriweather', serif;
    text-align: center;
    padding-top: 60px;
    margin: 0 auto;
}

header{
    background-color: #fff;
    max-height: 60px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top:0;
    z-index: 10;
    
}

header > img{
    max-height: 100px;
    max-width: 100px;
    float: left;
}

header > h3{
    float: left;
    margin-top: 18px;
}

header > nav{
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    padding-bottom: 5px;    
}

nav > ul{
    list-style-type: none;
}

ul > li{
    display: inline;
    margin-left: 20px;
}

header::after {
    content: "";
    display: table;
    clear: both;
}

a{
    text-decoration: none;
    color: #000;
}

h3{
    color:#fff;
}

.outerContainer{
    margin: 0 auto;
    padding-bottom: 50px;
}

.innerContainer{
    margin: 0 auto;
    width:80%;
}

.flexContainer{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: flex-start;
}

.toolsContainer{
    max-width: 1100px;
}

#aboutSection{
    clear: both;
    background:url("../Media/RiverBackground.png") no-repeat center center;
    background-size: 100%;
    background-color: #292929;
    overflow: hidden;
}

@media screen and (max-width: 700px) {
    header{
        background-color: #292929;
    }
    header a{
        color:#fff;
    }
    #aboutSection{
        background-size: 800px 600px;
    }
}

#innerAbout{
    padding: 100px 50px;
}

#innerAbout > div{
    margin: 12px auto;
    padding: 20px;
    color: #e6e6e6;
    box-shadow: inset 0 0 0 1000px rgba(0,0,40,.5);
}

#innerAbout h2{
    text-emphasis: none;
    padding-bottom: 10px;
}

#innerAbout p{
    padding-top: 10px;
    font-size: 1.1em;
}

#innerAbout > img{
    border-radius: 50%;
    max-width: 30%;
    display: block;
    position: relative;
    margin: 0 auto;
}

#innerAbout a{
    padding: 7px 20px;
    margin-top: 20px;
    background-color: #fff;
    color: #484cc7;
    border-radius: 20px;
}

#portfolioTitle , #modelTitle{
    background-color: #030ba6af;
    padding:50px 0;
    color: #fff;
    font-weight: normal;
}

#portfolioTitle h2, #modelTitle h2{
    font-weight:lighter;
    padding-bottom:5px;
}

#portfolioTitle label , #modelTitle label{
    font-size: 0.9em;
}

hr{
    border: 0;
    height: 2px;
    margin:18px 0;
    position:relative;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0.65) 50%, rgba(255,255,255,0) 90%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(10%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.65)), color-stop(90%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 10%,rgba(255,255,255,0.65) 50%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 10%,rgba(255,255,255,0.65) 50%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 10%,rgba(255,255,255,0.65) 50%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 10%,rgba(255,255,255,0.65) 50%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    margin-bottom: 15px;
}

#featuredGame{
    background-color: #030ba6af;
    padding: 10px;
    color: #fff;
    text-align: left;
    margin: 10px auto;
    width: 80% ;
    overflow: auto;
    border-radius: 15px;
    -webkit-box-shadow: 4px 5px 8px -1px rgba(0,0,0,0.82); 
    box-shadow: 4px 5px 8px -1px rgba(0,0,0,0.82);
}

#featuredGame img{
    float: left;
    max-width: 50%;
    max-height: 400px;
    margin: 10px;
    padding:0;
}

#featuredGame > h3{
    padding: 10px;
    font-size: 20px;
}

#featuredGame > p{
    padding: 8px;
    font-size: 16px;
}

#featuredGame > p > a{
    text-decoration: underline;
    color: #fff;
}

#portfolioGames{
    clear: both;
}

.gameSection, .modelSection{
    background-color: #030ba6af;
    padding: 10px;
    gap:10px;
    margin: 10px;
    width: 450px;
    min-height: 300px;
    border-radius: 15px;
    -webkit-box-shadow: 4px 5px 8px -1px rgba(0,0,0,0.82); 
    box-shadow: 4px 5px 8px -1px rgba(0,0,0,0.82);
}

.gameSection h3, .modelSection h3{
    color: #fff;
    padding: 10px;
}

.gameSection > button{
    padding:0;
    background-color: #4f539790;
    border: none;
}

.gameSection img , .modelSection img{
    max-width: 400px;
    max-height: 300px;
    padding:0;
}

.modelSection img
{
    vertical-align:auto;
}

.gameSection img:hover{
    cursor: pointer;
}

.gameSection > p{
    color: #fff;
    padding: 8px;
    font-size: 15px;
}

.gameSection > p > a{
    text-decoration: underline;
    color: #fff;
}



.gifImg{
    display: none;
}

.extraInfo{
    display: none;
}

#mySkillsSection{
    background-color: #1a1a1aca;
}


#skillsTitle{
    padding:50px 0;
    color: #fff;
    font-weight: normal;
}


#skillsTitle h2{
    font-weight:lighter;
    padding-bottom:5px;
}

#enginesTitle #languagesTitle #VCTitle{
    font-weight:lighter;
    color:#fff;
    font-size: 18px;
}

#VCTitle{
    margin-bottom: 40px;
    margin-top: 40px;
}

.skillNode{
    background-color: #b9f70e74;
    padding: 10px;
    margin: 10px auto;
    width: 300px;
    min-height: 225px;
    border-radius: 15px;
    -webkit-box-shadow: 4px 5px 8px -1px rgba(0,0,0,0.82); 
    box-shadow: 4px 5px 8px -1px rgba(0,0,0,0.82);
    text-align: center;
    justify-content: center;
    align-items: center;
}

.skillNode > img{
    width: 200px;
    max-height: 200px;
    margin: auto;
    padding: inherit;
}

.skillNode > h4{
    bottom: 0;
}

#phpID > img{
    margin-top: 40px;
}

#languagesTitle{
    margin-top: 40px;
    padding:40px 0;
    color: #fff;
    font-weight: normal;
}

#contactMe{
    margin-top: 40px;;
    background-color: #030ba6af;
    border-radius: 20px;
    color: #fff;
}

#contactMe > h2{
    padding: 20px;    
}

#contactMe > form{
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    text-align: left;
}

.inputSection{
    margin:10px 20px;
}

.inputSection > input{
    width: 100%;
    padding:10px;
    border-radius: 10px;
    border: none;
    margin: 10px 0;
}

#msgDiv{
    grid-column: span 2;
}

#msgDiv > textarea{
    width: 100%;
    padding:10px;
    border-radius: 10px;
    border: none;
}

#contactMe > form > input[type="submit"]{
    margin: 10px 20px;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    border: none;
    background-color: #fff;
    grid-column: span 2;
    color:#030ba6af;
    font-family: 'Merriweather', serif;
}

.hidden{
    opacity: 0;
    filter: blur(3px);
    transform: translateX(-100px);
    transition: all 1s;
}

@media(prefers-reduced-motion){
    .hidden{
        transition: none;
    }
}

.show{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0)
}

.gameSection:nth-child(2){
    transition-delay: 100ms;
}

.gameSection:nth-child(3){
    transition-delay: 200ms;
}

.gameSection:nth-child(4){
    transition-delay: 300ms;
}

#javaSkill > img{
    width:150px;
}

footer{
    background-color: #292929;
    color: #fff;
    padding: 20px;
    margin-top: 40px;
}