body{
    background-color: black;
    cursor: crosshair;
}

/* The sidebar menu */
.sidebar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
    overflow-x: hidden;
    
}

  /* The sidebar links */
.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    filter: blur(3px);
}

  /* When you mouse over the navigation links, change their color */
.sidebar a:hover {
    color: #f1f1f1;
    filter: blur(0px);
    z-index: 3;
    font-size: 25px;
    overflow: hidden;
    cursor: default;
}

  /* Position and style the close button (top right corner) */
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 38px !important;
    margin-left: 50px;
    margin-top: .1em;
    filter: blur(0px) !important;

}

  /* The button used to open the sidebar */
.openbtn {
    font-size: 20px;
    cursor: default;
    background-color: black;
    color: #818181;
    padding: 10px 15px;
    border: none;
    text-decoration: none;
    
}

.openbtn:hover {
    transition: all .5s;
    color: whitesmoke;
}

.dropdown {
    float: left;
    overflow: hidden;
    
}

.dropdown-content{
    display: none;
    /* position: absolute; */
    z-index: 1;
}
.dropdown-content a:hover{
    filter: blur(0em);
}
.dropdown-content a{
    float: none;
    display: block;
    margin-left: 1em;
    filter: blur(3px);
}
.show{
    display: block;

}

  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#btn {
    transition: margin-left .5s; /* If you want a transition effect */
    padding: 20px;
    color: #818181;
    filter: blur(0px);
}

html{
    cursor: crosshair;
}

#main {
    transition: margin-left .5s;
    padding: 20px;
    color: whitesmoke;
}
h2{
    color: whitesmoke;
    text-align: center;
}

.middle{
    filter: blur(1px);
    /* position: absolute; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 1em;
    -webkit-animation: fadein 7s;
    position: fixed;
    z-index: 1;
    white-space: nowrap;
}
.middle:hover, .text:hover{
    text-decoration: line-through;
}

@keyframes linein{
    from{
        text-decoration: none;
    }
    to{
        text-decoration: line-through;
    }
}

.text{
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    /* text-align: center; */
    letter-spacing: 10px;
    z-index: 1;
    position: fixed;
    white-space: nowrap;
    
}

