/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
   
   header, ol, ul {
	list-style: none;
}

nav ul {
    display:block;
    font-size: 5vw;
}



/* Mobile */
@media screen and (max-width:640px){
    body {
        background-image: url('images/nick-nice-zwjSCTItiZU-unsplash.jpg');
        background-size:cover;
        background-repeat:no-repeat;
        justify-content: center;
        overflow-x: hidden;
        animation-duration: 1.5s;
        animation-name: blur;
    }
    @keyframes blur{
        0%{
            filter: blur(6px)
        }
        100%{
            filter: blur(0px)
        }
    }

    header{
        position: fixed;
        display: flex;
        text-align: left;
        justify-content: right;
        align-items: center;
        width:100%;
        height: 4em;
        background-color:rgb(0, 0, 0);
        color: white;
        z-index: 20;

    }
    .links-container{
    
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 20;
        width: 60%;
        height: 100%;
        background-image: url('images/nick-nice-zwjSCTItiZU-unsplash.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        transition: 1s ease;
    }
    li {
        box-sizing: border-box;
        height: auto;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        padding: 20px;
    }
    .open-sidebar-button {
        display: block;
        padding: 20px;
    }
    .close-sidebar-button {
        display: block;
    }
    #sidebar-active {
        visibility: hidden;
    }
    #sidebar-active:checked ~ .links-container{
        right:0;
    }


    li {
        position: relative;
        text-align: center;
        height: 4em;
        display:flex;
        align-items: center;
        color: white;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        transition: 150ms ease;
        
        }
        li a::before{
            content: "";
            position: absolute;
            bottom: 15px;
            left: 0px;
            width: 0%;
            height: 3px;
            background-color: white;
            transition: 150ms ease;
            }
    
        li a:hover::before{
                width:40%;
        }

    a:link, a:visited {
    color:white;
    text-decoration: none;
    }
    .s {
        color:white;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif'
    }

    #spacer {
        height:4em
    }
    
    #footerHome {
        background-color: black;
        color:white;
        display: flex;
        justify-content: space-around;
        padding: 75px;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
    }
    #aboutmeMain {
        width: 100%;
        align-self: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: black;


    }
    #aboutmeBody {
        display: flex;
        flex-direction: column;
        width: 300px;
        justify-content: center;
    }
    #description {
        display: flex;
        flex-direction:row;
        justify-content: center;
        align-items: center;

        flex-wrap: wrap-reverse;

    }
    h1 {
        text-align: center;
        padding-top: 20px;
    }

    #description h1{
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 50px;
        color: #50527B;
        padding-bottom: 30px;

    }
    p {
    
        color: white;
        font-size: 18px;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        line-height: 1.5em;
    }

    #description img{
        width: 75%;
        display: flex;
        justify-self: center;
    }
    .resume_section{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .resume_section img{
        width:300px;

    }
    .certImg {
        width: 100px;
    }
    .certiImg {
        padding:10px;
        width: 200px;
    }
    .certTitle {
        color: white;
        font-size: 40px;
        text-align: center;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        padding-top: 20px;

    }
    .cert_flex {
        padding-top: 50px;
        display: flex;
        justify-content:space-evenly;
        flex-wrap: wrap;
    }
    #certs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .resume {
        display: flex;
        flex-direction: column;
        justify-content: center; 
        color: white;
        font-size: 40px;
        text-align: center;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    #transcript {
        display: flex;
        flex-direction: column;
        justify-content: center; 
        color: white;
        font-size: 40px;
        text-align: center;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    #transcript h2 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .resume h2 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .idfFrame {
        display: flex;
        justify-self: center;
        justify-content: center;
        height: 400px;
        padding-bottom: 40px;
        width: 300px;
    }

    .pdfStuff {
        text-align: center;
        display: flex;
        justify-content: center;
    }
 
    .pdfStuff li {
        position: relative;
        text-align: center;
        display:flex;
        align-items: center;
        color: white;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        transition: 150ms ease;
        
        }
        .pdfStuff li a::before{
            content: "";
            position: absolute;
            bottom: 50px;
            left: 0px;
            width: 0%;
            height: 3px;
            background-color: white;
            transition: 150ms ease;
            }
    
        .pdfStuff li a:hover::before{
                width:100%;
        }

    a:link, a:visited {
    color:white;
    text-decoration: none;
    }


}


