/* Table of Contents
---------------------------------------------------
- General Content
- Typography
- Header & Navigation
- Images & Media
- Footer
- Media Queries
--------------------------------------------------- */

/* General Content
--------------------------------------------------- */
.main {
    padding-top:3%;
}

.row {
    padding: 3% 0;
}

.grey {
    background-color:#f2f2f2;
}
/* Typography
--------------------------------------------------- */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: #202426;
    -webkit-font-smoothing: antialiased;
}

h2 {
    margin: 0.67em;
    letter-spacing: 0;
}

h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 1em;
    color: #202426;
}

h3.project-name:hover {
    color: #9da65d;
}

h4 {
    font-size: 1em;
    text-transform: uppercase;
    line-height: 2em;
    letter-spacing: 2px;
    color: #202426;
}

.company {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 0.75em;
    color: #202426;
}

.divider {
    content: "";
    margin-bottom: 16px;
    display: block;
    width: 50%;
    height: 1px;
    background-color: #8c8c88;
}

.divider_title {
    content: "";
    margin-bottom: 16px;
    display: block;
    width: 250px;
    height: 1px;
    background-color: #8c8c88;
}

.dates {
    font-size: 0.625em;
    text-transform: uppercase;
    line-height: 2em;
    color: #202426;
}

.story {
    margin: 3% 5% 3% 5%;
    line-height: 1.875em;
    text-indent:  40px;
}

h2.bio {
    text-align: center;
    color: #202426;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.2em;
}

p.bio {
    display: inline-block;
    flex-direction: column;
    color: #202426;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a.bio {
    display:inline-block;
}
a {
    color: #9da65d;
    text-decoration: none;
    font-weight: 600;
}
a:hover {
    color: #6d89a6;
}
/* Header & Navigation
--------------------------------------------------- */
.main_nav {
    overflow-x: hidden;
    padding: 1% 0;
    display: block;
    border-bottom-style: groove;
    border-bottom-color: #000;
    border-bottom-width: 2px;
}

.logo {
    margin: 5% auto;
    text-align: center;
}

.logo a {
    font-weight: 800;
    color: #202426;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 8em;
    line-height: 1;
    text-decoration: none;
}

.logoname {
    font-weight: 800;
    color: #202426;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.2em;
}
/* Images & Media
--------------------------------------------------- */
.vd {
    font-family:  'Audiowide', cursive;
    letter-spacing: -10px;
    color: #202426;
    font-size: 100px;
    position: relative;
}

.vd:hover {
    color: #9da65d;
}

.vd span{
    display: inline-block;
    animation-name: vd;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.vd span:nth-child(2) {
    animation-delay: 0.3s;
}

.vd span:nth-child(3) {
    animation-name: swing;
    animation-delay: 3s;
}

@keyframes vd {
    0%,80% {
        transform: rotateY(360deg);
    }
}
@keyframes  swing{
    0%{transform: rotateZ(0deg)}
    40%{transform: rotateZ(-90deg)}
    60%{transform: rotateZ(-70deg)}
    90%{transform: rotateZ(-85deg)}
    100%{transform: rotateZ(-90deg)}
}

img {
    max-width: 100%;
}

.avatar {
    border-radius: 50%;
    border: 5px solid #fff;
    width:auto;
    height: auto;
}

.image-link {
    max-width: 90%;
}

.image-link:hover{
    transform: scale(1.02); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    transition: all 0.25s ease-in-out;
}

/* Footer
--------------------------------------------------- */
footer {
    margin: 0;
    padding:  0;
}

.social {
	display: flex;
    flex-direction: row;
	text-align: left;
    margin-bottom: 0;
}

.social li {
	font-size: 3em;
	display: inline;
	padding: 0 2%;
}

.social li a {
	color: #666;
}

.social .linkedin a:hover {
    color: rgb(0, 123, 182);
}

.social .github a:hover {
    color: rgb(0, 0, 0);
}

.social .codepen a:hover {
    color: rgb(0, 0, 0);
}

.copyright {
	text-align: center;
	color: #666;
    font-size: 0.75em;
}

.software {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: auto;
    grid-gap: 15px;
    height: 4vw;
}

.software li {
    display: flex;
    flex-direction: column;
    padding: 0 2%;
    min-width: 10%;
}

.icons {
    width: 48px;
    height: auto;
    min-width: 10%;
}

.text {
    font-size: 0.5em;
    text-transform: uppercase;
    text-align: center;
    color: #202426;
    padding: 1em 0 0 0;
}

iframe {
    width: 100%;
        }
/* Media Queries
--------------------------------------------------- */

/* Larger than mobile */
@media (min-width: 320px) {
    .avatar {
        max-width: 50%;
        display: block;
        margin: auto;
    }

    .vd {
        width: 100vw;
        text-align: left;
    }
    p.logoname {
        width: 100vw;
        text-align: left;
    }
    .project-name {
        font-size: 1.3em;
    }
    p.story {
        margin: 3% 5% 3% 5%;
        line-height: 1.875em;
        text-indent:  10px;
}

    .software {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(2, 17vw);
        grid-gap: 15px;
        justify-content: center;
        margin: 0 0 10px 10px;
        height: auto;
    }
    iframe {
        width: 100%;
    }
}
/* Larger than tablet (also point when grid becomes active) */
@media (min-width: 550px) {
    .vd {
        width: 100vw;
        text-align: left;
    }
    .logoname {
        width: 100vw;
        text-align: left;
    }
    .project-name {
        font-size: 1.3em;
    }
    .software {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(2, 12vw);
        grid-gap: 15px;
        height: auto;
    }
    .avatar {
        max-width: 80%;
    }
}

/* Larger than tablet */
@media (min-width: 750px) {
    vd {
        width: 100vw;
        text-align: left;
    }
    .logoname {
        width: 100vw;
        text-align: left;
    }
    .project-name {
        font-size: 1.8em;
    }
    .software {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: auto;
    grid-gap: 15px;
    height: 8vw;
    } 
    .story {
    margin: 1% 5% 1% 5%;
    }
}
/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
.avatar {
    max-width: 70%;
}

.software {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: auto;
    grid-gap: 15px;
    height: 4vw;
    }
}