@keyframes fadein{
    from {
        filter: blur(10px);
    }
    to{
        filter: blur(1px);
    }
}
.text::before,.text::after{
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.text::before{
    color: darkgray;
    animation: LEVI-STARKWEATHER .5s infinite;
}
.text::after{
    color: tan;
    animation: LEVI-STARKWEATHER .2s infinite;
}
@keyframes LEVI-STARKWEATHER{
    0%{
        left: -3px;
        top: -3px;   
    }
    25%{
        left: 2px;
        top: 1px;
    }
    50%{
        left: -2px;
        top: -3px;
    }
    75%{
        left: 2px;
        top: -2px;
    }
    100%{
        left: 0px;
        top: -3px;
    }
}

@media screen and (max-width: 800px){
    .text{
        font-size: 30px;
        padding-top: 1em;
    }
    .middle{
        font-size: 30px;
        padding-top: 1em;
    }
    .text::before{
        color: darkgray;
        animation: LEVI-STARKWEATHER .5s infinite;
        padding-top: 1em;
    }
    .text::after{
        color: tan;
        animation: LEVI-STARKWEATHER .2s infinite;
        padding-top: 1em;
    }
    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
        filter: blur(3px);
    }
    .sidebar {padding-top: 15px;}
    #btn {
        transition: margin-left .5s; 
        padding: 20px;
        color: #818181;
        filter: blur(0px);
    }
    
    .dropdown {
        float: left;
        overflow: hidden;
        
    }
    
    .dropdown-content{
        display: none;
        /* position: absolute; */
        z-index: 1;
    }
    .dropdown-content a:hover{
        filter: blur(0em);
    }
    .dropdown-content a{
        float: none;
        display: block;
        margin-left: 1em;
        filter: blur(3px);
    }
    .show{
        display: block;
    
    }
    .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 38px !important;
        margin-left: 50px;
        margin-top: .1em;
        filter: blur(0px) !important;
    
    }
    .sidebar {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 1; /* Stay on top */
        top: 0;
        left: 0;
        background-color: #111; /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
        overflow-x: hidden;
        
    }
}
@media screen and (max-width: 900px){
    .her{
        max-width: 600px;
    }
    .text{
        font-size: 40px;
        padding-top: .6em;
        
    }
    .middle{
        font-size: 40px;
        padding-top: .6em;
    }
    .text::before{
        color: darkgray;
        animation: LEVI-STARKWEATHER .5s infinite;
        padding-top: .6em;
    }
    .text::after{
        color: tan;
        animation: LEVI-STARKWEATHER .2s infinite;
        padding-top: .6em;
    }
    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
        filter: blur(3px);
    }
    .sidebar {padding-top: 15px;}
    #btn {
        transition: margin-left .5s; 
        padding: 20px;
        color: #818181;
        filter: blur(0px);
    }
    .dropdown {
        float: left;
        overflow: hidden;
        
    }
    
    .dropdown-content{
        display: none;
        /* position: absolute; */
        z-index: 1;
    }
    .dropdown-content a:hover{
        filter: blur(0em);
    }
    .dropdown-content a{
        float: none;
        display: block;
        margin-left: 1em;
        filter: blur(3px);
    }
    .show{
        display: block;
    
    }
    .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 38px !important;
        margin-left: 50px;
        margin-top: .1em;
        filter: blur(0px) !important;
    
    }
    .sidebar {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 1; /* Stay on top */
        top: 0;
        left: 0;
        background-color: #111; /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
        overflow-x: hidden;
        
    }
}
@media screen and (max-width: 700px) {
    .hero{
        margin-bottom: 480px !important;
    }
    .resume{
        display: grid;
        grid-template-rows: auto auto auto;
        margin-top: 100px;
        font-size: 1.4em !important; 
        color:whitesmoke; 
        filter: blur(1px);  
    }
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    .about{
        display: grid;
        grid-template-rows: auto auto auto;
        margin-top: 100px;
        font-size: 1.4em !important; 
        color:whitesmoke; 
        filter: blur(1px);  
    }
    .video-paragraph{
        font-size: 10px;
    }
    .video{
        width: 310px;
        height: 200px;
    }
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    
      /* Six columns side by side */
    .column {
        
        display: grid;
        grid-template-columns: auto;
        padding: 0 px;
        float: left;
        width: 16.6%;
        
    }

    
    
    .text{
        font-size: 20px;
        padding-top: 2.5em;
        padding-left: 1em;
    }
    .middle{
        font-size: 20px;
        padding-top: 2.5em;
        padding-left: 1em;
    }
    .text::before{
        color: darkgray;
        animation: LEVI-STARKWEATHER .5s infinite;
        padding-top: 2.5em;
        padding-left: 1em;
    }
    .text::after{
        color: tan;
        animation: LEVI-STARKWEATHER .2s infinite;
        padding-top: 2.5em;
        padding-left: 1em;
    }
    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
        filter: blur(3px);
    }
    .sidebar {padding-top: 15px;}
    #btn {
        transition: margin-left .5s; 
        padding: 20px;
        color: #818181;
        filter: blur(0px);
    }
    .dropdown {
        float: left;
        overflow: hidden;
        
    }
    
    .dropdown-content{
        display: none;
        /* position: absolute; */
        z-index: 1;
    }
    .dropdown-content a:hover{
        filter: blur(0em);
    }
    .dropdown-content a{
        float: none;
        display: block;
        margin-left: 1em;
        filter: blur(3px);
    }
    .show{
        display: block;
    
    }
    .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 38px !important;
        margin-left: 50px;
        margin-top: .1em;
        filter: blur(0px) !important;
    
    }
    .sidebar {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 1; /* Stay on top */
        top: 0;
        left: 0;
        background-color: #111; /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
        overflow-x: hidden;
        
    }
}