/*Desktop*/

@media screen and (min-width:641px){
    body {
        display: flex;
        justify-content: center;
        background-image: url('images/nick-nice-zwjSCTItiZU-unsplash.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        justify-content: center;
        animation-duration: 1.5s;
        animation-name: blur;
    }
    @keyframes blur{
        0%{
            filter: blur(6px)
        }
        100%{
            filter: blur(0px)
        }
    }
    .icon {
        visibility: hidden;
    }
    header{
        position: fixed;
        display: flex;
        text-align: left;
        justify-content: left;
        align-items: center;
        width: 90%;
        height: 4em;
        background-color:rgb(0, 0, 0);
        color: white;
        z-index: 20;

    }
    nav svg {
        fill: var(white);
        padding: 20px;
    }
    #sidebar-active{
        display: none;
    }
    .open-sidebar-button {
        display: none;
    }
    .close-sidebar-button {
        display: none;
    }
    .links-container{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        color: white;
    }

    ul {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        color: white;
        justify-content: space-evenly;
    }

    li {
    position: relative;
    text-align: center;
    height: 4em;
    display:flex;
    align-items: center;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    transition: 150ms ease;
    
    }
    li a::before{
        content: "";
        position: absolute;
        bottom: 15px;
        left: 0px;
        width: 0%;
        height: 3px;
        background-color: white;
        transition: 150ms ease;
        }

    li a:hover::before{
            width:100%;
    }


    a:link, a:visited {
    color:white;
    text-decoration: none;
    }
    .s {
        color:white;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif'
    }

    #spacer {
        height:4em
    }
    
    #footerHome {
        background-color: black;
        color:white;
        display: flex;
        justify-content: space-around;
        padding: 75px;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
    }
    #aboutmeMain {
        width: 90%;
        padding: 20px;
        align-self: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: black;


    }
    #aboutmeBody {
        display: flex;
        flex-direction: column;
        width: 600px;
        justify-content: center;
    }
    #description {
        display: flex;
        flex-direction:row;
        justify-content: space-evenly;
        align-items: center;

        flex-wrap: wrap-reverse;

    }
    h1 {
        text-align: center;
        padding-top: 20px;
    }
    #description img{
        width: 100px;
    }
    #description h1{
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 60px;
        color: #50527B;
        padding-bottom: 30px;

    }
    p {
    
        color: white;
        font-size: 18px;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        line-height: 1.5em;
    }

    #description img{
        width: 400px;
    }
    .resume_section{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .resume_section img{
        max-width:600px;

    }
    .certImg {
        width: 200px;
    }
    .certiImg {
        padding: 40px;
        width: 500px;
    }
    .certTitle {
        color: white;
        font-size: 60px;
        text-align: center;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        padding-top: 20px;

    }
    .cert_flex {
        padding-top: 50px;
        display: flex;
        justify-content:space-around;
        flex-wrap: wrap;
    }
    #certs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .resume {
        display: flex;
        flex-direction: column;
        justify-content: center; 
        color: white;
        font-size: 60px;
        text-align: center;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    .Certs {
        display: flex;
        flex-direction: column;
        justify-content: center; 
        color: white;
        font-size: 60px;
        text-align: center;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        width: 300px
    }
    #transcript {
        display: flex;
        flex-direction: column;
        justify-content: center; 
        color: white;
        font-size: 60px;
        text-align: center;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    #transcript h2 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .resume h2 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .idfFrame {
        height: 400px;
        width: 300px;
        padding-bottom: 40px;
        margin-top: -100px;
    }


 
    .pdfStuff li {
        position: relative;
        text-align: center;
        display:flex;
        align-items: center;
        color: white;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        transition: 150ms ease;
        
        }
        .pdfStuff li a::before{
            content: "";
            position: absolute;
            bottom: 75px;
            left: 0px;
            width: 0%;
            height: 3px;
            background-color: white;
            transition: 150ms ease;
            }
    
        .pdfStuff li a:hover::before{
                width:100%;
        }

    a:link, a:visited {
    color:white;
    text-decoration: none;
    }

}