::-webkit-scrollbar{
    width: 8px;
    border-radius: 6px;
    overflow: hidden;
    overflow-y: hidden;
}


::-webkit-scrollbar-thumb{
    /* background: #f1f1f1; */
    border-radius: 10px;
    cursor: default;
}


::-webkit-scrollbar-thumb:hover{
    transition: all 5s;
    background: whitesmoke;
    filter: blur(15px);
    overflow-y: scroll;
    cursor: default;
}

.fa-youtube{
    margin-left: 10em;
    color: whitesmoke;
}
.fa-instagram{
}
.fa-google{
    margin-right: 10em;
}

.fa{
    color: whitesmoke !important;
    padding:20px;
    font-size: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    z-index: 20;
}
.fa:hover{
    opacity: 20px;
    filter: blur(1px);
    color: whitesmoke !important;
    cursor: default;
    text-decoration: none;
}
.social{
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.bottom-img{
    overflow: auto;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    max-height: 500px;
    
    
}

img{
    max-height: 600px;
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    animation: show 2.5s;
}
img:hover{
    cursor: crosshair;
}
.media{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.md{
    color: whitesmoke !important;
    padding:20px;
    font-size: 30px !important;
    margin: 5px 2px;
    border-radius: 50%;
}
/* gallery */
div.gallery:hover{
    filter: blur(1px);
    cursor: default;
}
div.gallery img{
    width: 80%;
    height: auto;
}

.responsive{
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 0 6px;
    float: left;
    width: 33%;
}

.video-paragraph{
    color: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-left: 10em;
    margin-right: 10em;
    margin-top: 2em;
    margin-bottom: 2em;
}
@media only screen and (max-width: 700px){
    ::-webkit-scrollbar{
        width: 0px;
        overflow: hidden;
        overflow-y: hidden;
    }
    
    
    .media{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .md{
        color: whitesmoke !important;
        padding:20px;
        font-size: 30px !important;
        margin: 5px 2px;
        border-radius: 50%;
    }.video-paragraph{
        color: whitesmoke;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-left: 5em;
        margin-right: 5em;
        margin-top: 2em;
        margin-bottom: 2em;
    }.bottom-img{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: 400px;
        height: 400px;
        max-width: 100%;
        max-height: 100%;
    }
    .responsive{
        width: 50%;
        margin: 6px 0;
    }
    #sidebar{width: 200px; float: left;
    }
    #main{margin-left: 216px;}
}
@media only screen and (max-width: 500px){
    .responsive{
        width: 100%;
    }
}
.clearfix::after{
    content: "";
    display: table;
    clear: both;
}
.about{
    display: grid;
    grid-template-rows: auto auto auto;
    margin-top: 100px;
    font-size: 2em; 
    color:whitesmoke; 
    filter: blur(1px);  
}
.about1{
    text-align: center;
    -webkit-animation: show 5s;
    
}
.about2{
    text-align: center;
    -webkit-animation: show 10s;
    
}
.about-levi{
    text-align: center;
    -webkit-animation: levi .3s;
    -webkit-animation-iteration-count: 7;
}
.about3{
    text-align: center;
    -webkit-animation: show 20s;
}
.about4{
    text-align: center;
    -webkit-animation: show 25s;
}
.contactme {
    text-decoration: none;
    color: whitesmoke;
    -webkit-animation: show 25s;
}
.about4 a:link {
    text-decoration: none;
    color: whitesmoke;
    
}
.about4 a:hover{
    color: whitesmoke;
    cursor: default;
    text-decoration: line-through;
}

@keyframes show{
    0% {
        color: black;
        filter: blur(10px);
    }
    50%{
        filter: blur(1px);
    }
    99%{
        filter: blur(1px);
        color: whitesmoke;
    }
    100%{
        filter: blur(1px);
        color:black;
    }
}
@keyframes levi{
    0% {
        color: black;
        filter: blur(10px);
    }
    20%{
        color: whitesmoke;
    }
    40%{
        color: black;
        filter: blur(1px);
    }
    60%{
        filter: blur(1px);
        color: whitesmoke;
    }
    80%{
        filter: blur(1px);
        color: black;
    }
    100%{
        filter: blur(1px);
        color:whitesmoke;
    }
}
.iframe{
    display: grid;
    grid-template-columns: auto;
    align-content: center;
    

}

.contact-container{
    text-align: center;
}
.container1{
    animation: fadein 3s;
}

.copyright{
    text-align: center;
    color: whitesmoke;
    font-size: 10px;
}
.contact a{
    color: whitesmoke;
    background-color: transparent;
    text-decoration: none;
    font-size: 2em;
}
.contact:hover a{
    color: whitesmoke;
    text-decoration: none;
    filter: blur(1px);
    cursor: default;
    text-decoration: line-through;
}
address a{
    color: whitesmoke;
    background-color: transparent;
    text-decoration: none;
    font-size: 2em;
}

address a:hover{
    color: whitesmoke;
    text-decoration: none;
    filter: blur(1px);
    cursor: default;
    text-decoration: line-through;
}
.resume{
    display: grid;
    grid-template-rows: auto auto auto;
    margin-top: 100px;
    font-size: 2em; 
    color:whitesmoke; 
    filter: blur(1px);  
}
.education{
    text-align: center;
    -webkit-animation: show 5s;
}
.work{
    text-align: center;
    -webkit-animation: show 5s;
}
.education1{
    text-align: center;
    -webkit-animation: show 5s;
}
.work1{
    text-align: center;
    -webkit-animation: show 5s;
}
.education:hover{
    text-decoration: line-through;
}
.work:hover{
    text-decoration: line-through;
}

.form{
    margin-top: 2em;
    color: whitesmoke;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 100px;
}

.comments{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.form:hover{
    cursor: crosshair;
}

.videocontainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-animation: fadein 3s;
    width: 100%;
    height: auto;
}
.video:hover{
    cursor: default;
}

/* .submit{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin-bottom: 2em;
    
} */
.input{
    background-color: black;
    border-color: black;
    color: whitesmoke;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin-bottom: 2em;
    
}
.input:hover{
    cursor: default;
    text-decoration: line-through;
}
.modal-container{
    position: fixed;
    background-color: #fff;
    width: 200%;
    max-width: 400px;
    left: 50%;
    padding: 20px;
    -webkit-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
    transition: transform 200ms ease-out;
    -webkit-transition: -webkit-transform 200ms ease-out;
}
.modal::before{
    content: "";
    position: fixed;
    display: none; 
    background-color: rgba(0,0,0,8);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.modal:target .modal-container{
    top: 20%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.modal:target::before{
    display: block;
}
.close{
    text-decoration: none;
    color: black;
}


* {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

  /* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
}

  /* Hide the images by default */
.mySlides {
    display: none;
}

  /* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: default;
}

.cursor:hover{
    cursor: default;
}
  /* Next & previous buttons */
.prev,
.next {
    filter: blur(3px);
    cursor: default;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: whitesmoke;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.next {
    color: whitesmoke;
    right: 0;
    border-radius: 3px 0 0 3px;
}


.prev:hover,
.next:hover {
    color: whitesmoke;
    filter: blur(0px);
}


.row:after {
    content: "";
    display: table;
    clear: both;
}

  /* Six columns side by side */
.column {
    /* float: none;
    width: 16.66%; */
    display: grid;
    grid-template-columns: auto;
    padding: 0 6px;
    float: left;
    width: 16.6%;
    
}

  /* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
    filter: blur(2px);
}

.active,
.demo:hover {
    opacity: 1;
    filter: blur(0);
}
.shrugs{
    padding: 0 6px;
    width: 16.6%;
    height: 16.6%;
}
.shrug{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}